Shades of Black Russian #161831
Tints of Black Russian #161831
RGB
CMYK
RGB Variations
Color information
#161831 (or 0x161831) is known color: Black Russian. HEX triplet: 16, 18 and 31. RGB value is (22,24,49). Sum of RGB (Red+Green+Blue) = 22+24+49=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #161831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161831 is #E9E7CE. Grayscale: #1A1A1A. Windows color (decimal): -15329231 or 3217430. OLE color: 3217430.
HSL color Cylindrical-coordinate representation of color #161831: hue angle of 235.56º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #161831 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 24 | 49 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.81 |
| HSL | 235.56º | 0.38% | 0.14% | - |
| HSV(B) | 235.56º | 0.55% | 0.19% | - |
| XYZ | 1.21 | 1.05 | 3.04 | - |
| YUV | 26.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 49 | 0.55 | 0.51 | 0 | 0.81 | 235.56 | 0.38 | 0.14 |
| Hex | 16 | 18 | 31 | 37 | 33 | 0 | 51 | EC | 26 | E |
| Octal | 26 | 30 | 61 | 67 | 63 | 0 | 121 | 354 | 46 | 16 |
| Binary | 10110 | 11000 | 110001 | 110111 | 110011 | 0 | 1010001 | 11101100 | 100110 | 1110 |
Color Harmonies of #161831
Complementary color
Monochromatic Colors of #161831
Black with #161831
Text Example
Text Example
White with #161831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161831; }
p { color: rgb(22,24,49); }
H1.HeaderClassName
{
color: #161831;
}
.AnyTagClassName
{
color: #161831;
}
</style>
background-color css
<style>
a { background-color: #161831; }
a { background-color: rgb(22,24,49); }
div.DivClassName
{
background-color: #161831;
}
.BgClassName
{
background-color: #161831;
}
</style>
border-color css
<style>
span { border-color: #161831; }
span { border-color: rgb(22,24,49); }
td.TdClassName
{
border-color: #161831;
}
.TagClassName
{
border-color: #161831;
}
</style>