Shades of Blackcurrant #130119
Tints of Blackcurrant #130119
RGB
CMYK
RGB Variations
Color information
#130119 (or 0x130119) is known color: Blackcurrant. HEX triplet: 13, 01 and 19. RGB value is (19,1,25). Sum of RGB (Red+Green+Blue) = 19+1+25=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #130119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130119 is #ECFEE6. Grayscale: #090909. Windows color (decimal): -15531751 or 1638675. OLE color: 1638675.
HSL color Cylindrical-coordinate representation of color #130119: hue angle of 285º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130119 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 1 | 25 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.90 |
| HSL | 285º | 0.92% | 0.05% | - |
| HSV(B) | 285º | 0.96% | 0.1% | - |
| XYZ | 0.45 | 0.23 | 0.94 | - |
| YUV | 9.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 25 | 0.24 | 0.96 | 0 | 0.90 | 285 | 0.92 | 0.05 |
| Hex | 13 | 1 | 19 | 18 | 60 | 0 | 5A | 11D | 5C | 5 |
| Octal | 23 | 1 | 31 | 30 | 140 | 0 | 132 | 435 | 134 | 5 |
| Binary | 10011 | 1 | 11001 | 11000 | 1100000 | 0 | 1011010 | 100011101 | 1011100 | 101 |
Color Harmonies of #130119
Complementary color
Monochromatic Colors of #130119
Black with #130119
Text Example
Text Example
White with #130119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130119; }
p { color: rgb(19,1,25); }
H1.HeaderClassName
{
color: #130119;
}
.AnyTagClassName
{
color: #130119;
}
</style>
background-color css
<style>
a { background-color: #130119; }
a { background-color: rgb(19,1,25); }
div.DivClassName
{
background-color: #130119;
}
.BgClassName
{
background-color: #130119;
}
</style>
border-color css
<style>
span { border-color: #130119; }
span { border-color: rgb(19,1,25); }
td.TdClassName
{
border-color: #130119;
}
.TagClassName
{
border-color: #130119;
}
</style>