COLOR #24251B

HEX: #24251B RGB: (36,37,27)

Color info

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

RGB color model

#24251B color RGB value is (36,37,27).

RGB: (36,37,27) (14%, 15%, 11%)

RGB channels and saturation

R 36 of 255 = 14%
G 37 of 255 = 15%
B 27 of 255 = 11%

36
37
27

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

Portions of RGB colors in percentages

R + G + B = 36 + 37 + 27 = 100 (100%)
R 36 of 100 ~ 36%
G 37 of 100 ~ 37%
B 27 of 100 ~ 27'%

%36
%37
%27

CMYK color model

#24251B color CMYK value is (3,0,27,85).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK: (3,0,27,85) C3M0Y27K85 (3%,0%,27%,85%) (0.03/0.00/0.27/0.85) 

CMYK percentages

%2.7
%0
%27.03
%85.49

Codes

Color #24251B in popluar color models

24 25 1B
RGB 36 37 27
HSL 66° 15.63% 12.55%
HSB/HSV 66° 27.03% 14.51%
CMYK 2.70% 0.00% 27.03%
85.49%

Color #24251B in popluar number systems.

HEX 24 25 1B
Decimal 36 37 27
Binary 100100 100101 11011
Octal 44 45 33

Shades and tints

Shades of #24251B

#24251B
(36,37,27)
#212219
(33,34,25)
#1E1F17
(30,31,23)
#1B1C15
(27,28,21)
#181913
(24,25,19)
#151611
(21,22,17)
#12130F
(18,19,15)
#0F100D
(15,16,13)
#0C0D0B
(12,13,11)
#090A09
(9,10,9)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #24251B

#24251B
(36,37,27)
#37382F
(55,56,47)
#4A4B43
(74,75,67)
#5D5E57
(93,94,87)
#70716B
(112,113,107)
#83847F
(131,132,127)
#969793
(150,151,147)
#A9AAA7
(169,170,167)
#BCBDBB
(188,189,187)
#CFD0CF
(207,208,207)
#E2E3E3
(226,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24251B color. Also use rgb(36,37,27) instead hex code.

Text Font Color

.myTextColor { color: #24251B; }

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

This text font color is #24251B.

Background Color

.myBgColor { background-color: #24251B; }

<div style="background-color:#24251B">Inner text</div>

This div background color is #24251B.

Border color

.myBorderColor { border: 1px solid #24251B; }

<div style="border:3px solid #24251B">Div</div>

This div border color is #24251B.

Opacity

.myOpacity80 { color: #24251B; opacity: 0.8; }

<p style="color:#24251B;opacity:0.8;">80%</p>

Text with #24251B 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 #24251B;}

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

This text has shadow with #24251B color.


.textShadow {text-shadow: 3px 3px 1px #24251B', 3px 3px 1px red;}

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

This text has shadow with #24251B primary color and red secondary color.


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

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

This text has shadow with #24251B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #24251B; -webkit-box-shadow: 1px 1px 3px 2px #24251B; box-shadow:1px 1px 3px 2px #24251B;">
Div content here
</div>

This div box has shadow with color #24251B.

Preview

Color preview on black background

This text has color #24251B on black background.


Color preview on white background

This text has color #24251B on white background.


Black color preview on #24251B background

This text has black color on #24251B background.


White color preview on #24251B background

This text has white color on #24251B background.


Related colors

Complementary color

Complementary color for #hex is #DBDAE4.


I love getcolorcode.com

Triadic colors

1 #1B2425 and #251B24 with #24251B are triadic colors.

2 #1B2524 and #25241B with #24251B are triadic colors.