Shades of Black Russian #131528
Tints of Black Russian #131528
RGB
CMYK
RGB Variations
Color information
#131528 (or 0x131528) is known color: Black Russian. HEX triplet: 13, 15 and 28. RGB value is (19,21,40). Sum of RGB (Red+Green+Blue) = 19+21+40=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #131528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131528 is #ECEAD7. Grayscale: #161616. Windows color (decimal): -15526616 or 2626835. OLE color: 2626835.
HSL color Cylindrical-coordinate representation of color #131528: hue angle of 234.29º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131528 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 21 | 40 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.84 |
| HSL | 234.29º | 0.36% | 0.12% | - |
| HSV(B) | 234.29º | 0.53% | 0.16% | - |
| XYZ | 0.92 | 0.83 | 2.12 | - |
| YUV | 22.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 40 | 0.52 | 0.48 | 0 | 0.84 | 234.29 | 0.36 | 0.12 |
| Hex | 13 | 15 | 28 | 34 | 30 | 0 | 54 | EA | 24 | C |
| Octal | 23 | 25 | 50 | 64 | 60 | 0 | 124 | 352 | 44 | 14 |
| Binary | 10011 | 10101 | 101000 | 110100 | 110000 | 0 | 1010100 | 11101010 | 100100 | 1100 |
Color Harmonies of #131528
Complementary color
Monochromatic Colors of #131528
Black with #131528
Text Example
Text Example
White with #131528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131528; }
p { color: rgb(19,21,40); }
H1.HeaderClassName
{
color: #131528;
}
.AnyTagClassName
{
color: #131528;
}
</style>
background-color css
<style>
a { background-color: #131528; }
a { background-color: rgb(19,21,40); }
div.DivClassName
{
background-color: #131528;
}
.BgClassName
{
background-color: #131528;
}
</style>
border-color css
<style>
span { border-color: #131528; }
span { border-color: rgb(19,21,40); }
td.TdClassName
{
border-color: #131528;
}
.TagClassName
{
border-color: #131528;
}
</style>