Shades of Black Russian #16191E
Tints of Black Russian #16191E
RGB
CMYK
RGB Variations
Color information
#16191E (or 0x16191E) is known color: Black Russian. HEX triplet: 16, 19 and 1E. RGB value is (22,25,30). Sum of RGB (Red+Green+Blue) = 22+25+30=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #16191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16191E is #E9E6E1. Grayscale: #181818. Windows color (decimal): -15328994 or 1972502. OLE color: 1972502.
HSL color Cylindrical-coordinate representation of color #16191E: hue angle of 217.5º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #16191E is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 25 | 30 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.88 |
| HSL | 217.5º | 0.15% | 0.1% | - |
| HSV(B) | 217.5º | 0.27% | 0.12% | - |
| XYZ | 0.91 | 0.96 | 1.37 | - |
| YUV | 24.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 30 | 0.27 | 0.17 | 0 | 0.88 | 217.5 | 0.15 | 0.1 |
| Hex | 16 | 19 | 1E | 1B | 11 | 0 | 58 | DA | F | A |
| Octal | 26 | 31 | 36 | 33 | 21 | 0 | 130 | 332 | 17 | 12 |
| Binary | 10110 | 11001 | 11110 | 11011 | 10001 | 0 | 1011000 | 11011010 | 1111 | 1010 |
Color Harmonies of #16191E
Complementary color
Monochromatic Colors of #16191E
Black with #16191E
Text Example
Text Example
White with #16191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16191E; }
p { color: rgb(22,25,30); }
H1.HeaderClassName
{
color: #16191E;
}
.AnyTagClassName
{
color: #16191E;
}
</style>
background-color css
<style>
a { background-color: #16191E; }
a { background-color: rgb(22,25,30); }
div.DivClassName
{
background-color: #16191E;
}
.BgClassName
{
background-color: #16191E;
}
</style>
border-color css
<style>
span { border-color: #16191E; }
span { border-color: rgb(22,25,30); }
td.TdClassName
{
border-color: #16191E;
}
.TagClassName
{
border-color: #16191E;
}
</style>