Shades of Nero #322020
Tints of Nero #322020
RGB
CMYK
RGB Variations
Color information
#322020 (or 0x322020) is known color: Nero. HEX triplet: 32, 20 and 20. RGB value is (50,32,32). Sum of RGB (Red+Green+Blue) = 50+32+32=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322020 is #CDDFDF. Grayscale: #252525. Windows color (decimal): -13492192 or 2105394. OLE color: 2105394.
HSL color Cylindrical-coordinate representation of color #322020: hue angle of 0º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322020 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 32 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.80 |
| HSL | 0º | 0.22% | 0.16% | - |
| HSV(B) | 0º | 0.36% | 0.2% | - |
| XYZ | 2.09 | 1.82 | 1.61 | - |
| YUV | 37.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 32 | 0 | 0.36 | 0.36 | 0.80 | 0 | 0.22 | 0.16 |
| Hex | 32 | 20 | 20 | 0 | 24 | 24 | 50 | 0 | 16 | 10 |
| Octal | 62 | 40 | 40 | 0 | 44 | 44 | 120 | 0 | 26 | 20 |
| Binary | 110010 | 100000 | 100000 | 0 | 100100 | 100100 | 1010000 | 0 | 10110 | 10000 |
Color Harmonies of #322020
Complementary color
Monochromatic Colors of #322020
Black with #322020
Text Example
Text Example
White with #322020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322020; }
p { color: rgb(50,32,32); }
H1.HeaderClassName
{
color: #322020;
}
.AnyTagClassName
{
color: #322020;
}
</style>
background-color css
<style>
a { background-color: #322020; }
a { background-color: rgb(50,32,32); }
div.DivClassName
{
background-color: #322020;
}
.BgClassName
{
background-color: #322020;
}
</style>
border-color css
<style>
span { border-color: #322020; }
span { border-color: rgb(50,32,32); }
td.TdClassName
{
border-color: #322020;
}
.TagClassName
{
border-color: #322020;
}
</style>