Shades of Black Russian #191E27
Tints of Black Russian #191E27
RGB
CMYK
RGB Variations
Color information
#191E27 (or 0x191E27) is known color: Black Russian. HEX triplet: 19, 1E and 27. RGB value is (25,30,39). Sum of RGB (Red+Green+Blue) = 25+30+39=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #191E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E27 is #E6E1D8. Grayscale: #1D1D1D. Windows color (decimal): -15131097 or 2563609. OLE color: 2563609.
HSL color Cylindrical-coordinate representation of color #191E27: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191E27 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 30 | 39 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.85 |
| HSL | 218.57º | 0.22% | 0.13% | - |
| HSV(B) | 218.57º | 0.36% | 0.15% | - |
| XYZ | 1.23 | 1.28 | 2.1 | - |
| YUV | 29.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 39 | 0.36 | 0.23 | 0 | 0.85 | 218.57 | 0.22 | 0.13 |
| Hex | 19 | 1E | 27 | 24 | 17 | 0 | 55 | DB | 16 | D |
| Octal | 31 | 36 | 47 | 44 | 27 | 0 | 125 | 333 | 26 | 15 |
| Binary | 11001 | 11110 | 100111 | 100100 | 10111 | 0 | 1010101 | 11011011 | 10110 | 1101 |
Color Harmonies of #191E27
Complementary color
Monochromatic Colors of #191E27
Black with #191E27
Text Example
Text Example
White with #191E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E27; }
p { color: rgb(25,30,39); }
H1.HeaderClassName
{
color: #191E27;
}
.AnyTagClassName
{
color: #191E27;
}
</style>
background-color css
<style>
a { background-color: #191E27; }
a { background-color: rgb(25,30,39); }
div.DivClassName
{
background-color: #191E27;
}
.BgClassName
{
background-color: #191E27;
}
</style>
border-color css
<style>
span { border-color: #191E27; }
span { border-color: rgb(25,30,39); }
td.TdClassName
{
border-color: #191E27;
}
.TagClassName
{
border-color: #191E27;
}
</style>