COLOR #212424

HEX: #212424 RGB: (33,36,36)

Color info

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

RGB color model

#212424 color RGB value is (33,36,36).

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

RGB channels and saturation

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

33
36
36

R + G + B ~ 14%. #212424 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 36 + 36 = 105 (100%)
R 33 of 105 ~ 31.43%
G 36 of 105 ~ 34.29%
B 36 of 105 ~ 34.29'%

%31.43
%34.29
%34.29

CMYK color model

#212424 color CMYK value is (8,0,0,86).

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

CMYK: (8,0,0,86)
C8M0Y0K86 (8%, 0%, 0%, 86%)
(0.08 / 0.00 / 0.00 / 0.86)

CMYK percentages

%8.33
%0
%0
%85.88

Codes

Color #212424 in popluar color models

21 24 24
RGB 33 36 36
HSL 180° 4.35% 13.53%
HSB/HSV 180° 8.33% 14.12%
CMYK 8.33% 0.00% 0.00%
85.88%

Color #212424 in popluar number systems.

HEX 21 24 24
Decimal 33 36 36
Binary 100001 100100 100100
Octal 41 44 44

Shades and tints

Shades of #212424

#212424
(33,36,36)
#1E2121
(30,33,33)
#1B1E1E
(27,30,30)
#181B1B
(24,27,27)
#151818
(21,24,24)
#121515
(18,21,21)
#0F1212
(15,18,18)
#0C0F0F
(12,15,15)
#090C0C
(9,12,12)
#060909
(6,9,9)
#030606
(3,6,6)
#000000
(0,0,0)

Tints of #212424

#212424
(33,36,36)
#353737
(53,55,55)
#494A4A
(73,74,74)
#5D5D5D
(93,93,93)
#717070
(113,112,112)
#858383
(133,131,131)
#999696
(153,150,150)
#ADA9A9
(173,169,169)
#C1BCBC
(193,188,188)
#D5CFCF
(213,207,207)
#E9E2E2
(233,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212424; }

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

This text font color is #212424.

Background Color

.myBgColor { background-color: #212424; }

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

This div background color is #212424.

Border color

.myBorderColor { border: 1px solid #212424; }

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

This div border color is #212424.

Opacity

.myOpacity80 { color: #212424; opacity: 0.8; }

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

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

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

This text has shadow with #212424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212424.

Preview

Color preview on black background

This text has color #212424 on black background.


Color preview on white background

This text has color #212424 on white background.


Black color preview on #212424 background

This text has black color on #212424 background.


White color preview on #212424 background

This text has white color on #212424 background.


Related colors

Complementary color

Complementary color for #hex is #DEDBDB.


I love getcolorcode.com