Shades of Black Russian #191A1F
Tints of Black Russian #191A1F
RGB
CMYK
RGB Variations
Color information
#191A1F (or 0x191A1F) is known color: Black Russian. HEX triplet: 19, 1A and 1F. RGB value is (25,26,31). Sum of RGB (Red+Green+Blue) = 25+26+31=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #191A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A1F is #E6E5E0. Grayscale: #1A1A1A. Windows color (decimal): -15132129 or 2038297. OLE color: 2038297.
HSL color Cylindrical-coordinate representation of color #191A1F: hue angle of 230º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191A1F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 26 | 31 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.88 |
| HSL | 230º | 0.11% | 0.11% | - |
| HSV(B) | 230º | 0.19% | 0.12% | - |
| XYZ | 1.02 | 1.04 | 1.44 | - |
| YUV | 26.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 31 | 0.19 | 0.16 | 0 | 0.88 | 230 | 0.11 | 0.11 |
| Hex | 19 | 1A | 1F | 13 | 10 | 0 | 58 | E6 | B | B |
| Octal | 31 | 32 | 37 | 23 | 20 | 0 | 130 | 346 | 13 | 13 |
| Binary | 11001 | 11010 | 11111 | 10011 | 10000 | 0 | 1011000 | 11100110 | 1011 | 1011 |
Color Harmonies of #191A1F
Complementary color
Monochromatic Colors of #191A1F
Black with #191A1F
Text Example
Text Example
White with #191A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A1F; }
p { color: rgb(25,26,31); }
H1.HeaderClassName
{
color: #191A1F;
}
.AnyTagClassName
{
color: #191A1F;
}
</style>
background-color css
<style>
a { background-color: #191A1F; }
a { background-color: rgb(25,26,31); }
div.DivClassName
{
background-color: #191A1F;
}
.BgClassName
{
background-color: #191A1F;
}
</style>
border-color css
<style>
span { border-color: #191A1F; }
span { border-color: rgb(25,26,31); }
td.TdClassName
{
border-color: #191A1F;
}
.TagClassName
{
border-color: #191A1F;
}
</style>