Shades of Black Russian #161927
Tints of Black Russian #161927
RGB
CMYK
RGB Variations
Color information
#161927 (or 0x161927) is known color: Black Russian. HEX triplet: 16, 19 and 27. RGB value is (22,25,39). Sum of RGB (Red+Green+Blue) = 22+25+39=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #161927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161927 is #E9E6D8. Grayscale: #191919. Windows color (decimal): -15328985 or 2562326. OLE color: 2562326.
HSL color Cylindrical-coordinate representation of color #161927: hue angle of 229.41º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #161927 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 25 | 39 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.85 |
| HSL | 229.41º | 0.28% | 0.12% | - |
| HSV(B) | 229.41º | 0.44% | 0.15% | - |
| XYZ | 1.04 | 1.01 | 2.06 | - |
| YUV | 25.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 39 | 0.44 | 0.36 | 0 | 0.85 | 229.41 | 0.28 | 0.12 |
| Hex | 16 | 19 | 27 | 2C | 24 | 0 | 55 | E5 | 1C | C |
| Octal | 26 | 31 | 47 | 54 | 44 | 0 | 125 | 345 | 34 | 14 |
| Binary | 10110 | 11001 | 100111 | 101100 | 100100 | 0 | 1010101 | 11100101 | 11100 | 1100 |
Color Harmonies of #161927
Complementary color
Monochromatic Colors of #161927
Black with #161927
Text Example
Text Example
White with #161927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161927; }
p { color: rgb(22,25,39); }
H1.HeaderClassName
{
color: #161927;
}
.AnyTagClassName
{
color: #161927;
}
</style>
background-color css
<style>
a { background-color: #161927; }
a { background-color: rgb(22,25,39); }
div.DivClassName
{
background-color: #161927;
}
.BgClassName
{
background-color: #161927;
}
</style>
border-color css
<style>
span { border-color: #161927; }
span { border-color: rgb(22,25,39); }
td.TdClassName
{
border-color: #161927;
}
.TagClassName
{
border-color: #161927;
}
</style>