Shades of Blackcurrant #130519
Tints of Blackcurrant #130519
RGB
CMYK
RGB Variations
Color information
#130519 (or 0x130519) is known color: Blackcurrant. HEX triplet: 13, 05 and 19. RGB value is (19,5,25). Sum of RGB (Red+Green+Blue) = 19+5+25=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #130519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130519 is #ECFAE6. Grayscale: #0B0B0B. Windows color (decimal): -15530727 or 1639699. OLE color: 1639699.
HSL color Cylindrical-coordinate representation of color #130519: hue angle of 282º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130519 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 5 | 25 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.90 |
| HSL | 282º | 0.67% | 0.06% | - |
| HSV(B) | 282º | 0.8% | 0.1% | - |
| XYZ | 0.5 | 0.32 | 0.95 | - |
| YUV | 11.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 25 | 0.24 | 0.80 | 0 | 0.90 | 282 | 0.67 | 0.06 |
| Hex | 13 | 5 | 19 | 18 | 50 | 0 | 5A | 11A | 43 | 6 |
| Octal | 23 | 5 | 31 | 30 | 120 | 0 | 132 | 432 | 103 | 6 |
| Binary | 10011 | 101 | 11001 | 11000 | 1010000 | 0 | 1011010 | 100011010 | 1000011 | 110 |
Color Harmonies of #130519
Complementary color
Monochromatic Colors of #130519
Black with #130519
Text Example
Text Example
White with #130519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130519; }
p { color: rgb(19,5,25); }
H1.HeaderClassName
{
color: #130519;
}
.AnyTagClassName
{
color: #130519;
}
</style>
background-color css
<style>
a { background-color: #130519; }
a { background-color: rgb(19,5,25); }
div.DivClassName
{
background-color: #130519;
}
.BgClassName
{
background-color: #130519;
}
</style>
border-color css
<style>
span { border-color: #130519; }
span { border-color: rgb(19,5,25); }
td.TdClassName
{
border-color: #130519;
}
.TagClassName
{
border-color: #130519;
}
</style>