Shades of Blackcurrant #130518
Tints of Blackcurrant #130518
RGB
CMYK
RGB Variations
Color information
#130518 (or 0x130518) is known color: Blackcurrant. HEX triplet: 13, 05 and 18. RGB value is (19,5,24). Sum of RGB (Red+Green+Blue) = 19+5+24=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #130518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130518 is #ECFAE7. Grayscale: #0B0B0B. Windows color (decimal): -15530728 or 1574163. OLE color: 1574163.
HSL color Cylindrical-coordinate representation of color #130518: hue angle of 284.21º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130518 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 5 | 24 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.91 |
| HSL | 284.21º | 0.66% | 0.06% | - |
| HSV(B) | 284.21º | 0.79% | 0.09% | - |
| XYZ | 0.49 | 0.31 | 0.9 | - |
| YUV | 11.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 24 | 0.21 | 0.79 | 0 | 0.91 | 284.21 | 0.66 | 0.06 |
| Hex | 13 | 5 | 18 | 15 | 4F | 0 | 5B | 11C | 42 | 6 |
| Octal | 23 | 5 | 30 | 25 | 117 | 0 | 133 | 434 | 102 | 6 |
| Binary | 10011 | 101 | 11000 | 10101 | 1001111 | 0 | 1011011 | 100011100 | 1000010 | 110 |
Color Harmonies of #130518
Complementary color
Monochromatic Colors of #130518
Black with #130518
Text Example
Text Example
White with #130518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130518; }
p { color: rgb(19,5,24); }
H1.HeaderClassName
{
color: #130518;
}
.AnyTagClassName
{
color: #130518;
}
</style>
background-color css
<style>
a { background-color: #130518; }
a { background-color: rgb(19,5,24); }
div.DivClassName
{
background-color: #130518;
}
.BgClassName
{
background-color: #130518;
}
</style>
border-color css
<style>
span { border-color: #130518; }
span { border-color: rgb(19,5,24); }
td.TdClassName
{
border-color: #130518;
}
.TagClassName
{
border-color: #130518;
}
</style>