Shades of Nero #212020
Tints of Nero #212020
RGB
CMYK
RGB Variations
Color information
#212020 (or 0x212020) is known color: 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
| RGB | 33 | 32 | 32 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.87 |
| HSL | 0º | 0.02% | 0.13% | - |
| HSV(B) | 0º | 0.03% | 0.13% | - |
| XYZ | 1.4 | 1.46 | 1.57 | - |
| YUV | 32.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 32 | 0 | 0.03 | 0.03 | 0.87 | 0 | 0.02 | 0.13 |
| Hex | 21 | 20 | 20 | 0 | 3 | 3 | 57 | 0 | 2 | D |
| Octal | 41 | 40 | 40 | 0 | 3 | 3 | 127 | 0 | 2 | 15 |
| Binary | 100001 | 100000 | 100000 | 0 | 11 | 11 | 1010111 | 0 | 10 | 1101 |
Color Harmonies of #212020
Complementary color
Monochromatic Colors of #212020
Black with #212020
Text Example
Text Example
White with #212020
Text Example
Text Example
HTML Codes & Css Web 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>