Shades of Black Russian #161B2E
Tints of Black Russian #161B2E
RGB
CMYK
RGB Variations
Color information
#161B2E (or 0x161B2E) is known color: Black Russian. HEX triplet: 16, 1B and 2E. RGB value is (22,27,46). Sum of RGB (Red+Green+Blue) = 22+27+46=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #161B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B2E is #E9E4D1. Grayscale: #1B1B1B. Windows color (decimal): -15328466 or 3021590. OLE color: 3021590.
HSL color Cylindrical-coordinate representation of color #161B2E: hue angle of 227.5º 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 #161B2E is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 27 | 46 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.82 |
| HSL | 227.5º | 0.35% | 0.13% | - |
| HSV(B) | 227.5º | 0.52% | 0.18% | - |
| XYZ | 1.22 | 1.15 | 2.74 | - |
| YUV | 27.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 46 | 0.52 | 0.41 | 0 | 0.82 | 227.5 | 0.35 | 0.13 |
| Hex | 16 | 1B | 2E | 34 | 29 | 0 | 52 | E4 | 23 | D |
| Octal | 26 | 33 | 56 | 64 | 51 | 0 | 122 | 344 | 43 | 15 |
| Binary | 10110 | 11011 | 101110 | 110100 | 101001 | 0 | 1010010 | 11100100 | 100011 | 1101 |
Color Harmonies of #161B2E
Complementary color
Monochromatic Colors of #161B2E
Black with #161B2E
Text Example
Text Example
White with #161B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B2E; }
p { color: rgb(22,27,46); }
H1.HeaderClassName
{
color: #161B2E;
}
.AnyTagClassName
{
color: #161B2E;
}
</style>
background-color css
<style>
a { background-color: #161B2E; }
a { background-color: rgb(22,27,46); }
div.DivClassName
{
background-color: #161B2E;
}
.BgClassName
{
background-color: #161B2E;
}
</style>
border-color css
<style>
span { border-color: #161B2E; }
span { border-color: rgb(22,27,46); }
td.TdClassName
{
border-color: #161B2E;
}
.TagClassName
{
border-color: #161B2E;
}
</style>