Shades of Blackcurrant #130619
Tints of Blackcurrant #130619
RGB
CMYK
RGB Variations
Color information
#130619 (or 0x130619) is known color: Blackcurrant. HEX triplet: 13, 06 and 19. RGB value is (19,6,25). Sum of RGB (Red+Green+Blue) = 19+6+25=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #130619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130619 is #ECF9E6. Grayscale: #0B0B0B. Windows color (decimal): -15530471 or 1639955. OLE color: 1639955.
HSL color Cylindrical-coordinate representation of color #130619: hue angle of 281.05º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130619 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 6 | 25 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.90 |
| HSL | 281.05º | 0.61% | 0.06% | - |
| HSV(B) | 281.05º | 0.76% | 0.1% | - |
| XYZ | 0.51 | 0.34 | 0.96 | - |
| YUV | 12.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 25 | 0.24 | 0.76 | 0 | 0.90 | 281.05 | 0.61 | 0.06 |
| Hex | 13 | 6 | 19 | 18 | 4C | 0 | 5A | 119 | 3D | 6 |
| Octal | 23 | 6 | 31 | 30 | 114 | 0 | 132 | 431 | 75 | 6 |
| Binary | 10011 | 110 | 11001 | 11000 | 1001100 | 0 | 1011010 | 100011001 | 111101 | 110 |
Color Harmonies of #130619
Complementary color
Monochromatic Colors of #130619
Black with #130619
Text Example
Text Example
White with #130619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130619; }
p { color: rgb(19,6,25); }
H1.HeaderClassName
{
color: #130619;
}
.AnyTagClassName
{
color: #130619;
}
</style>
background-color css
<style>
a { background-color: #130619; }
a { background-color: rgb(19,6,25); }
div.DivClassName
{
background-color: #130619;
}
.BgClassName
{
background-color: #130619;
}
</style>
border-color css
<style>
span { border-color: #130619; }
span { border-color: rgb(19,6,25); }
td.TdClassName
{
border-color: #130619;
}
.TagClassName
{
border-color: #130619;
}
</style>