Shades of Blackcurrant #130531
Tints of Blackcurrant #130531
RGB
CMYK
RGB Variations
Color information
#130531 (or 0x130531) is known color: Blackcurrant. HEX triplet: 13, 05 and 31. RGB value is (19,5,49). Sum of RGB (Red+Green+Blue) = 19+5+49=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #130531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130531 is #ECFACE. Grayscale: #0E0E0E. Windows color (decimal): -15530703 or 3212563. OLE color: 3212563.
HSL color Cylindrical-coordinate representation of color #130531: hue angle of 259.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130531 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 5 | 49 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.81 |
| HSL | 259.09º | 0.81% | 0.11% | - |
| HSV(B) | 259.09º | 0.9% | 0.19% | - |
| XYZ | 0.88 | 0.47 | 2.95 | - |
| YUV | 14.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 49 | 0.61 | 0.90 | 0 | 0.81 | 259.09 | 0.81 | 0.11 |
| Hex | 13 | 5 | 31 | 3D | 5A | 0 | 51 | 103 | 51 | B |
| Octal | 23 | 5 | 61 | 75 | 132 | 0 | 121 | 403 | 121 | 13 |
| Binary | 10011 | 101 | 110001 | 111101 | 1011010 | 0 | 1010001 | 100000011 | 1010001 | 1011 |
Color Harmonies of #130531
Complementary color
Monochromatic Colors of #130531
Black with #130531
Text Example
Text Example
White with #130531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130531; }
p { color: rgb(19,5,49); }
H1.HeaderClassName
{
color: #130531;
}
.AnyTagClassName
{
color: #130531;
}
</style>
background-color css
<style>
a { background-color: #130531; }
a { background-color: rgb(19,5,49); }
div.DivClassName
{
background-color: #130531;
}
.BgClassName
{
background-color: #130531;
}
</style>
border-color css
<style>
span { border-color: #130531; }
span { border-color: rgb(19,5,49); }
td.TdClassName
{
border-color: #130531;
}
.TagClassName
{
border-color: #130531;
}
</style>