Shades of Black Russian #191D24
Tints of Black Russian #191D24
RGB
CMYK
RGB Variations
Color information
#191D24 (or 0x191D24) is known color: Black Russian. HEX triplet: 19, 1D and 24. RGB value is (25,29,36). Sum of RGB (Red+Green+Blue) = 25+29+36=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #191D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D24 is #E6E2DB. Grayscale: #1C1C1C. Windows color (decimal): -15131356 or 2366745. OLE color: 2366745.
HSL color Cylindrical-coordinate representation of color #191D24: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #191D24 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 29 | 36 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.86 |
| HSL | 218.18º | 0.18% | 0.12% | - |
| HSV(B) | 218.18º | 0.31% | 0.14% | - |
| XYZ | 1.16 | 1.21 | 1.84 | - |
| YUV | 28.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 36 | 0.31 | 0.19 | 0 | 0.86 | 218.18 | 0.18 | 0.12 |
| Hex | 19 | 1D | 24 | 1F | 13 | 0 | 56 | DA | 12 | C |
| Octal | 31 | 35 | 44 | 37 | 23 | 0 | 126 | 332 | 22 | 14 |
| Binary | 11001 | 11101 | 100100 | 11111 | 10011 | 0 | 1010110 | 11011010 | 10010 | 1100 |
Color Harmonies of #191D24
Complementary color
Monochromatic Colors of #191D24
Black with #191D24
Text Example
Text Example
White with #191D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D24; }
p { color: rgb(25,29,36); }
H1.HeaderClassName
{
color: #191D24;
}
.AnyTagClassName
{
color: #191D24;
}
</style>
background-color css
<style>
a { background-color: #191D24; }
a { background-color: rgb(25,29,36); }
div.DivClassName
{
background-color: #191D24;
}
.BgClassName
{
background-color: #191D24;
}
</style>
border-color css
<style>
span { border-color: #191D24; }
span { border-color: rgb(25,29,36); }
td.TdClassName
{
border-color: #191D24;
}
.TagClassName
{
border-color: #191D24;
}
</style>