Shades of Black Russian #16181F
Tints of Black Russian #16181F
RGB
CMYK
RGB Variations
Color information
#16181F (or 0x16181F) is known color: Black Russian. HEX triplet: 16, 18 and 1F. RGB value is (22,24,31). Sum of RGB (Red+Green+Blue) = 22+24+31=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #16181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16181F is #E9E7E0. Grayscale: #181818. Windows color (decimal): -15329249 or 2037782. OLE color: 2037782.
HSL color Cylindrical-coordinate representation of color #16181F: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #16181F is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 24 | 31 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.88 |
| HSL | 226.67º | 0.17% | 0.1% | - |
| HSV(B) | 226.67º | 0.29% | 0.12% | - |
| XYZ | 0.9 | 0.92 | 1.43 | - |
| YUV | 24.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 31 | 0.29 | 0.23 | 0 | 0.88 | 226.67 | 0.17 | 0.1 |
| Hex | 16 | 18 | 1F | 1D | 17 | 0 | 58 | E3 | 11 | A |
| Octal | 26 | 30 | 37 | 35 | 27 | 0 | 130 | 343 | 21 | 12 |
| Binary | 10110 | 11000 | 11111 | 11101 | 10111 | 0 | 1011000 | 11100011 | 10001 | 1010 |
Color Harmonies of #16181F
Complementary color
Monochromatic Colors of #16181F
Black with #16181F
Text Example
Text Example
White with #16181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16181F; }
p { color: rgb(22,24,31); }
H1.HeaderClassName
{
color: #16181F;
}
.AnyTagClassName
{
color: #16181F;
}
</style>
background-color css
<style>
a { background-color: #16181F; }
a { background-color: rgb(22,24,31); }
div.DivClassName
{
background-color: #16181F;
}
.BgClassName
{
background-color: #16181F;
}
</style>
border-color css
<style>
span { border-color: #16181F; }
span { border-color: rgb(22,24,31); }
td.TdClassName
{
border-color: #16181F;
}
.TagClassName
{
border-color: #16181F;
}
</style>