Shades of Black Russian #191A2B
Tints of Black Russian #191A2B
RGB
CMYK
RGB Variations
Color information
#191A2B (or 0x191A2B) is known color: Black Russian. HEX triplet: 19, 1A and 2B. RGB value is (25,26,43). Sum of RGB (Red+Green+Blue) = 25+26+43=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #191A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A2B is #E6E5D4. Grayscale: #1B1B1B. Windows color (decimal): -15132117 or 2824729. OLE color: 2824729.
HSL color Cylindrical-coordinate representation of color #191A2B: hue angle of 236.67º 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 #191A2B is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 26 | 43 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.83 |
| HSL | 236.67º | 0.26% | 0.13% | - |
| HSV(B) | 236.67º | 0.42% | 0.17% | - |
| XYZ | 1.21 | 1.12 | 2.44 | - |
| YUV | 27.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 43 | 0.42 | 0.40 | 0 | 0.83 | 236.67 | 0.26 | 0.13 |
| Hex | 19 | 1A | 2B | 2A | 28 | 0 | 53 | ED | 1A | D |
| Octal | 31 | 32 | 53 | 52 | 50 | 0 | 123 | 355 | 32 | 15 |
| Binary | 11001 | 11010 | 101011 | 101010 | 101000 | 0 | 1010011 | 11101101 | 11010 | 1101 |
Color Harmonies of #191A2B
Complementary color
Monochromatic Colors of #191A2B
Black with #191A2B
Text Example
Text Example
White with #191A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A2B; }
p { color: rgb(25,26,43); }
H1.HeaderClassName
{
color: #191A2B;
}
.AnyTagClassName
{
color: #191A2B;
}
</style>
background-color css
<style>
a { background-color: #191A2B; }
a { background-color: rgb(25,26,43); }
div.DivClassName
{
background-color: #191A2B;
}
.BgClassName
{
background-color: #191A2B;
}
</style>
border-color css
<style>
span { border-color: #191A2B; }
span { border-color: rgb(25,26,43); }
td.TdClassName
{
border-color: #191A2B;
}
.TagClassName
{
border-color: #191A2B;
}
</style>