Shades of Black Russian #161722
Tints of Black Russian #161722
RGB
CMYK
RGB Variations
Color information
#161722 (or 0x161722) is known color: Black Russian. HEX triplet: 16, 17 and 22. RGB value is (22,23,34). Sum of RGB (Red+Green+Blue) = 22+23+34=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 34 - color contains mainly: blue. Hex color #161722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161722 is #E9E8DD. Grayscale: #171717. Windows color (decimal): -15329502 or 2234134. OLE color: 2234134.
HSL color Cylindrical-coordinate representation of color #161722: hue angle of 235º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #161722 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 23 | 34 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.87 |
| HSL | 235º | 0.21% | 0.11% | - |
| HSV(B) | 235º | 0.35% | 0.13% | - |
| XYZ | 0.93 | 0.9 | 1.64 | - |
| YUV | 23.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 34 | 0.35 | 0.32 | 0 | 0.87 | 235 | 0.21 | 0.11 |
| Hex | 16 | 17 | 22 | 23 | 20 | 0 | 57 | EB | 15 | B |
| Octal | 26 | 27 | 42 | 43 | 40 | 0 | 127 | 353 | 25 | 13 |
| Binary | 10110 | 10111 | 100010 | 100011 | 100000 | 0 | 1010111 | 11101011 | 10101 | 1011 |
Color Harmonies of #161722
Complementary color
Monochromatic Colors of #161722
Black with #161722
Text Example
Text Example
White with #161722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161722; }
p { color: rgb(22,23,34); }
H1.HeaderClassName
{
color: #161722;
}
.AnyTagClassName
{
color: #161722;
}
</style>
background-color css
<style>
a { background-color: #161722; }
a { background-color: rgb(22,23,34); }
div.DivClassName
{
background-color: #161722;
}
.BgClassName
{
background-color: #161722;
}
</style>
border-color css
<style>
span { border-color: #161722; }
span { border-color: rgb(22,23,34); }
td.TdClassName
{
border-color: #161722;
}
.TagClassName
{
border-color: #161722;
}
</style>