Shades of Black Russian #131331
Tints of Black Russian #131331
RGB
CMYK
RGB Variations
Color information
#131331 (or 0x131331) is known color: Black Russian. HEX triplet: 13, 13 and 31. RGB value is (19,19,49). Sum of RGB (Red+Green+Blue) = 19+19+49=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #131331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131331 is #ECECCE. Grayscale: #161616. Windows color (decimal): -15527119 or 3216147. OLE color: 3216147.
HSL color Cylindrical-coordinate representation of color #131331: hue angle of 240º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131331 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 19 | 49 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.81 |
| HSL | 240º | 0.44% | 0.13% | - |
| HSV(B) | 240º | 0.61% | 0.19% | - |
| XYZ | 1.06 | 0.83 | 3.01 | - |
| YUV | 22.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 49 | 0.61 | 0.61 | 0 | 0.81 | 240 | 0.44 | 0.13 |
| Hex | 13 | 13 | 31 | 3D | 3D | 0 | 51 | F0 | 2C | D |
| Octal | 23 | 23 | 61 | 75 | 75 | 0 | 121 | 360 | 54 | 15 |
| Binary | 10011 | 10011 | 110001 | 111101 | 111101 | 0 | 1010001 | 11110000 | 101100 | 1101 |
Color Harmonies of #131331
Complementary color
Monochromatic Colors of #131331
Black with #131331
Text Example
Text Example
White with #131331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131331; }
p { color: rgb(19,19,49); }
H1.HeaderClassName
{
color: #131331;
}
.AnyTagClassName
{
color: #131331;
}
</style>
background-color css
<style>
a { background-color: #131331; }
a { background-color: rgb(19,19,49); }
div.DivClassName
{
background-color: #131331;
}
.BgClassName
{
background-color: #131331;
}
</style>
border-color css
<style>
span { border-color: #131331; }
span { border-color: rgb(19,19,49); }
td.TdClassName
{
border-color: #131331;
}
.TagClassName
{
border-color: #131331;
}
</style>