COLOR #251D21

HEX: #251D21
RGB: (37,29,33)

Color info

#251D21 contains red, green and blue colors in about the same proportion. Web safe color of #251D21 is #333333 (or #333).

RGB color model

#251D21 color RGB value is (37,29,33).

  • red value is 37;
  • green value is 29;
  • blue value is 33.
RGB:
(37,29,33)
(15%,11%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 33 of 255 = 13%

37
29
33

R + G + B ~ 13%. #251D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 29 + 33 = 99 (100%)
R 37 of 99 ~ 37.37%
G 29 of 99 ~ 29.29%
B 33 of 99 ~ 33.33%

%37.37
%29.29
%33.33

CMYK color model

#251D21 color CMYK value is (0,22,11,85).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(0,22,11,85)
C0M22Y11K85 
(0%,22%,11%,85%)
(0.00/0.22/0.11/0.85)	

CMYK percentages

%0
%21.62
%10.81
%85.49

Codes

Color #251D21 in popluar color models

251D21
RGB372933
HSL330°12.12%12.94%
HSB/HSV330°21.62%14.51%
CMYK0.00%21.62%10.81%
85.49%

Color #251D21 in popluar number systems.

HEX251D21
Decimal372933
Binary10010111101100001
Octal453541

Shades and tints

Shades of #251D21

#251D21
(37,29,33)
#221B1E
(34,27,30)
#1F191B
(31,25,27)
#1C1718
(28,23,24)
#191515
(25,21,21)
#161312
(22,19,18)
#13110F
(19,17,15)
#100F0C
(16,15,12)
#0D0D09
(13,13,9)
#0A0B06
(10,11,6)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #251D21

#251D21
(37,29,33)
#383135
(56,49,53)
#4B4549
(75,69,73)
#5E595D
(94,89,93)
#716D71
(113,109,113)
#848185
(132,129,133)
#979599
(151,149,153)
#AAA9AD
(170,169,173)
#BDBDC1
(189,189,193)
#D0D1D5
(208,209,213)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251D21 color. Also use rgb(37,29,33) instead hex code.

Text Font Color

.myTextColor { color: #251D21; }

<p style="color:#251D21">This sample text font color is #251D21.</p>

This text font color is #251D21.


Background Color

.myBgColor { background-color: #251D21; }

<div style="background-color:#251D21">Inner text</div>

This div background color is #251D21.


Border color

.myBorderColor { border: 1px solid #251D21; }

<div style="border:3px solid #251D21">Div</div>

This div border color is #251D21.


Opacity

.myOpacity80 { color: #251D21; opacity: 0.8; }

<p style="color:#251D21;opacity:0.8;">80%</p>

Text with #251D21 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #251D21;}

<p style="text-shadow: 3px 3px 1px #251D21">Text here.</p>

This text has shadow with #251D21 color.

.textShadow {text-shadow: 3px 3px 1px #251D21, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #251D21, 5px 5px 20px red">Text here.</p>

This text has shadow with #251D21 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#251D21, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#251D21, Direction=45, Strength=4)">Text</p>

This text has shadow with #251D21 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #251D21;
  -webkit-box-shadow:	1px 1px 3px 2px #251D21;
  box-shadow:		1px 1px 3px 2px #251D21;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #251D21;
-webkit-box-shadow: 1px 1px 3px 2px #251D21;
box-shadow:1px 1px 3px 2px #251D21;">
Div content here</div>
This div box has shadow with color #251D21.

Preview

Color preview on black background

This text has color #251D21 on black background.


Color preview on white background

This text has color #251D21 on white background.



Black color preview on #251D21 background

This text has black color on #251D21 background.


White color preview on #251D21 background

This text has white color on #251D21 background.