Shades of Black Russian #191928
Tints of Black Russian #191928
RGB
CMYK
RGB Variations
Color information
#191928 (or 0x191928) is known color: Black Russian. HEX triplet: 19, 19 and 28. RGB value is (25,25,40). Sum of RGB (Red+Green+Blue) = 25+25+40=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #191928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191928 is #E6E6D7. Grayscale: #1A1A1A. Windows color (decimal): -15132376 or 2627865. OLE color: 2627865.
HSL color Cylindrical-coordinate representation of color #191928: hue angle of 240º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #191928 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 25 | 40 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.84 |
| HSL | 240º | 0.23% | 0.13% | - |
| HSV(B) | 240º | 0.38% | 0.16% | - |
| XYZ | 1.13 | 1.06 | 2.15 | - |
| YUV | 26.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 40 | 0.38 | 0.38 | 0 | 0.84 | 240 | 0.23 | 0.13 |
| Hex | 19 | 19 | 28 | 26 | 26 | 0 | 54 | F0 | 17 | D |
| Octal | 31 | 31 | 50 | 46 | 46 | 0 | 124 | 360 | 27 | 15 |
| Binary | 11001 | 11001 | 101000 | 100110 | 100110 | 0 | 1010100 | 11110000 | 10111 | 1101 |
Color Harmonies of #191928
Complementary color
Monochromatic Colors of #191928
Black with #191928
Text Example
Text Example
White with #191928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191928; }
p { color: rgb(25,25,40); }
H1.HeaderClassName
{
color: #191928;
}
.AnyTagClassName
{
color: #191928;
}
</style>
background-color css
<style>
a { background-color: #191928; }
a { background-color: rgb(25,25,40); }
div.DivClassName
{
background-color: #191928;
}
.BgClassName
{
background-color: #191928;
}
</style>
border-color css
<style>
span { border-color: #191928; }
span { border-color: rgb(25,25,40); }
td.TdClassName
{
border-color: #191928;
}
.TagClassName
{
border-color: #191928;
}
</style>