Shades of Blackcurrant #130719
Tints of Blackcurrant #130719
RGB
CMYK
RGB Variations
Color information
#130719 (or 0x130719) is known color: Blackcurrant. HEX triplet: 13, 07 and 19. RGB value is (19,7,25). Sum of RGB (Red+Green+Blue) = 19+7+25=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #130719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130719 is #ECF8E6. Grayscale: #0C0C0C. Windows color (decimal): -15530215 or 1640211. OLE color: 1640211.
HSL color Cylindrical-coordinate representation of color #130719: hue angle of 280º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130719 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 7 | 25 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.90 |
| HSL | 280º | 0.56% | 0.06% | - |
| HSV(B) | 280º | 0.72% | 0.1% | - |
| XYZ | 0.52 | 0.36 | 0.96 | - |
| YUV | 12.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 25 | 0.24 | 0.72 | 0 | 0.90 | 280 | 0.56 | 0.06 |
| Hex | 13 | 7 | 19 | 18 | 48 | 0 | 5A | 118 | 38 | 6 |
| Octal | 23 | 7 | 31 | 30 | 110 | 0 | 132 | 430 | 70 | 6 |
| Binary | 10011 | 111 | 11001 | 11000 | 1001000 | 0 | 1011010 | 100011000 | 111000 | 110 |
Color Harmonies of #130719
Complementary color
Monochromatic Colors of #130719
Black with #130719
Text Example
Text Example
White with #130719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130719; }
p { color: rgb(19,7,25); }
H1.HeaderClassName
{
color: #130719;
}
.AnyTagClassName
{
color: #130719;
}
</style>
background-color css
<style>
a { background-color: #130719; }
a { background-color: rgb(19,7,25); }
div.DivClassName
{
background-color: #130719;
}
.BgClassName
{
background-color: #130719;
}
</style>
border-color css
<style>
span { border-color: #130719; }
span { border-color: rgb(19,7,25); }
td.TdClassName
{
border-color: #130719;
}
.TagClassName
{
border-color: #130719;
}
</style>