#212020

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

Shades of Nero #212020

Tints of Nero #212020

Color information

#212020 (or 0x212020) is unknown color: approx Nero. HEX triplet: 21, 20 and 20. RGB value is (33,32,32). Sum of RGB (Red+Green+Blue) = 33+32+32=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 33 - color contains mainly: red. Hex color #212020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212020 is #DEDFDF. Grayscale: #202020. Windows color (decimal): -14606304 or 2105377. OLE color: 2105377.

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

Color convert

RGB333232-
CMYK00.030.030.87
HSL1.54%12.75%-
HSV(B)3.03%12.94%-
XYZ1.41.461.57-
YUV32.3127.83128.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=34.02%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33323200.030.030.8701.5412.75
Hex2120200335702d
Octal4140400331270215
Binary1000011000001000000111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212020; }

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

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

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

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

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

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

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

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