COLOR #24121F

HEX: #24121F
RGB: (36,18,31)

Color info

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

RGB color model

#24121F color RGB value is (36,18,31).

  • red value is 36;
  • green value is 18;
  • blue value is 31.
RGB:
(36,18,31)
(14%,7%,12%)

RGB channels and saturation

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

36
18
31

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

Portions of RGB colors in percentages

R + G + B =
36 + 18 + 31 = 85 (100%)
R 36 of 85 ~ 42.35%
G 18 of 85 ~ 21.18%
B 31 of 85 ~ 36.47%

%42.35
%21.18
%36.47

CMYK color model

#24121F color CMYK value is (0,50,14,86).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(0,50,14,86)
C0M50Y14K86 
(0%,50%,14%,86%)
(0.00/0.50/0.14/0.86)	

CMYK percentages

%0
%50
%13.89
%85.88

Codes

Color #24121F in popluar color models

24121F
RGB361831
HSL317°33.33%10.59%
HSB/HSV317°50.00%14.12%
CMYK0.00%50.00%13.89%
85.88%

Color #24121F in popluar number systems.

HEX24121F
Decimal361831
Binary1001001001011111
Octal442237

Shades and tints

Shades of #24121F

#24121F
(36,18,31)
#21111D
(33,17,29)
#1E101B
(30,16,27)
#1B0F19
(27,15,25)
#180E17
(24,14,23)
#150D15
(21,13,21)
#120C13
(18,12,19)
#0F0B11
(15,11,17)
#0C0A0F
(12,10,15)
#09090D
(9,9,13)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #24121F

#24121F
(36,18,31)
#372733
(55,39,51)
#4A3C47
(74,60,71)
#5D515B
(93,81,91)
#70666F
(112,102,111)
#837B83
(131,123,131)
#969097
(150,144,151)
#A9A5AB
(169,165,171)
#BCBABF
(188,186,191)
#CFCFD3
(207,207,211)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24121F; }

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

This text font color is #24121F.


Background Color

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

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

This div background color is #24121F.


Border color

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

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

This div border color is #24121F.


Opacity

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

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

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

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

This text has shadow with #24121F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24121F on black background.


Color preview on white background

This text has color #24121F on white background.



Black color preview on #24121F background

This text has black color on #24121F background.


White color preview on #24121F background

This text has white color on #24121F background.