Shades of Black Russian #191922
Tints of Black Russian #191922
RGB
CMYK
RGB Variations
Color information
#191922 (or 0x191922) is known color: Black Russian. HEX triplet: 19, 19 and 22. RGB value is (25,25,34). Sum of RGB (Red+Green+Blue) = 25+25+34=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 34 - color contains mainly: blue. Hex color #191922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191922 is #E6E6DD. Grayscale: #191919. Windows color (decimal): -15132382 or 2234649. OLE color: 2234649.
HSL color Cylindrical-coordinate representation of color #191922: hue angle of 240º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #191922 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 25 | 34 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.87 |
| HSL | 240º | 0.15% | 0.12% | - |
| HSV(B) | 240º | 0.26% | 0.13% | - |
| XYZ | 1.04 | 1.02 | 1.66 | - |
| YUV | 26.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 34 | 0.26 | 0.26 | 0 | 0.87 | 240 | 0.15 | 0.12 |
| Hex | 19 | 19 | 22 | 1A | 1A | 0 | 57 | F0 | F | C |
| Octal | 31 | 31 | 42 | 32 | 32 | 0 | 127 | 360 | 17 | 14 |
| Binary | 11001 | 11001 | 100010 | 11010 | 11010 | 0 | 1010111 | 11110000 | 1111 | 1100 |
Color Harmonies of #191922
Complementary color
Monochromatic Colors of #191922
Black with #191922
Text Example
Text Example
White with #191922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191922; }
p { color: rgb(25,25,34); }
H1.HeaderClassName
{
color: #191922;
}
.AnyTagClassName
{
color: #191922;
}
</style>
background-color css
<style>
a { background-color: #191922; }
a { background-color: rgb(25,25,34); }
div.DivClassName
{
background-color: #191922;
}
.BgClassName
{
background-color: #191922;
}
</style>
border-color css
<style>
span { border-color: #191922; }
span { border-color: rgb(25,25,34); }
td.TdClassName
{
border-color: #191922;
}
.TagClassName
{
border-color: #191922;
}
</style>