Shades of Black Russian #161824
Tints of Black Russian #161824
RGB
CMYK
RGB Variations
Color information
#161824 (or 0x161824) is known color: Black Russian. HEX triplet: 16, 18 and 24. RGB value is (22,24,36). Sum of RGB (Red+Green+Blue) = 22+24+36=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #161824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161824 is #E9E7DB. Grayscale: #181818. Windows color (decimal): -15329244 or 2365462. OLE color: 2365462.
HSL color Cylindrical-coordinate representation of color #161824: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #161824 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 24 | 36 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.86 |
| HSL | 231.43º | 0.24% | 0.11% | - |
| HSV(B) | 231.43º | 0.39% | 0.14% | - |
| XYZ | 0.98 | 0.95 | 1.8 | - |
| YUV | 24.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 36 | 0.39 | 0.33 | 0 | 0.86 | 231.43 | 0.24 | 0.11 |
| Hex | 16 | 18 | 24 | 27 | 21 | 0 | 56 | E7 | 18 | B |
| Octal | 26 | 30 | 44 | 47 | 41 | 0 | 126 | 347 | 30 | 13 |
| Binary | 10110 | 11000 | 100100 | 100111 | 100001 | 0 | 1010110 | 11100111 | 11000 | 1011 |
Color Harmonies of #161824
Complementary color
Monochromatic Colors of #161824
Black with #161824
Text Example
Text Example
White with #161824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161824; }
p { color: rgb(22,24,36); }
H1.HeaderClassName
{
color: #161824;
}
.AnyTagClassName
{
color: #161824;
}
</style>
background-color css
<style>
a { background-color: #161824; }
a { background-color: rgb(22,24,36); }
div.DivClassName
{
background-color: #161824;
}
.BgClassName
{
background-color: #161824;
}
</style>
border-color css
<style>
span { border-color: #161824; }
span { border-color: rgb(22,24,36); }
td.TdClassName
{
border-color: #161824;
}
.TagClassName
{
border-color: #161824;
}
</style>