Shades of Black Russian #131130
Tints of Black Russian #131130
RGB
CMYK
RGB Variations
Color information
#131130 (or 0x131130) is known color: Black Russian. HEX triplet: 13, 11 and 30. RGB value is (19,17,48). Sum of RGB (Red+Green+Blue) = 19+17+48=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #131130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131130 is #ECEECF. Grayscale: #151515. Windows color (decimal): -15527632 or 3150099. OLE color: 3150099.
HSL color Cylindrical-coordinate representation of color #131130: hue angle of 243.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131130 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 17 | 48 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.81 |
| HSL | 243.87º | 0.48% | 0.13% | - |
| HSV(B) | 243.87º | 0.65% | 0.19% | - |
| XYZ | 1 | 0.75 | 2.89 | - |
| YUV | 21.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 48 | 0.60 | 0.65 | 0 | 0.81 | 243.87 | 0.48 | 0.13 |
| Hex | 13 | 11 | 30 | 3C | 41 | 0 | 51 | F4 | 30 | D |
| Octal | 23 | 21 | 60 | 74 | 101 | 0 | 121 | 364 | 60 | 15 |
| Binary | 10011 | 10001 | 110000 | 111100 | 1000001 | 0 | 1010001 | 11110100 | 110000 | 1101 |
Color Harmonies of #131130
Complementary color
Monochromatic Colors of #131130
Black with #131130
Text Example
Text Example
White with #131130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131130; }
p { color: rgb(19,17,48); }
H1.HeaderClassName
{
color: #131130;
}
.AnyTagClassName
{
color: #131130;
}
</style>
background-color css
<style>
a { background-color: #131130; }
a { background-color: rgb(19,17,48); }
div.DivClassName
{
background-color: #131130;
}
.BgClassName
{
background-color: #131130;
}
</style>
border-color css
<style>
span { border-color: #131130; }
span { border-color: rgb(19,17,48); }
td.TdClassName
{
border-color: #131130;
}
.TagClassName
{
border-color: #131130;
}
</style>