Shades of Black Russian #191B2B
Tints of Black Russian #191B2B
RGB
CMYK
RGB Variations
Color information
#191B2B (or 0x191B2B) is known color: Black Russian. HEX triplet: 19, 1B and 2B. RGB value is (25,27,43). Sum of RGB (Red+Green+Blue) = 25+27+43=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #191B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B2B is #E6E4D4. Grayscale: #1C1C1C. Windows color (decimal): -15131861 or 2824985. OLE color: 2824985.
HSL color Cylindrical-coordinate representation of color #191B2B: hue angle of 233.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 #191B2B is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 27 | 43 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.83 |
| HSL | 233.33º | 0.26% | 0.13% | - |
| HSV(B) | 233.33º | 0.42% | 0.17% | - |
| XYZ | 1.23 | 1.16 | 2.45 | - |
| YUV | 28.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 43 | 0.42 | 0.37 | 0 | 0.83 | 233.33 | 0.26 | 0.13 |
| Hex | 19 | 1B | 2B | 2A | 25 | 0 | 53 | E9 | 1A | D |
| Octal | 31 | 33 | 53 | 52 | 45 | 0 | 123 | 351 | 32 | 15 |
| Binary | 11001 | 11011 | 101011 | 101010 | 100101 | 0 | 1010011 | 11101001 | 11010 | 1101 |
Color Harmonies of #191B2B
Complementary color
Monochromatic Colors of #191B2B
Black with #191B2B
Text Example
Text Example
White with #191B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B2B; }
p { color: rgb(25,27,43); }
H1.HeaderClassName
{
color: #191B2B;
}
.AnyTagClassName
{
color: #191B2B;
}
</style>
background-color css
<style>
a { background-color: #191B2B; }
a { background-color: rgb(25,27,43); }
div.DivClassName
{
background-color: #191B2B;
}
.BgClassName
{
background-color: #191B2B;
}
</style>
border-color css
<style>
span { border-color: #191B2B; }
span { border-color: rgb(25,27,43); }
td.TdClassName
{
border-color: #191B2B;
}
.TagClassName
{
border-color: #191B2B;
}
</style>