Shades of Black Russian #131328
Tints of Black Russian #131328
RGB
CMYK
RGB Variations
Color information
#131328 (or 0x131328) is known color: Black Russian. HEX triplet: 13, 13 and 28. RGB value is (19,19,40). Sum of RGB (Red+Green+Blue) = 19+19+40=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #131328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131328 is #ECECD7. Grayscale: #151515. Windows color (decimal): -15527128 or 2626323. OLE color: 2626323.
HSL color Cylindrical-coordinate representation of color #131328: hue angle of 240º 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 #131328 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 19 | 40 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.84 |
| HSL | 240º | 0.36% | 0.12% | - |
| HSV(B) | 240º | 0.53% | 0.16% | - |
| XYZ | 0.88 | 0.76 | 2.11 | - |
| YUV | 21.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 40 | 0.52 | 0.52 | 0 | 0.84 | 240 | 0.36 | 0.12 |
| Hex | 13 | 13 | 28 | 34 | 34 | 0 | 54 | F0 | 24 | C |
| Octal | 23 | 23 | 50 | 64 | 64 | 0 | 124 | 360 | 44 | 14 |
| Binary | 10011 | 10011 | 101000 | 110100 | 110100 | 0 | 1010100 | 11110000 | 100100 | 1100 |
Color Harmonies of #131328
Complementary color
Monochromatic Colors of #131328
Black with #131328
Text Example
Text Example
White with #131328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131328; }
p { color: rgb(19,19,40); }
H1.HeaderClassName
{
color: #131328;
}
.AnyTagClassName
{
color: #131328;
}
</style>
background-color css
<style>
a { background-color: #131328; }
a { background-color: rgb(19,19,40); }
div.DivClassName
{
background-color: #131328;
}
.BgClassName
{
background-color: #131328;
}
</style>
border-color css
<style>
span { border-color: #131328; }
span { border-color: rgb(19,19,40); }
td.TdClassName
{
border-color: #131328;
}
.TagClassName
{
border-color: #131328;
}
</style>