COLOR #212212

HEX: #212212
RGB: (33,34,18)

Color info

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

RGB color model

#212212 color RGB value is (33,34,18).

  • red value is 33;
  • green value is 34;
  • blue value is 18.
RGB:
(33,34,18)
(13%,13%,7%)

RGB channels and saturation

R 33 of 255 = 13%
G 34 of 255 = 13%
B 18 of 255 = 7%

33
34
18

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

Portions of RGB colors in percentages

R + G + B =
33 + 34 + 18 = 85 (100%)
R 33 of 85 ~ 38.82%
G 34 of 85 ~ 40%
B 18 of 85 ~ 21.18%

%38.82
%40
%21.18

CMYK color model

#212212 color CMYK value is (3,0,47,87).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 86.67%
CMYK:
(3,0,47,87)
C3M0Y47K87 
(3%,0%,47%,87%)
(0.03/0.00/0.47/0.87)	

CMYK percentages

%2.94
%0
%47.06
%86.67

Codes

Color #212212 in popluar color models

212212
RGB333418
HSL64°30.77%10.20%
HSB/HSV64°47.06%13.33%
CMYK2.94%0.00%47.06%
86.67%

Color #212212 in popluar number systems.

HEX212212
Decimal333418
Binary10000110001010010
Octal414222

Shades and tints

Shades of #212212

#212212
(33,34,18)
#1E1F11
(30,31,17)
#1B1C10
(27,28,16)
#18190F
(24,25,15)
#15160E
(21,22,14)
#12130D
(18,19,13)
#0F100C
(15,16,12)
#0C0D0B
(12,13,11)
#090A0A
(9,10,10)
#060709
(6,7,9)
#030408
(3,4,8)
#000000
(0,0,0)

Tints of #212212

#212212
(33,34,18)
#353627
(53,54,39)
#494A3C
(73,74,60)
#5D5E51
(93,94,81)
#717266
(113,114,102)
#85867B
(133,134,123)
#999A90
(153,154,144)
#ADAEA5
(173,174,165)
#C1C2BA
(193,194,186)
#D5D6CF
(213,214,207)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212212; }

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

This text font color is #212212.


Background Color

.myBgColor { background-color: #212212; }

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

This div background color is #212212.


Border color

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

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

This div border color is #212212.


Opacity

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

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

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

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

This text has shadow with #212212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212212 on black background.


Color preview on white background

This text has color #212212 on white background.



Black color preview on #212212 background

This text has black color on #212212 background.


White color preview on #212212 background

This text has white color on #212212 background.