Shades of Black Russian #191C29
Tints of Black Russian #191C29
RGB
CMYK
RGB Variations
Color information
#191C29 (or 0x191C29) is known color: Black Russian. HEX triplet: 19, 1C and 29. RGB value is (25,28,41). Sum of RGB (Red+Green+Blue) = 25+28+41=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #191C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C29 is #E6E3D6. Grayscale: #1C1C1C. Windows color (decimal): -15131607 or 2694169. OLE color: 2694169.
HSL color Cylindrical-coordinate representation of color #191C29: hue angle of 228.75º 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 #191C29 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 28 | 41 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.84 |
| HSL | 228.75º | 0.24% | 0.13% | - |
| HSV(B) | 228.75º | 0.39% | 0.16% | - |
| XYZ | 1.22 | 1.2 | 2.26 | - |
| YUV | 28.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 41 | 0.39 | 0.32 | 0 | 0.84 | 228.75 | 0.24 | 0.13 |
| Hex | 19 | 1C | 29 | 27 | 20 | 0 | 54 | E5 | 18 | D |
| Octal | 31 | 34 | 51 | 47 | 40 | 0 | 124 | 345 | 30 | 15 |
| Binary | 11001 | 11100 | 101001 | 100111 | 100000 | 0 | 1010100 | 11100101 | 11000 | 1101 |
Color Harmonies of #191C29
Complementary color
Monochromatic Colors of #191C29
Black with #191C29
Text Example
Text Example
White with #191C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C29; }
p { color: rgb(25,28,41); }
H1.HeaderClassName
{
color: #191C29;
}
.AnyTagClassName
{
color: #191C29;
}
</style>
background-color css
<style>
a { background-color: #191C29; }
a { background-color: rgb(25,28,41); }
div.DivClassName
{
background-color: #191C29;
}
.BgClassName
{
background-color: #191C29;
}
</style>
border-color css
<style>
span { border-color: #191C29; }
span { border-color: rgb(25,28,41); }
td.TdClassName
{
border-color: #191C29;
}
.TagClassName
{
border-color: #191C29;
}
</style>