Shades of Black Russian #16191F
Tints of Black Russian #16191F
RGB
CMYK
RGB Variations
Color information
#16191F (or 0x16191F) is known color: Black Russian. HEX triplet: 16, 19 and 1F. RGB value is (22,25,31). Sum of RGB (Red+Green+Blue) = 22+25+31=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #16191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16191F is #E9E6E0. Grayscale: #181818. Windows color (decimal): -15328993 or 2038038. OLE color: 2038038.
HSL color Cylindrical-coordinate representation of color #16191F: hue angle of 220º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #16191F is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 25 | 31 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.88 |
| HSL | 220º | 0.17% | 0.1% | - |
| HSV(B) | 220º | 0.29% | 0.12% | - |
| XYZ | 0.93 | 0.96 | 1.43 | - |
| YUV | 24.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 31 | 0.29 | 0.19 | 0 | 0.88 | 220 | 0.17 | 0.1 |
| Hex | 16 | 19 | 1F | 1D | 13 | 0 | 58 | DC | 11 | A |
| Octal | 26 | 31 | 37 | 35 | 23 | 0 | 130 | 334 | 21 | 12 |
| Binary | 10110 | 11001 | 11111 | 11101 | 10011 | 0 | 1011000 | 11011100 | 10001 | 1010 |
Color Harmonies of #16191F
Complementary color
Monochromatic Colors of #16191F
Black with #16191F
Text Example
Text Example
White with #16191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16191F; }
p { color: rgb(22,25,31); }
H1.HeaderClassName
{
color: #16191F;
}
.AnyTagClassName
{
color: #16191F;
}
</style>
background-color css
<style>
a { background-color: #16191F; }
a { background-color: rgb(22,25,31); }
div.DivClassName
{
background-color: #16191F;
}
.BgClassName
{
background-color: #16191F;
}
</style>
border-color css
<style>
span { border-color: #16191F; }
span { border-color: rgb(22,25,31); }
td.TdClassName
{
border-color: #16191F;
}
.TagClassName
{
border-color: #16191F;
}
</style>