Shades of Black Russian #19191D
Tints of Black Russian #19191D
RGB
CMYK
RGB Variations
Color information
#19191D (or 0x19191D) is known color: Black Russian. HEX triplet: 19, 19 and 1D. RGB value is (25,25,29). Sum of RGB (Red+Green+Blue) = 25+25+29=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 29 - color contains mainly: blue. Hex color #19191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19191D is #E6E6E2. Grayscale: #191919. Windows color (decimal): -15132387 or 1906969. OLE color: 1906969.
HSL color Cylindrical-coordinate representation of color #19191D: hue angle of 240º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #19191D is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 25 | 29 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.89 |
| HSL | 240º | 0.07% | 0.11% | - |
| HSV(B) | 240º | 0.14% | 0.11% | - |
| XYZ | 0.97 | 0.99 | 1.3 | - |
| YUV | 25.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 29 | 0.14 | 0.14 | 0 | 0.89 | 240 | 0.07 | 0.11 |
| Hex | 19 | 19 | 1D | E | E | 0 | 59 | F0 | 7 | B |
| Octal | 31 | 31 | 35 | 16 | 16 | 0 | 131 | 360 | 7 | 13 |
| Binary | 11001 | 11001 | 11101 | 1110 | 1110 | 0 | 1011001 | 11110000 | 111 | 1011 |
Color Harmonies of #19191D
Complementary color
Monochromatic Colors of #19191D
Black with #19191D
Text Example
Text Example
White with #19191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19191D; }
p { color: rgb(25,25,29); }
H1.HeaderClassName
{
color: #19191D;
}
.AnyTagClassName
{
color: #19191D;
}
</style>
background-color css
<style>
a { background-color: #19191D; }
a { background-color: rgb(25,25,29); }
div.DivClassName
{
background-color: #19191D;
}
.BgClassName
{
background-color: #19191D;
}
</style>
border-color css
<style>
span { border-color: #19191D; }
span { border-color: rgb(25,25,29); }
td.TdClassName
{
border-color: #19191D;
}
.TagClassName
{
border-color: #19191D;
}
</style>