COLOR #24191C

HEX: #24191C RGB: (36,25,28)

Color info

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

RGB color model

#24191C color RGB value is (36,25,28).

RGB: (36,25,28) (14%, 10%, 11%)

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 28 of 255 = 11%

36
25
28

R + G + B ~ 12%. #24191C is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 28 = 89 (100%)
R 36 of 89 ~ 40.45%
G 25 of 89 ~ 28.09%
B 28 of 89 ~ 31.46'%

%40.45
%28.09
%31.46

CMYK color model

#24191C color CMYK value is (0,31,22,86).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 22.22%
  • key color value is 85.88%

CMYK: (0,31,22,86)
C0M31Y22K86 (0%, 31%, 22%, 86%)
(0.00 / 0.31 / 0.22 / 0.86)

CMYK percentages

%0
%30.56
%22.22
%85.88

Codes

Color #24191C in popluar color models

24 19 1C
RGB 36 25 28
HSL 344° 18.03% 11.96%
HSB/HSV 344° 30.56% 14.12%
CMYK 0.00% 30.56% 22.22%
85.88%

Color #24191C in popluar number systems.

HEX 24 19 1C
Decimal 36 25 28
Binary 100100 11001 11100
Octal 44 31 34

Shades and tints

Shades of #24191C

#24191C
(36,25,28)
#21171A
(33,23,26)
#1E1518
(30,21,24)
#1B1316
(27,19,22)
#181114
(24,17,20)
#150F12
(21,15,18)
#120D10
(18,13,16)
#0F0B0E
(15,11,14)
#0C090C
(12,9,12)
#09070A
(9,7,10)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #24191C

#24191C
(36,25,28)
#372D30
(55,45,48)
#4A4144
(74,65,68)
#5D5558
(93,85,88)
#70696C
(112,105,108)
#837D80
(131,125,128)
#969194
(150,145,148)
#A9A5A8
(169,165,168)
#BCB9BC
(188,185,188)
#CFCDD0
(207,205,208)
#E2E1E4
(226,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24191C color. Also use rgb(36,25,28) instead hex code.

Text Font Color

.myTextColor { color: #24191C; }

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

This text font color is #24191C.

Background Color

.myBgColor { background-color: #24191C; }

<div style="background-color:#24191C">Inner text</div>

This div background color is #24191C.

Border color

.myBorderColor { border: 1px solid #24191C; }

<div style="border:3px solid #24191C">Div</div>

This div border color is #24191C.

Opacity

.myOpacity80 { color: #24191C; opacity: 0.8; }

<p style="color:#24191C;opacity:0.8;">80%</p>

Text with #24191C 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 #24191C;}

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

This text has shadow with #24191C color.


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

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

This text has shadow with #24191C primary color and red secondary color.


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

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

This text has shadow with #24191C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24191C.

Preview

Color preview on black background

This text has color #24191C on black background.


Color preview on white background

This text has color #24191C on white background.


Black color preview on #24191C background

This text has black color on #24191C background.


White color preview on #24191C background

This text has white color on #24191C background.


Related colors

Complementary color

Complementary color for #hex is #DBE6E3.


I love getcolorcode.com

Triadic colors

1 #1C2419 and #191C24 with #24191C are triadic colors.

2 #1C1924 and #19241C with #24191C are triadic colors.