Shades of Black Russian #191B33
Tints of Black Russian #191B33
RGB
CMYK
RGB Variations
Color information
#191B33 (or 0x191B33) is known color: Black Russian. HEX triplet: 19, 1B and 33. RGB value is (25,27,51). Sum of RGB (Red+Green+Blue) = 25+27+51=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #191B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B33 is #E6E4CC. Grayscale: #1D1D1D. Windows color (decimal): -15131853 or 3349273. OLE color: 3349273.
HSL color Cylindrical-coordinate representation of color #191B33: hue angle of 235.38º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #191B33 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 27 | 51 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.8 |
| HSL | 235.38º | 0.34% | 0.15% | - |
| HSV(B) | 235.38º | 0.51% | 0.2% | - |
| XYZ | 1.39 | 1.23 | 3.3 | - |
| YUV | 29.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 51 | 0.51 | 0.47 | 0 | 0.8 | 235.38 | 0.34 | 0.15 |
| Hex | 19 | 1B | 33 | 33 | 2F | 0 | 50 | EB | 22 | F |
| Octal | 31 | 33 | 63 | 63 | 57 | 0 | 120 | 353 | 42 | 17 |
| Binary | 11001 | 11011 | 110011 | 110011 | 101111 | 0 | 1010000 | 11101011 | 100010 | 1111 |
Color Harmonies of #191B33
Complementary color
Monochromatic Colors of #191B33
Black with #191B33
Text Example
Text Example
White with #191B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B33; }
p { color: rgb(25,27,51); }
H1.HeaderClassName
{
color: #191B33;
}
.AnyTagClassName
{
color: #191B33;
}
</style>
background-color css
<style>
a { background-color: #191B33; }
a { background-color: rgb(25,27,51); }
div.DivClassName
{
background-color: #191B33;
}
.BgClassName
{
background-color: #191B33;
}
</style>
border-color css
<style>
span { border-color: #191B33; }
span { border-color: rgb(25,27,51); }
td.TdClassName
{
border-color: #191B33;
}
.TagClassName
{
border-color: #191B33;
}
</style>