Shades of Black Russian #18191D
Tints of Black Russian #18191D
RGB
CMYK
RGB Variations
Color information
#18191D (or 0x18191D) is known color: Black Russian. HEX triplet: 18, 19 and 1D. RGB value is (24,25,29). Sum of RGB (Red+Green+Blue) = 24+25+29=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #18191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18191D is #E7E6E2. Grayscale: #191919. Windows color (decimal): -15197923 or 1906968. OLE color: 1906968.
HSL color Cylindrical-coordinate representation of color #18191D: hue angle of 228º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #18191D is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 25 | 29 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.89 |
| HSL | 228º | 0.09% | 0.1% | - |
| HSV(B) | 228º | 0.17% | 0.11% | - |
| XYZ | 0.95 | 0.98 | 1.3 | - |
| YUV | 25.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 29 | 0.17 | 0.14 | 0 | 0.89 | 228 | 0.09 | 0.1 |
| Hex | 18 | 19 | 1D | 11 | E | 0 | 59 | E4 | 9 | A |
| Octal | 30 | 31 | 35 | 21 | 16 | 0 | 131 | 344 | 11 | 12 |
| Binary | 11000 | 11001 | 11101 | 10001 | 1110 | 0 | 1011001 | 11100100 | 1001 | 1010 |
Color Harmonies of #18191D
Complementary color
Monochromatic Colors of #18191D
Black with #18191D
Text Example
Text Example
White with #18191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18191D; }
p { color: rgb(24,25,29); }
H1.HeaderClassName
{
color: #18191D;
}
.AnyTagClassName
{
color: #18191D;
}
</style>
background-color css
<style>
a { background-color: #18191D; }
a { background-color: rgb(24,25,29); }
div.DivClassName
{
background-color: #18191D;
}
.BgClassName
{
background-color: #18191D;
}
</style>
border-color css
<style>
span { border-color: #18191D; }
span { border-color: rgb(24,25,29); }
td.TdClassName
{
border-color: #18191D;
}
.TagClassName
{
border-color: #18191D;
}
</style>