Shades of Black Russian #191B32
Tints of Black Russian #191B32
RGB
CMYK
RGB Variations
Color information
#191B32 (or 0x191B32) is known color: Black Russian. HEX triplet: 19, 1B and 32. RGB value is (25,27,50). Sum of RGB (Red+Green+Blue) = 25+27+50=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #191B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B32 is #E6E4CD. Grayscale: #1C1C1C. Windows color (decimal): -15131854 or 3283737. OLE color: 3283737.
HSL color Cylindrical-coordinate representation of color #191B32: hue angle of 235.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191B32 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 27 | 50 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.80 |
| HSL | 235.2º | 0.33% | 0.15% | - |
| HSV(B) | 235.2º | 0.5% | 0.2% | - |
| XYZ | 1.37 | 1.22 | 3.18 | - |
| YUV | 29.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 50 | 0.50 | 0.46 | 0 | 0.80 | 235.2 | 0.33 | 0.15 |
| Hex | 19 | 1B | 32 | 32 | 2E | 0 | 50 | EB | 21 | F |
| Octal | 31 | 33 | 62 | 62 | 56 | 0 | 120 | 353 | 41 | 17 |
| Binary | 11001 | 11011 | 110010 | 110010 | 101110 | 0 | 1010000 | 11101011 | 100001 | 1111 |
Color Harmonies of #191B32
Complementary color
Monochromatic Colors of #191B32
Black with #191B32
Text Example
Text Example
White with #191B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B32; }
p { color: rgb(25,27,50); }
H1.HeaderClassName
{
color: #191B32;
}
.AnyTagClassName
{
color: #191B32;
}
</style>
background-color css
<style>
a { background-color: #191B32; }
a { background-color: rgb(25,27,50); }
div.DivClassName
{
background-color: #191B32;
}
.BgClassName
{
background-color: #191B32;
}
</style>
border-color css
<style>
span { border-color: #191B32; }
span { border-color: rgb(25,27,50); }
td.TdClassName
{
border-color: #191B32;
}
.TagClassName
{
border-color: #191B32;
}
</style>