Shades of Black Russian #18191F
Tints of Black Russian #18191F
RGB
CMYK
RGB Variations
Color information
#18191F (or 0x18191F) is known color: Black Russian. HEX triplet: 18, 19 and 1F. RGB value is (24,25,31). Sum of RGB (Red+Green+Blue) = 24+25+31=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #18191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18191F is #E7E6E0. Grayscale: #191919. Windows color (decimal): -15197921 or 2038040. OLE color: 2038040.
HSL color Cylindrical-coordinate representation of color #18191F: hue angle of 231.43º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #18191F is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 25 | 31 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.88 |
| HSL | 231.43º | 0.13% | 0.11% | - |
| HSV(B) | 231.43º | 0.23% | 0.12% | - |
| XYZ | 0.97 | 0.99 | 1.44 | - |
| YUV | 25.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 31 | 0.23 | 0.19 | 0 | 0.88 | 231.43 | 0.13 | 0.11 |
| Hex | 18 | 19 | 1F | 17 | 13 | 0 | 58 | E7 | D | B |
| Octal | 30 | 31 | 37 | 27 | 23 | 0 | 130 | 347 | 15 | 13 |
| Binary | 11000 | 11001 | 11111 | 10111 | 10011 | 0 | 1011000 | 11100111 | 1101 | 1011 |
Color Harmonies of #18191F
Complementary color
Monochromatic Colors of #18191F
Black with #18191F
Text Example
Text Example
White with #18191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18191F; }
p { color: rgb(24,25,31); }
H1.HeaderClassName
{
color: #18191F;
}
.AnyTagClassName
{
color: #18191F;
}
</style>
background-color css
<style>
a { background-color: #18191F; }
a { background-color: rgb(24,25,31); }
div.DivClassName
{
background-color: #18191F;
}
.BgClassName
{
background-color: #18191F;
}
</style>
border-color css
<style>
span { border-color: #18191F; }
span { border-color: rgb(24,25,31); }
td.TdClassName
{
border-color: #18191F;
}
.TagClassName
{
border-color: #18191F;
}
</style>