#202020

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

Shades of Nero #202020

Tints of Nero #202020

Color information

#202020 (or 0x202020) is unknown color: approx Nero. HEX triplet: 20, 20 and 20. RGB value is (32,32,32). Sum of RGB (Red+Green+Blue) = 32+32+32=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 32 - color contains mainly: red, green, blue. Hex color #202020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202020 is #DFDFDF. Grayscale: #1F1F1F. Windows color (decimal): -14671840 or 2105376. OLE color: 2105376.

HSL color Cylindrical-coordinate representation of color #202020: 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 #202020 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB323232-
CMYK0000.87
HSL0%12.55%-
HSV(B)0%12.55%-
XYZ1.371.441.57-
YUV32128128-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 32 (12.89% 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
Decimal3232320000.870012.55
Hex2020200005700d
Octal4040400001270015
Binary1000001000001000000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202020; }

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

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

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

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

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

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

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

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