COLOR #24210B

HEX: #24210B RGB: (36,33,11)

Color info

#24210B contains red, green and blue colors in about the same proportion. Web safe color of #24210B is #333300 (or #330).

RGB color model

#24210B color RGB value is (36,33,11).

RGB: (36,33,11) (14%, 13%, 4%)

RGB channels and saturation

R 36 of 255 = 14%
G 33 of 255 = 13%
B 11 of 255 = 4%

36
33
11

R + G + B ~ 10%. #24210B is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 33 + 11 = 80 (100%)
R 36 of 80 ~ 45%
G 33 of 80 ~ 41.25%
B 11 of 80 ~ 13.75'%

%45
%41.25
%13.75

CMYK color model

#24210B color CMYK value is (0,8,69,86).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 69.44%
  • key color value is 85.88%

CMYK: (0,8,69,86)
C0M8Y69K86 (0%, 8%, 69%, 86%)
(0.00 / 0.08 / 0.69 / 0.86)

CMYK percentages

%0
%8.33
%69.44
%85.88

Codes

Color #24210B in popluar color models

24 21 0B
RGB 36 33 11
HSL 53° 53.19% 9.22%
HSB/HSV 53° 69.44% 14.12%
CMYK 0.00% 8.33% 69.44%
85.88%

Color #24210B in popluar number systems.

HEX 24 21 0B
Decimal 36 33 11
Binary 100100 100001 1011
Octal 44 41 13

Shades and tints

Shades of #24210B

#24210B
(36,33,11)
#211E0A
(33,30,10)
#1E1B09
(30,27,9)
#1B1808
(27,24,8)
#181507
(24,21,7)
#151206
(21,18,6)
#120F05
(18,15,5)
#0F0C04
(15,12,4)
#0C0903
(12,9,3)
#090602
(9,6,2)
#060301
(6,3,1)
#000000
(0,0,0)

Tints of #24210B

#24210B
(36,33,11)
#373521
(55,53,33)
#4A4937
(74,73,55)
#5D5D4D
(93,93,77)
#707163
(112,113,99)
#838579
(131,133,121)
#96998F
(150,153,143)
#A9ADA5
(169,173,165)
#BCC1BB
(188,193,187)
#CFD5D1
(207,213,209)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24210B; }

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

This text font color is #24210B.

Background Color

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

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

This div background color is #24210B.

Border color

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

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

This div border color is #24210B.

Opacity

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

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

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

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

This text has shadow with #24210B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24210B.

Preview

Color preview on black background

This text has color #24210B on black background.


Color preview on white background

This text has color #24210B on white background.


Black color preview on #24210B background

This text has black color on #24210B background.


White color preview on #24210B background

This text has white color on #24210B background.


Related colors

Complementary color

Complementary color for #hex is #DBDEF4.


I love getcolorcode.com

Triadic colors

1 #0B2421 and #210B24 with #24210B are triadic colors.

2 #0B2124 and #21240B with #24210B are triadic colors.