COLOR #24121E

HEX: #24121E RGB: (36,18,30)

Color info

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

RGB color model

#24121E color RGB value is (36,18,30).

RGB: (36,18,30) (14%, 7%, 12%)

RGB channels and saturation

R 36 of 255 = 14%
G 18 of 255 = 7%
B 30 of 255 = 12%

36
18
30

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

Portions of RGB colors in percentages

R + G + B = 36 + 18 + 30 = 84 (100%)
R 36 of 84 ~ 42.86%
G 18 of 84 ~ 21.43%
B 30 of 84 ~ 35.71'%

%42.86
%21.43
%35.71

CMYK color model

#24121E color CMYK value is (0,50,17,86).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 16.67%
  • key color value is 85.88%

CMYK: (0,50,17,86)
C0M50Y17K86 (0%, 50%, 17%, 86%)
(0.00 / 0.50 / 0.17 / 0.86)

CMYK percentages

%0
%50
%16.67
%85.88

Codes

Color #24121E in popluar color models

24 12 1E
RGB 36 18 30
HSL 320° 33.33% 10.59%
HSB/HSV 320° 50.00% 14.12%
CMYK 0.00% 50.00% 16.67%
85.88%

Color #24121E in popluar number systems.

HEX 24 12 1E
Decimal 36 18 30
Binary 100100 10010 11110
Octal 44 22 36

Shades and tints

Shades of #24121E

#24121E
(36,18,30)
#21111C
(33,17,28)
#1E101A
(30,16,26)
#1B0F18
(27,15,24)
#180E16
(24,14,22)
#150D14
(21,13,20)
#120C12
(18,12,18)
#0F0B10
(15,11,16)
#0C0A0E
(12,10,14)
#09090C
(9,9,12)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #24121E

#24121E
(36,18,30)
#372732
(55,39,50)
#4A3C46
(74,60,70)
#5D515A
(93,81,90)
#70666E
(112,102,110)
#837B82
(131,123,130)
#969096
(150,144,150)
#A9A5AA
(169,165,170)
#BCBABE
(188,186,190)
#CFCFD2
(207,207,210)
#E2E4E6
(226,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24121E; }

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

This text font color is #24121E.

Background Color

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

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

This div background color is #24121E.

Border color

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

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

This div border color is #24121E.

Opacity

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

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

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

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

This text has shadow with #24121E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24121E.

Preview

Color preview on black background

This text has color #24121E on black background.


Color preview on white background

This text has color #24121E on white background.


Black color preview on #24121E background

This text has black color on #24121E background.


White color preview on #24121E background

This text has white color on #24121E background.


Related colors

Complementary color

Complementary color for #hex is #DBEDE1.


I love getcolorcode.com

Triadic colors

1 #1E2412 and #121E24 with #24121E are triadic colors.

2 #1E1224 and #12241E with #24121E are triadic colors.