COLOR #24191E

HEX: #24191E RGB: (36,25,30)

Color info

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

RGB color model

#24191E color RGB value is (36,25,30).

RGB: (36,25,30) (14%, 10%, 12%)

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 30 of 255 = 12%

36
25
30

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

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 30 = 91 (100%)
R 36 of 91 ~ 39.56%
G 25 of 91 ~ 27.47%
B 30 of 91 ~ 32.97'%

%39.56
%27.47
%32.97

CMYK color model

#24191E color CMYK value is (0,31,17,86).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK: (0,31,17,86) C0M31Y17K86 (0%,31%,17%,86%) (0.00/0.31/0.17/0.86) 

CMYK percentages

%0
%30.56
%16.67
%85.88

Codes

Color #24191E in popluar color models

24 19 1E
RGB 36 25 30
HSL 333° 18.03% 11.96%
HSB/HSV 333° 30.56% 14.12%
CMYK 0.00% 30.56% 16.67%
85.88%

Color #24191E in popluar number systems.

HEX 24 19 1E
Decimal 36 25 30
Binary 100100 11001 11110
Octal 44 31 36

Shades and tints

Shades of #24191E

#24191E
(36,25,30)
#21171C
(33,23,28)
#1E151A
(30,21,26)
#1B1318
(27,19,24)
#181116
(24,17,22)
#150F14
(21,15,20)
#120D12
(18,13,18)
#0F0B10
(15,11,16)
#0C090E
(12,9,14)
#09070C
(9,7,12)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #24191E

#24191E
(36,25,30)
#372D32
(55,45,50)
#4A4146
(74,65,70)
#5D555A
(93,85,90)
#70696E
(112,105,110)
#837D82
(131,125,130)
#969196
(150,145,150)
#A9A5AA
(169,165,170)
#BCB9BE
(188,185,190)
#CFCDD2
(207,205,210)
#E2E1E6
(226,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24191E; }

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

This text font color is #24191E.

Background Color

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

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

This div background color is #24191E.

Border color

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

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

This div border color is #24191E.

Opacity

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

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

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

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

This text has shadow with #24191E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24191E.

Preview

Color preview on black background

This text has color #24191E on black background.


Color preview on white background

This text has color #24191E on white background.


Black color preview on #24191E background

This text has black color on #24191E background.


White color preview on #24191E background

This text has white color on #24191E background.


Related colors

Complementary color

Complementary color for #hex is #DBE6E1.


I love getcolorcode.com

Triadic colors

1 #1E2419 and #191E24 with #24191E are triadic colors.

2 #1E1924 and #19241E with #24191E are triadic colors.