Shades of Black Russian #131530
Tints of Black Russian #131530
RGB
CMYK
RGB Variations
Color information
#131530 (or 0x131530) is known color: Black Russian. HEX triplet: 13, 15 and 30. RGB value is (19,21,48). Sum of RGB (Red+Green+Blue) = 19+21+48=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #131530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131530 is #ECEACF. Grayscale: #171717. Windows color (decimal): -15526608 or 3151123. OLE color: 3151123.
HSL color Cylindrical-coordinate representation of color #131530: hue angle of 235.86º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131530 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 21 | 48 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.81 |
| HSL | 235.86º | 0.43% | 0.13% | - |
| HSV(B) | 235.86º | 0.6% | 0.19% | - |
| XYZ | 1.07 | 0.89 | 2.91 | - |
| YUV | 23.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 48 | 0.60 | 0.56 | 0 | 0.81 | 235.86 | 0.43 | 0.13 |
| Hex | 13 | 15 | 30 | 3C | 38 | 0 | 51 | EC | 2B | D |
| Octal | 23 | 25 | 60 | 74 | 70 | 0 | 121 | 354 | 53 | 15 |
| Binary | 10011 | 10101 | 110000 | 111100 | 111000 | 0 | 1010001 | 11101100 | 101011 | 1101 |
Color Harmonies of #131530
Complementary color
Monochromatic Colors of #131530
Black with #131530
Text Example
Text Example
White with #131530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131530; }
p { color: rgb(19,21,48); }
H1.HeaderClassName
{
color: #131530;
}
.AnyTagClassName
{
color: #131530;
}
</style>
background-color css
<style>
a { background-color: #131530; }
a { background-color: rgb(19,21,48); }
div.DivClassName
{
background-color: #131530;
}
.BgClassName
{
background-color: #131530;
}
</style>
border-color css
<style>
span { border-color: #131530; }
span { border-color: rgb(19,21,48); }
td.TdClassName
{
border-color: #131530;
}
.TagClassName
{
border-color: #131530;
}
</style>