COLOR #24212B

HEX: #24212B
RGB: (36,33,43)

Color info

#24212B contains red, green and blue colors in about the same proportion. Web safe color of #24212B is #333333 (or #333).

RGB color model

#24212B color RGB value is (36,33,43).

  • red value is 36;
  • green value is 33;
  • blue value is 43.
RGB:
(36,33,43)
(14%,13%,17%)

RGB channels and saturation

R 36 of 255 = 14%
G 33 of 255 = 13%
B 43 of 255 = 17%

36
33
43

R + G + B ~ 15%. #24212B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 33 + 43 = 112 (100%)
R 36 of 112 ~ 32.14%
G 33 of 112 ~ 29.46%
B 43 of 112 ~ 38.39%

%32.14
%29.46
%38.39

CMYK color model

#24212B color CMYK value is (16,23,0,83).

  • cyan value is 16.28%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(16,23,0,83)
C16M23Y0K83 
(16%,23%,0%,83%)
(0.16/0.23/0.00/0.83)	

CMYK percentages

%16.28
%23.26
%0
%83.14

Codes

Color #24212B in popluar color models

24212B
RGB363343
HSL258°13.16%14.90%
HSB/HSV258°23.26%16.86%
CMYK16.28%23.26%0.00%
83.14%

Color #24212B in popluar number systems.

HEX24212B
Decimal363343
Binary100100100001101011
Octal444153

Shades and tints

Shades of #24212B

#24212B
(36,33,43)
#211E28
(33,30,40)
#1E1B25
(30,27,37)
#1B1822
(27,24,34)
#18151F
(24,21,31)
#15121C
(21,18,28)
#120F19
(18,15,25)
#0F0C16
(15,12,22)
#0C0913
(12,9,19)
#090610
(9,6,16)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #24212B

#24212B
(36,33,43)
#37353E
(55,53,62)
#4A4951
(74,73,81)
#5D5D64
(93,93,100)
#707177
(112,113,119)
#83858A
(131,133,138)
#96999D
(150,153,157)
#A9ADB0
(169,173,176)
#BCC1C3
(188,193,195)
#CFD5D6
(207,213,214)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24212B; }

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

This text font color is #24212B.


Background Color

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

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

This div background color is #24212B.


Border color

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

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

This div border color is #24212B.


Opacity

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

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

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

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

This text has shadow with #24212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24212B on black background.


Color preview on white background

This text has color #24212B on white background.



Black color preview on #24212B background

This text has black color on #24212B background.


White color preview on #24212B background

This text has white color on #24212B background.