Shades of Black Russian #191D26
Tints of Black Russian #191D26
RGB
CMYK
RGB Variations
Color information
#191D26 (or 0x191D26) is known color: Black Russian. HEX triplet: 19, 1D and 26. RGB value is (25,29,38). Sum of RGB (Red+Green+Blue) = 25+29+38=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #191D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D26 is #E6E2D9. Grayscale: #1C1C1C. Windows color (decimal): -15131354 or 2497817. OLE color: 2497817.
HSL color Cylindrical-coordinate representation of color #191D26: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #191D26 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 29 | 38 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.85 |
| HSL | 221.54º | 0.21% | 0.12% | - |
| HSV(B) | 221.54º | 0.34% | 0.15% | - |
| XYZ | 1.19 | 1.23 | 2.01 | - |
| YUV | 28.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 38 | 0.34 | 0.24 | 0 | 0.85 | 221.54 | 0.21 | 0.12 |
| Hex | 19 | 1D | 26 | 22 | 18 | 0 | 55 | DE | 15 | C |
| Octal | 31 | 35 | 46 | 42 | 30 | 0 | 125 | 336 | 25 | 14 |
| Binary | 11001 | 11101 | 100110 | 100010 | 11000 | 0 | 1010101 | 11011110 | 10101 | 1100 |
Color Harmonies of #191D26
Complementary color
Monochromatic Colors of #191D26
Black with #191D26
Text Example
Text Example
White with #191D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D26; }
p { color: rgb(25,29,38); }
H1.HeaderClassName
{
color: #191D26;
}
.AnyTagClassName
{
color: #191D26;
}
</style>
background-color css
<style>
a { background-color: #191D26; }
a { background-color: rgb(25,29,38); }
div.DivClassName
{
background-color: #191D26;
}
.BgClassName
{
background-color: #191D26;
}
</style>
border-color css
<style>
span { border-color: #191D26; }
span { border-color: rgb(25,29,38); }
td.TdClassName
{
border-color: #191D26;
}
.TagClassName
{
border-color: #191D26;
}
</style>