Shades of Black Russian #131533
Tints of Black Russian #131533
RGB
CMYK
RGB Variations
Color information
#131533 (or 0x131533) is known color: Black Russian. HEX triplet: 13, 15 and 33. RGB value is (19,21,51). Sum of RGB (Red+Green+Blue) = 19+21+51=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #131533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131533 is #ECEACC. Grayscale: #171717. Windows color (decimal): -15526605 or 3347731. OLE color: 3347731.
HSL color Cylindrical-coordinate representation of color #131533: hue angle of 236.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131533 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 21 | 51 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.8 |
| HSL | 236.25º | 0.46% | 0.14% | - |
| HSV(B) | 236.25º | 0.63% | 0.2% | - |
| XYZ | 1.13 | 0.91 | 3.25 | - |
| YUV | 23.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 51 | 0.63 | 0.59 | 0 | 0.8 | 236.25 | 0.46 | 0.14 |
| Hex | 13 | 15 | 33 | 3F | 3B | 0 | 50 | EC | 2E | E |
| Octal | 23 | 25 | 63 | 77 | 73 | 0 | 120 | 354 | 56 | 16 |
| Binary | 10011 | 10101 | 110011 | 111111 | 111011 | 0 | 1010000 | 11101100 | 101110 | 1110 |
Color Harmonies of #131533
Complementary color
Monochromatic Colors of #131533
Black with #131533
Text Example
Text Example
White with #131533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131533; }
p { color: rgb(19,21,51); }
H1.HeaderClassName
{
color: #131533;
}
.AnyTagClassName
{
color: #131533;
}
</style>
background-color css
<style>
a { background-color: #131533; }
a { background-color: rgb(19,21,51); }
div.DivClassName
{
background-color: #131533;
}
.BgClassName
{
background-color: #131533;
}
</style>
border-color css
<style>
span { border-color: #131533; }
span { border-color: rgb(19,21,51); }
td.TdClassName
{
border-color: #131533;
}
.TagClassName
{
border-color: #131533;
}
</style>