Shades of Black Russian #16161B
Tints of Black Russian #16161B
RGB
CMYK
RGB Variations
Color information
#16161B (or 0x16161B) is known color: Black Russian. HEX triplet: 16, 16 and 1B. RGB value is (22,22,27). Sum of RGB (Red+Green+Blue) = 22+22+27=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #16161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16161B is #E9E9E4. Grayscale: #161616. Windows color (decimal): -15329765 or 1775126. OLE color: 1775126.
HSL color Cylindrical-coordinate representation of color #16161B: hue angle of 240º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #16161B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 22 | 22 | 27 | - |
CMYK | 0.19 | 0.19 | 0 | 0.89 |
HSL | 240º | 0.1% | 0.1% | - |
HSV(B) | 240º | 0.19% | 0.11% | - |
XYZ | 0.82 | 0.82 | 1.15 | - |
YUV | 22.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 22 | 22 | 27 | 0.19 | 0.19 | 0 | 0.89 | 240 | 0.1 | 0.1 |
Hex | 16 | 16 | 1B | 13 | 13 | 0 | 59 | F0 | A | A |
Octal | 26 | 26 | 33 | 23 | 23 | 0 | 131 | 360 | 12 | 12 |
Binary | 10110 | 10110 | 11011 | 10011 | 10011 | 0 | 1011001 | 11110000 | 1010 | 1010 |
Color Harmonies of #16161B
Complementary color
Monochromatic Colors of #16161B
Black with #16161B
Text Example
Text Example
White with #16161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16161B; }
p { color: rgb(22,22,27); }
H1.HeaderClassName
{
color: #16161B;
}
.AnyTagClassName
{
color: #16161B;
}
</style>
background-color css
<style>
a { background-color: #16161B; }
a { background-color: rgb(22,22,27); }
div.DivClassName
{
background-color: #16161B;
}
.BgClassName
{
background-color: #16161B;
}
</style>
border-color css
<style>
span { border-color: #16161B; }
span { border-color: rgb(22,22,27); }
td.TdClassName
{
border-color: #16161B;
}
.TagClassName
{
border-color: #16161B;
}
</style>