Shades of Black Russian #161926
Tints of Black Russian #161926
RGB
CMYK
RGB Variations
Color information
#161926 (or 0x161926) is known color: Black Russian. HEX triplet: 16, 19 and 26. RGB value is (22,25,38). Sum of RGB (Red+Green+Blue) = 22+25+38=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #161926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161926 is #E9E6D9. Grayscale: #191919. Windows color (decimal): -15328986 or 2496790. OLE color: 2496790.
HSL color Cylindrical-coordinate representation of color #161926: hue angle of 228.75º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #161926 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 25 | 38 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.85 |
| HSL | 228.75º | 0.27% | 0.12% | - |
| HSV(B) | 228.75º | 0.42% | 0.15% | - |
| XYZ | 1.03 | 1.01 | 1.97 | - |
| YUV | 25.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 38 | 0.42 | 0.34 | 0 | 0.85 | 228.75 | 0.27 | 0.12 |
| Hex | 16 | 19 | 26 | 2A | 22 | 0 | 55 | E5 | 1B | C |
| Octal | 26 | 31 | 46 | 52 | 42 | 0 | 125 | 345 | 33 | 14 |
| Binary | 10110 | 11001 | 100110 | 101010 | 100010 | 0 | 1010101 | 11100101 | 11011 | 1100 |
Color Harmonies of #161926
Complementary color
Monochromatic Colors of #161926
Black with #161926
Text Example
Text Example
White with #161926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161926; }
p { color: rgb(22,25,38); }
H1.HeaderClassName
{
color: #161926;
}
.AnyTagClassName
{
color: #161926;
}
</style>
background-color css
<style>
a { background-color: #161926; }
a { background-color: rgb(22,25,38); }
div.DivClassName
{
background-color: #161926;
}
.BgClassName
{
background-color: #161926;
}
</style>
border-color css
<style>
span { border-color: #161926; }
span { border-color: rgb(22,25,38); }
td.TdClassName
{
border-color: #161926;
}
.TagClassName
{
border-color: #161926;
}
</style>