Shades of Nero #322222
Tints of Nero #322222
RGB
CMYK
RGB Variations
Color information
#322222 (or 0x322222) is known color: Nero. HEX triplet: 32, 22 and 22. RGB value is (50,34,34). Sum of RGB (Red+Green+Blue) = 50+34+34=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322222 is #CDDDDD. Grayscale: #262626. Windows color (decimal): -13491678 or 2236978. OLE color: 2236978.
HSL color Cylindrical-coordinate representation of color #322222: hue angle of 0º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322222 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 34 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.80 |
| HSL | 0º | 0.19% | 0.16% | - |
| HSV(B) | 0º | 0.32% | 0.2% | - |
| XYZ | 2.18 | 1.94 | 1.77 | - |
| YUV | 38.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 34 | 0 | 0.32 | 0.32 | 0.80 | 0 | 0.19 | 0.16 |
| Hex | 32 | 22 | 22 | 0 | 20 | 20 | 50 | 0 | 13 | 10 |
| Octal | 62 | 42 | 42 | 0 | 40 | 40 | 120 | 0 | 23 | 20 |
| Binary | 110010 | 100010 | 100010 | 0 | 100000 | 100000 | 1010000 | 0 | 10011 | 10000 |
Color Harmonies of #322222
Complementary color
Monochromatic Colors of #322222
Black with #322222
Text Example
Text Example
White with #322222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322222; }
p { color: rgb(50,34,34); }
H1.HeaderClassName
{
color: #322222;
}
.AnyTagClassName
{
color: #322222;
}
</style>
background-color css
<style>
a { background-color: #322222; }
a { background-color: rgb(50,34,34); }
div.DivClassName
{
background-color: #322222;
}
.BgClassName
{
background-color: #322222;
}
</style>
border-color css
<style>
span { border-color: #322222; }
span { border-color: rgb(50,34,34); }
td.TdClassName
{
border-color: #322222;
}
.TagClassName
{
border-color: #322222;
}
</style>