Hex #212121 Color

#212121
equivalent to

RGB

(33, 33, 33)

Details of #212121

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
33
1.4456
0.00
0.00
12.7400
1.5209
12.3323
33
1.5209
0.00
0.00
0.0013
0.3127
-0.6580
33
1.6562
0.13
0.00   0.87
-0.0026
0.3290
13°
0.6728

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
100001
41
33
21
Green
100001
41
33
21
Blue
100001
41
33
21

RGB in % of #212121

%33.33
%33.33
%33.33

CMYK in % of #212121

%0
%0
%0
%87

Triads of color #212121

#212121 #212121 #212121

Similar Colors to #212121

#212121 #212121 #212121

Preview Color #212121 on black ground

#212121 is very interesting for text.

Preview Color #212121 on white ground

#212121 is very interesting for text.

CSS Codes #212121 color

.mybgcolor {background-color:#212121; }
.myforecolor {color:#212121; }
.mybordercolor {border:3px solid #212121; }

Text Font Color #212121

<p style="color:#212121">Text here</p>

This sample text font color is #212121
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #212121

<div style="background-color:#212121">
Div content here</div>

This div background color is #212121


Border Color #212121

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

The color of this border is #212121


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #212121; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #212121;
-webkit-box-shadow: 1px 1px 3px 2px #212121;
box-shadow:         1px 1px 3px 2px #212121; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #212121">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #212121;
  -webkit-box-shadow: 1px 1px 3px 2px #212121;
  box-shadow:         1px 1px 3px 2px #212121;">
Div content here</div>

The shadow of div box using color #212121