Shades of Black Russian #191A29
Tints of Black Russian #191A29
RGB
CMYK
RGB Variations
Color information
#191A29 (or 0x191A29) is known color: Black Russian. HEX triplet: 19, 1A and 29. RGB value is (25,26,41). Sum of RGB (Red+Green+Blue) = 25+26+41=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #191A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A29 is #E6E5D6. Grayscale: #1B1B1B. Windows color (decimal): -15132119 or 2693657. OLE color: 2693657.
HSL color Cylindrical-coordinate representation of color #191A29: hue angle of 236.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #191A29 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 26 | 41 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.84 |
| HSL | 236.25º | 0.24% | 0.13% | - |
| HSV(B) | 236.25º | 0.39% | 0.16% | - |
| XYZ | 1.17 | 1.11 | 2.25 | - |
| YUV | 27.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 41 | 0.39 | 0.37 | 0 | 0.84 | 236.25 | 0.24 | 0.13 |
| Hex | 19 | 1A | 29 | 27 | 25 | 0 | 54 | EC | 18 | D |
| Octal | 31 | 32 | 51 | 47 | 45 | 0 | 124 | 354 | 30 | 15 |
| Binary | 11001 | 11010 | 101001 | 100111 | 100101 | 0 | 1010100 | 11101100 | 11000 | 1101 |
Color Harmonies of #191A29
Complementary color
Monochromatic Colors of #191A29
Black with #191A29
Text Example
Text Example
White with #191A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A29; }
p { color: rgb(25,26,41); }
H1.HeaderClassName
{
color: #191A29;
}
.AnyTagClassName
{
color: #191A29;
}
</style>
background-color css
<style>
a { background-color: #191A29; }
a { background-color: rgb(25,26,41); }
div.DivClassName
{
background-color: #191A29;
}
.BgClassName
{
background-color: #191A29;
}
</style>
border-color css
<style>
span { border-color: #191A29; }
span { border-color: rgb(25,26,41); }
td.TdClassName
{
border-color: #191A29;
}
.TagClassName
{
border-color: #191A29;
}
</style>