Shades of Black Russian #161526
Tints of Black Russian #161526
RGB
CMYK
RGB Variations
Color information
#161526 (or 0x161526) is known color: Black Russian. HEX triplet: 16, 15 and 26. RGB value is (22,21,38). Sum of RGB (Red+Green+Blue) = 22+21+38=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #161526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161526 is #E9EAD9. Grayscale: #171717. Windows color (decimal): -15330010 or 2495766. OLE color: 2495766.
HSL color Cylindrical-coordinate representation of color #161526: hue angle of 243.53º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #161526 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 21 | 38 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.85 |
| HSL | 243.53º | 0.29% | 0.12% | - |
| HSV(B) | 243.53º | 0.45% | 0.15% | - |
| XYZ | 0.95 | 0.85 | 1.95 | - |
| YUV | 23.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 38 | 0.42 | 0.45 | 0 | 0.85 | 243.53 | 0.29 | 0.12 |
| Hex | 16 | 15 | 26 | 2A | 2D | 0 | 55 | F4 | 1D | C |
| Octal | 26 | 25 | 46 | 52 | 55 | 0 | 125 | 364 | 35 | 14 |
| Binary | 10110 | 10101 | 100110 | 101010 | 101101 | 0 | 1010101 | 11110100 | 11101 | 1100 |
Color Harmonies of #161526
Complementary color
Monochromatic Colors of #161526
Black with #161526
Text Example
Text Example
White with #161526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161526; }
p { color: rgb(22,21,38); }
H1.HeaderClassName
{
color: #161526;
}
.AnyTagClassName
{
color: #161526;
}
</style>
background-color css
<style>
a { background-color: #161526; }
a { background-color: rgb(22,21,38); }
div.DivClassName
{
background-color: #161526;
}
.BgClassName
{
background-color: #161526;
}
</style>
border-color css
<style>
span { border-color: #161526; }
span { border-color: rgb(22,21,38); }
td.TdClassName
{
border-color: #161526;
}
.TagClassName
{
border-color: #161526;
}
</style>