Shades of Black Russian #161A21
Tints of Black Russian #161A21
RGB
CMYK
RGB Variations
Color information
#161A21 (or 0x161A21) is known color: Black Russian. HEX triplet: 16, 1A and 21. RGB value is (22,26,33). Sum of RGB (Red+Green+Blue) = 22+26+33=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #161A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161A21 is #E9E5DE. Grayscale: #191919. Windows color (decimal): -15328735 or 2169366. OLE color: 2169366.
HSL color Cylindrical-coordinate representation of color #161A21: hue angle of 218.18º 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 #161A21 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 26 | 33 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.87 |
| HSL | 218.18º | 0.2% | 0.11% | - |
| HSV(B) | 218.18º | 0.33% | 0.13% | - |
| XYZ | 0.97 | 1.02 | 1.58 | - |
| YUV | 25.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 33 | 0.33 | 0.21 | 0 | 0.87 | 218.18 | 0.2 | 0.11 |
| Hex | 16 | 1A | 21 | 21 | 15 | 0 | 57 | DA | 14 | B |
| Octal | 26 | 32 | 41 | 41 | 25 | 0 | 127 | 332 | 24 | 13 |
| Binary | 10110 | 11010 | 100001 | 100001 | 10101 | 0 | 1010111 | 11011010 | 10100 | 1011 |
Color Harmonies of #161A21
Complementary color
Monochromatic Colors of #161A21
Black with #161A21
Text Example
Text Example
White with #161A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A21; }
p { color: rgb(22,26,33); }
H1.HeaderClassName
{
color: #161A21;
}
.AnyTagClassName
{
color: #161A21;
}
</style>
background-color css
<style>
a { background-color: #161A21; }
a { background-color: rgb(22,26,33); }
div.DivClassName
{
background-color: #161A21;
}
.BgClassName
{
background-color: #161A21;
}
</style>
border-color css
<style>
span { border-color: #161A21; }
span { border-color: rgb(22,26,33); }
td.TdClassName
{
border-color: #161A21;
}
.TagClassName
{
border-color: #161A21;
}
</style>