COLOR #24120B

HEX: #24120B
RGB: (36,18,11)

Color info

#24120B contains red, green and blue colors in about the same proportion. Web safe color of #24120B is #330000 (or #300).

RGB color model

#24120B color RGB value is (36,18,11).

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

RGB channels and saturation

R 36 of 255 = 14%
G 18 of 255 = 7%
B 11 of 255 = 4%

36
18
11

R + G + B ~ 8%. #24120B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 18 + 11 = 65 (100%)
R 36 of 65 ~ 55.38%
G 18 of 65 ~ 27.69%
B 11 of 65 ~ 16.92%

%55.38
%27.69
%16.92

CMYK color model

#24120B color CMYK value is (0,50,69,86).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 69.44%
  • key color value is 85.88%
CMYK:
(0,50,69,86)
C0M50Y69K86 
(0%,50%,69%,86%)
(0.00/0.50/0.69/0.86)	

CMYK percentages

%0
%50
%69.44
%85.88

Codes

Color #24120B in popluar color models

24120B
RGB361811
HSL17°53.19%9.22%
HSB/HSV17°69.44%14.12%
CMYK0.00%50.00%69.44%
85.88%

Color #24120B in popluar number systems.

HEX24120B
Decimal361811
Binary100100100101011
Octal442213

Shades and tints

Shades of #24120B

#24120B
(36,18,11)
#21110A
(33,17,10)
#1E1009
(30,16,9)
#1B0F08
(27,15,8)
#180E07
(24,14,7)
#150D06
(21,13,6)
#120C05
(18,12,5)
#0F0B04
(15,11,4)
#0C0A03
(12,10,3)
#090902
(9,9,2)
#060801
(6,8,1)
#000000
(0,0,0)

Tints of #24120B

#24120B
(36,18,11)
#372721
(55,39,33)
#4A3C37
(74,60,55)
#5D514D
(93,81,77)
#706663
(112,102,99)
#837B79
(131,123,121)
#96908F
(150,144,143)
#A9A5A5
(169,165,165)
#BCBABB
(188,186,187)
#CFCFD1
(207,207,209)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24120B color. Also use rgb(36,18,11) instead hex code.

Text Font Color

.myTextColor { color: #24120B; }

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

This text font color is #24120B.


Background Color

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

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

This div background color is #24120B.


Border color

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

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

This div border color is #24120B.


Opacity

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

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

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

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

This text has shadow with #24120B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24120B on black background.


Color preview on white background

This text has color #24120B on white background.



Black color preview on #24120B background

This text has black color on #24120B background.


White color preview on #24120B background

This text has white color on #24120B background.