Shades of Nero #202020
Tints of Nero #202020
RGB
CMYK
RGB Variations
Color information
#202020 (or 0x202020) is known color: 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
| RGB | 32 | 32 | 32 | - |
| CMYK | 0 | 0 | 0 | 0.87 |
| HSL | 0º | 0% | 0.13% | - |
| HSV(B) | 0º | 0% | 0.13% | - |
| XYZ | 1.37 | 1.44 | 1.57 | - |
| YUV | 32 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 32 | 0 | 0 | 0 | 0.87 | 0 | 0 | 0.13 |
| Hex | 20 | 20 | 20 | 0 | 0 | 0 | 57 | 0 | 0 | D |
| Octal | 40 | 40 | 40 | 0 | 0 | 0 | 127 | 0 | 0 | 15 |
| Binary | 100000 | 100000 | 100000 | 0 | 0 | 0 | 1010111 | 0 | 0 | 1101 |
Color Harmonies of #202020
Complementary color
Monochromatic Colors of #202020
Black with #202020
Text Example
Text Example
White with #202020
Text Example
Text Example
HTML Codes & Css Web 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>