Shades of Black Russian #161C2B
Tints of Black Russian #161C2B
RGB
CMYK
RGB Variations
Color information
#161C2B (or 0x161C2B) is known color: Black Russian. HEX triplet: 16, 1C and 2B. RGB value is (22,28,43). Sum of RGB (Red+Green+Blue) = 22+28+43=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #161C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C2B is #E9E3D4. Grayscale: #1B1B1B. Windows color (decimal): -15328213 or 2825238. OLE color: 2825238.
HSL color Cylindrical-coordinate representation of color #161C2B: hue angle of 222.86º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #161C2B is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 28 | 43 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.83 |
| HSL | 222.86º | 0.32% | 0.13% | - |
| HSV(B) | 222.86º | 0.49% | 0.17% | - |
| XYZ | 1.18 | 1.18 | 2.45 | - |
| YUV | 27.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 43 | 0.49 | 0.35 | 0 | 0.83 | 222.86 | 0.32 | 0.13 |
| Hex | 16 | 1C | 2B | 31 | 23 | 0 | 53 | DF | 20 | D |
| Octal | 26 | 34 | 53 | 61 | 43 | 0 | 123 | 337 | 40 | 15 |
| Binary | 10110 | 11100 | 101011 | 110001 | 100011 | 0 | 1010011 | 11011111 | 100000 | 1101 |
Color Harmonies of #161C2B
Complementary color
Monochromatic Colors of #161C2B
Black with #161C2B
Text Example
Text Example
White with #161C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C2B; }
p { color: rgb(22,28,43); }
H1.HeaderClassName
{
color: #161C2B;
}
.AnyTagClassName
{
color: #161C2B;
}
</style>
background-color css
<style>
a { background-color: #161C2B; }
a { background-color: rgb(22,28,43); }
div.DivClassName
{
background-color: #161C2B;
}
.BgClassName
{
background-color: #161C2B;
}
</style>
border-color css
<style>
span { border-color: #161C2B; }
span { border-color: rgb(22,28,43); }
td.TdClassName
{
border-color: #161C2B;
}
.TagClassName
{
border-color: #161C2B;
}
</style>