Shades of Black Russian #131731
Tints of Black Russian #131731
RGB
CMYK
RGB Variations
Color information
#131731 (or 0x131731) is known color: Black Russian. HEX triplet: 13, 17 and 31. RGB value is (19,23,49). Sum of RGB (Red+Green+Blue) = 19+23+49=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #131731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131731 is #ECE8CE. Grayscale: #181818. Windows color (decimal): -15526095 or 3217171. OLE color: 3217171.
HSL color Cylindrical-coordinate representation of color #131731: hue angle of 232º 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 #131731 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 23 | 49 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.81 |
| HSL | 232º | 0.44% | 0.13% | - |
| HSV(B) | 232º | 0.61% | 0.19% | - |
| XYZ | 1.13 | 0.97 | 3.03 | - |
| YUV | 24.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 49 | 0.61 | 0.53 | 0 | 0.81 | 232 | 0.44 | 0.13 |
| Hex | 13 | 17 | 31 | 3D | 35 | 0 | 51 | E8 | 2C | D |
| Octal | 23 | 27 | 61 | 75 | 65 | 0 | 121 | 350 | 54 | 15 |
| Binary | 10011 | 10111 | 110001 | 111101 | 110101 | 0 | 1010001 | 11101000 | 101100 | 1101 |
Color Harmonies of #131731
Complementary color
Monochromatic Colors of #131731
Black with #131731
Text Example
Text Example
White with #131731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131731; }
p { color: rgb(19,23,49); }
H1.HeaderClassName
{
color: #131731;
}
.AnyTagClassName
{
color: #131731;
}
</style>
background-color css
<style>
a { background-color: #131731; }
a { background-color: rgb(19,23,49); }
div.DivClassName
{
background-color: #131731;
}
.BgClassName
{
background-color: #131731;
}
</style>
border-color css
<style>
span { border-color: #131731; }
span { border-color: rgb(19,23,49); }
td.TdClassName
{
border-color: #131731;
}
.TagClassName
{
border-color: #131731;
}
</style>