Shades of Black Russian #16162E
Tints of Black Russian #16162E
RGB
CMYK
RGB Variations
Color information
#16162E (or 0x16162E) is known color: Black Russian. HEX triplet: 16, 16 and 2E. RGB value is (22,22,46). Sum of RGB (Red+Green+Blue) = 22+22+46=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #16162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16162E is #E9E9D1. Grayscale: #181818. Windows color (decimal): -15329746 or 3020310. OLE color: 3020310.
HSL color Cylindrical-coordinate representation of color #16162E: hue angle of 240º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #16162E is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 22 | 46 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.82 |
| HSL | 240º | 0.35% | 0.13% | - |
| HSV(B) | 240º | 0.52% | 0.18% | - |
| XYZ | 1.11 | 0.94 | 2.71 | - |
| YUV | 24.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 46 | 0.52 | 0.52 | 0 | 0.82 | 240 | 0.35 | 0.13 |
| Hex | 16 | 16 | 2E | 34 | 34 | 0 | 52 | F0 | 23 | D |
| Octal | 26 | 26 | 56 | 64 | 64 | 0 | 122 | 360 | 43 | 15 |
| Binary | 10110 | 10110 | 101110 | 110100 | 110100 | 0 | 1010010 | 11110000 | 100011 | 1101 |
Color Harmonies of #16162E
Complementary color
Monochromatic Colors of #16162E
Black with #16162E
Text Example
Text Example
White with #16162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16162E; }
p { color: rgb(22,22,46); }
H1.HeaderClassName
{
color: #16162E;
}
.AnyTagClassName
{
color: #16162E;
}
</style>
background-color css
<style>
a { background-color: #16162E; }
a { background-color: rgb(22,22,46); }
div.DivClassName
{
background-color: #16162E;
}
.BgClassName
{
background-color: #16162E;
}
</style>
border-color css
<style>
span { border-color: #16162E; }
span { border-color: rgb(22,22,46); }
td.TdClassName
{
border-color: #16162E;
}
.TagClassName
{
border-color: #16162E;
}
</style>