COLOR #24181B

HEX: #24181B RGB: (36,24,27)

Color info

#24181B contains red, green and blue colors in about the same proportion. Web safe color of #24181B is #330033 (or #303).

RGB color model

#24181B color RGB value is (36,24,27).

RGB: (36,24,27) (14%, 9%, 11%)

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 27 of 255 = 11%

36
24
27

R + G + B ~ 11%. #24181B is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 24 + 27 = 87 (100%)
R 36 of 87 ~ 41.38%
G 24 of 87 ~ 27.59%
B 27 of 87 ~ 31.03'%

%41.38
%27.59
%31.03

CMYK color model

#24181B color CMYK value is (0,33,25,86).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 25.00%
  • key color value is 85.88%

CMYK: (0,33,25,86)
C0M33Y25K86 (0%, 33%, 25%, 86%)
(0.00 / 0.33 / 0.25 / 0.86)

CMYK percentages

%0
%33.33
%25
%85.88

Codes

Color #24181B in popluar color models

24 18 1B
RGB 36 24 27
HSL 345° 20.00% 11.76%
HSB/HSV 345° 33.33% 14.12%
CMYK 0.00% 33.33% 25.00%
85.88%

Color #24181B in popluar number systems.

HEX 24 18 1B
Decimal 36 24 27
Binary 100100 11000 11011
Octal 44 30 33

Shades and tints

Shades of #24181B

#24181B
(36,24,27)
#211619
(33,22,25)
#1E1417
(30,20,23)
#1B1215
(27,18,21)
#181013
(24,16,19)
#150E11
(21,14,17)
#120C0F
(18,12,15)
#0F0A0D
(15,10,13)
#0C080B
(12,8,11)
#090609
(9,6,9)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #24181B

#24181B
(36,24,27)
#372D2F
(55,45,47)
#4A4243
(74,66,67)
#5D5757
(93,87,87)
#706C6B
(112,108,107)
#83817F
(131,129,127)
#969693
(150,150,147)
#A9ABA7
(169,171,167)
#BCC0BB
(188,192,187)
#CFD5CF
(207,213,207)
#E2EAE3
(226,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24181B; }

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

This text font color is #24181B.

Background Color

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

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

This div background color is #24181B.

Border color

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

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

This div border color is #24181B.

Opacity

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

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

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

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

This text has shadow with #24181B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24181B.

Preview

Color preview on black background

This text has color #24181B on black background.


Color preview on white background

This text has color #24181B on white background.


Black color preview on #24181B background

This text has black color on #24181B background.


White color preview on #24181B background

This text has white color on #24181B background.


Related colors

Complementary color

Complementary color for #hex is #DBE7E4.


I love getcolorcode.com

Triadic colors

1 #1B2418 and #181B24 with #24181B are triadic colors.

2 #1B1824 and #18241B with #24181B are triadic colors.