#212121

Color #212121 Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #212121

Tints of Nero #212121

Color information

#212121 (or 0x212121) is unknown color: approx Nero. HEX triplet: 21, 21 and 21. RGB value is (33,33,33). Sum of RGB (Red+Green+Blue) = 33+33+33=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 33 - color contains mainly: red, green, blue. Hex color #212121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212121 is #DEDEDE. Grayscale: #212121. Windows color (decimal): -14606047 or 2171169. OLE color: 2171169.

HSL color Cylindrical-coordinate representation of color #212121: hue angle of 0º degrees, saturation: 0, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0%. Process color model (Four color, CMYK) of #212121 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB333333-
CMYK0000.87
HSL0%12.94%-
HSV(B)0%12.94%-
XYZ1.451.521.66-
YUV33128128-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3333330000.870012.94
Hex2121210005700d
Octal4141410001270015
Binary1000011000011000010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212121; }

 p { color: rgb(33,33,33); }

 H1.HeaderClassName
 {
   color: #212121;
 }
 .AnyTagClassName
 {
   color: #212121;
 }
</style>
background-color css

<style>
 a { background-color: #212121; }

 a { background-color: rgb(33,33,33); }

 div.DivClassName
 {
   background-color: #212121;
 }
 .BgClassName
 {
   background-color: #212121;
 }
</style>
border-color css

<style>
 span { border-color: #212121; }

 span { border-color: rgb(33,33,33); }

 td.TdClassName
 {
   border-color: #212121;
 }
 .TagClassName
 {
   border-color: #212121;
 }
</style>