Shades of Black Russian #131031
Tints of Black Russian #131031
RGB
CMYK
RGB Variations
Color information
#131031 (or 0x131031) is known color: Black Russian. HEX triplet: 13, 10 and 31. RGB value is (19,16,49). Sum of RGB (Red+Green+Blue) = 19+16+49=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #131031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131031 is #ECEFCE. Grayscale: #141414. Windows color (decimal): -15527887 or 3215379. OLE color: 3215379.
HSL color Cylindrical-coordinate representation of color #131031: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131031 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 16 | 49 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.81 |
| HSL | 245.45º | 0.51% | 0.13% | - |
| HSV(B) | 245.45º | 0.67% | 0.19% | - |
| XYZ | 1.01 | 0.73 | 2.99 | - |
| YUV | 20.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 49 | 0.61 | 0.67 | 0 | 0.81 | 245.45 | 0.51 | 0.13 |
| Hex | 13 | 10 | 31 | 3D | 43 | 0 | 51 | F5 | 33 | D |
| Octal | 23 | 20 | 61 | 75 | 103 | 0 | 121 | 365 | 63 | 15 |
| Binary | 10011 | 10000 | 110001 | 111101 | 1000011 | 0 | 1010001 | 11110101 | 110011 | 1101 |
Color Harmonies of #131031
Complementary color
Monochromatic Colors of #131031
Black with #131031
Text Example
Text Example
White with #131031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131031; }
p { color: rgb(19,16,49); }
H1.HeaderClassName
{
color: #131031;
}
.AnyTagClassName
{
color: #131031;
}
</style>
background-color css
<style>
a { background-color: #131031; }
a { background-color: rgb(19,16,49); }
div.DivClassName
{
background-color: #131031;
}
.BgClassName
{
background-color: #131031;
}
</style>
border-color css
<style>
span { border-color: #131031; }
span { border-color: rgb(19,16,49); }
td.TdClassName
{
border-color: #131031;
}
.TagClassName
{
border-color: #131031;
}
</style>