Shades of Black Russian #191E2B
Tints of Black Russian #191E2B
RGB
CMYK
RGB Variations
Color information
#191E2B (or 0x191E2B) is known color: Black Russian. HEX triplet: 19, 1E and 2B. RGB value is (25,30,43). Sum of RGB (Red+Green+Blue) = 25+30+43=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #191E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E2B is #E6E1D4. Grayscale: #1D1D1D. Windows color (decimal): -15131093 or 2825753. OLE color: 2825753.
HSL color Cylindrical-coordinate representation of color #191E2B: hue angle of 223.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #191E2B is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 30 | 43 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.83 |
| HSL | 223.33º | 0.26% | 0.13% | - |
| HSV(B) | 223.33º | 0.42% | 0.17% | - |
| XYZ | 1.3 | 1.31 | 2.47 | - |
| YUV | 29.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 43 | 0.42 | 0.30 | 0 | 0.83 | 223.33 | 0.26 | 0.13 |
| Hex | 19 | 1E | 2B | 2A | 1E | 0 | 53 | DF | 1A | D |
| Octal | 31 | 36 | 53 | 52 | 36 | 0 | 123 | 337 | 32 | 15 |
| Binary | 11001 | 11110 | 101011 | 101010 | 11110 | 0 | 1010011 | 11011111 | 11010 | 1101 |
Color Harmonies of #191E2B
Complementary color
Monochromatic Colors of #191E2B
Black with #191E2B
Text Example
Text Example
White with #191E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E2B; }
p { color: rgb(25,30,43); }
H1.HeaderClassName
{
color: #191E2B;
}
.AnyTagClassName
{
color: #191E2B;
}
</style>
background-color css
<style>
a { background-color: #191E2B; }
a { background-color: rgb(25,30,43); }
div.DivClassName
{
background-color: #191E2B;
}
.BgClassName
{
background-color: #191E2B;
}
</style>
border-color css
<style>
span { border-color: #191E2B; }
span { border-color: rgb(25,30,43); }
td.TdClassName
{
border-color: #191E2B;
}
.TagClassName
{
border-color: #191E2B;
}
</style>