Shades of Black Russian #191A33
Tints of Black Russian #191A33
RGB
CMYK
RGB Variations
Color information
#191A33 (or 0x191A33) is known color: Black Russian. HEX triplet: 19, 1A and 33. RGB value is (25,26,51). Sum of RGB (Red+Green+Blue) = 25+26+51=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #191A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A33 is #E6E5CC. Grayscale: #1C1C1C. Windows color (decimal): -15132109 or 3349017. OLE color: 3349017.
HSL color Cylindrical-coordinate representation of color #191A33: hue angle of 237.69º 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 #191A33 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 26 | 51 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.8 |
| HSL | 237.69º | 0.34% | 0.15% | - |
| HSV(B) | 237.69º | 0.51% | 0.2% | - |
| XYZ | 1.37 | 1.18 | 3.29 | - |
| YUV | 28.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 51 | 0.51 | 0.49 | 0 | 0.8 | 237.69 | 0.34 | 0.15 |
| Hex | 19 | 1A | 33 | 33 | 31 | 0 | 50 | EE | 22 | F |
| Octal | 31 | 32 | 63 | 63 | 61 | 0 | 120 | 356 | 42 | 17 |
| Binary | 11001 | 11010 | 110011 | 110011 | 110001 | 0 | 1010000 | 11101110 | 100010 | 1111 |
Color Harmonies of #191A33
Complementary color
Monochromatic Colors of #191A33
Black with #191A33
Text Example
Text Example
White with #191A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A33; }
p { color: rgb(25,26,51); }
H1.HeaderClassName
{
color: #191A33;
}
.AnyTagClassName
{
color: #191A33;
}
</style>
background-color css
<style>
a { background-color: #191A33; }
a { background-color: rgb(25,26,51); }
div.DivClassName
{
background-color: #191A33;
}
.BgClassName
{
background-color: #191A33;
}
</style>
border-color css
<style>
span { border-color: #191A33; }
span { border-color: rgb(25,26,51); }
td.TdClassName
{
border-color: #191A33;
}
.TagClassName
{
border-color: #191A33;
}
</style>