Shades of Black Russian #161520
Tints of Black Russian #161520
RGB
CMYK
RGB Variations
Color information
#161520 (or 0x161520) is known color: Black Russian. HEX triplet: 16, 15 and 20. RGB value is (22,21,32). Sum of RGB (Red+Green+Blue) = 22+21+32=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #161520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161520 is #E9EADF. Grayscale: #161616. Windows color (decimal): -15330016 or 2102550. OLE color: 2102550.
HSL color Cylindrical-coordinate representation of color #161520: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #161520 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 21 | 32 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.87 |
| HSL | 245.45º | 0.21% | 0.1% | - |
| HSV(B) | 245.45º | 0.34% | 0.13% | - |
| XYZ | 0.86 | 0.81 | 1.48 | - |
| YUV | 22.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 32 | 0.31 | 0.34 | 0 | 0.87 | 245.45 | 0.21 | 0.1 |
| Hex | 16 | 15 | 20 | 1F | 22 | 0 | 57 | F5 | 15 | A |
| Octal | 26 | 25 | 40 | 37 | 42 | 0 | 127 | 365 | 25 | 12 |
| Binary | 10110 | 10101 | 100000 | 11111 | 100010 | 0 | 1010111 | 11110101 | 10101 | 1010 |
Color Harmonies of #161520
Complementary color
Monochromatic Colors of #161520
Black with #161520
Text Example
Text Example
White with #161520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161520; }
p { color: rgb(22,21,32); }
H1.HeaderClassName
{
color: #161520;
}
.AnyTagClassName
{
color: #161520;
}
</style>
background-color css
<style>
a { background-color: #161520; }
a { background-color: rgb(22,21,32); }
div.DivClassName
{
background-color: #161520;
}
.BgClassName
{
background-color: #161520;
}
</style>
border-color css
<style>
span { border-color: #161520; }
span { border-color: rgb(22,21,32); }
td.TdClassName
{
border-color: #161520;
}
.TagClassName
{
border-color: #161520;
}
</style>