Shades of Nero #161616
Tints of Nero #161616
RGB
CMYK
RGB Variations
Color information
#161616 (or 0x161616) is known color: Nero. HEX triplet: 16, 16 and 16. RGB value is (22,22,22). Sum of RGB (Red+Green+Blue) = 22+22+22=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 22 - color contains mainly: red, green, blue. Hex color #161616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161616 is #E9E9E9. Grayscale: #161616. Windows color (decimal): -15329770 or 1447446. OLE color: 1447446.
HSL color Cylindrical-coordinate representation of color #161616: hue angle of 0º degrees, saturation: 0, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0%. Process color model (Four color, CMYK) of #161616 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 22 | 22 | - |
| CMYK | 0 | 0 | 0 | 0.91 |
| HSL | 0º | 0% | 0.09% | - |
| HSV(B) | 0º | 0% | 0.09% | - |
| XYZ | 0.76 | 0.8 | 0.87 | - |
| YUV | 22 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 22 | 0 | 0 | 0 | 0.91 | 0 | 0 | 0.09 |
| Hex | 16 | 16 | 16 | 0 | 0 | 0 | 5B | 0 | 0 | 9 |
| Octal | 26 | 26 | 26 | 0 | 0 | 0 | 133 | 0 | 0 | 11 |
| Binary | 10110 | 10110 | 10110 | 0 | 0 | 0 | 1011011 | 0 | 0 | 1001 |
Color Harmonies of #161616
Complementary color
Monochromatic Colors of #161616
Black with #161616
Text Example
Text Example
White with #161616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161616; }
p { color: rgb(22,22,22); }
H1.HeaderClassName
{
color: #161616;
}
.AnyTagClassName
{
color: #161616;
}
</style>
background-color css
<style>
a { background-color: #161616; }
a { background-color: rgb(22,22,22); }
div.DivClassName
{
background-color: #161616;
}
.BgClassName
{
background-color: #161616;
}
</style>
border-color css
<style>
span { border-color: #161616; }
span { border-color: rgb(22,22,22); }
td.TdClassName
{
border-color: #161616;
}
.TagClassName
{
border-color: #161616;
}
</style>