Shades of Black Russian #161621
Tints of Black Russian #161621
RGB
CMYK
RGB Variations
Color information
#161621 (or 0x161621) is known color: Black Russian. HEX triplet: 16, 16 and 21. RGB value is (22,22,33). Sum of RGB (Red+Green+Blue) = 22+22+33=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #161621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161621 is #E9E9DE. Grayscale: #171717. Windows color (decimal): -15329759 or 2168342. OLE color: 2168342.
HSL color Cylindrical-coordinate representation of color #161621: hue angle of 240º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #161621 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 22 | 33 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.87 |
| HSL | 240º | 0.2% | 0.11% | - |
| HSV(B) | 240º | 0.33% | 0.13% | - |
| XYZ | 0.89 | 0.85 | 1.56 | - |
| YUV | 23.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 33 | 0.33 | 0.33 | 0 | 0.87 | 240 | 0.2 | 0.11 |
| Hex | 16 | 16 | 21 | 21 | 21 | 0 | 57 | F0 | 14 | B |
| Octal | 26 | 26 | 41 | 41 | 41 | 0 | 127 | 360 | 24 | 13 |
| Binary | 10110 | 10110 | 100001 | 100001 | 100001 | 0 | 1010111 | 11110000 | 10100 | 1011 |
Color Harmonies of #161621
Complementary color
Monochromatic Colors of #161621
Black with #161621
Text Example
Text Example
White with #161621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161621; }
p { color: rgb(22,22,33); }
H1.HeaderClassName
{
color: #161621;
}
.AnyTagClassName
{
color: #161621;
}
</style>
background-color css
<style>
a { background-color: #161621; }
a { background-color: rgb(22,22,33); }
div.DivClassName
{
background-color: #161621;
}
.BgClassName
{
background-color: #161621;
}
</style>
border-color css
<style>
span { border-color: #161621; }
span { border-color: rgb(22,22,33); }
td.TdClassName
{
border-color: #161621;
}
.TagClassName
{
border-color: #161621;
}
</style>