Shades of Blackcurrant #130919
Tints of Blackcurrant #130919
RGB
CMYK
RGB Variations
Color information
#130919 (or 0x130919) is known color: Blackcurrant. HEX triplet: 13, 09 and 19. RGB value is (19,9,25). Sum of RGB (Red+Green+Blue) = 19+9+25=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #130919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130919 is #ECF6E6. Grayscale: #0D0D0D. Windows color (decimal): -15529703 or 1640723. OLE color: 1640723.
HSL color Cylindrical-coordinate representation of color #130919: hue angle of 277.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #130919 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 9 | 25 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.90 |
| HSL | 277.5º | 0.47% | 0.07% | - |
| HSV(B) | 277.5º | 0.64% | 0.1% | - |
| XYZ | 0.54 | 0.4 | 0.97 | - |
| YUV | 13.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 25 | 0.24 | 0.64 | 0 | 0.90 | 277.5 | 0.47 | 0.07 |
| Hex | 13 | 9 | 19 | 18 | 40 | 0 | 5A | 116 | 2F | 7 |
| Octal | 23 | 11 | 31 | 30 | 100 | 0 | 132 | 426 | 57 | 7 |
| Binary | 10011 | 1001 | 11001 | 11000 | 1000000 | 0 | 1011010 | 100010110 | 101111 | 111 |
Color Harmonies of #130919
Complementary color
Monochromatic Colors of #130919
Black with #130919
Text Example
Text Example
White with #130919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130919; }
p { color: rgb(19,9,25); }
H1.HeaderClassName
{
color: #130919;
}
.AnyTagClassName
{
color: #130919;
}
</style>
background-color css
<style>
a { background-color: #130919; }
a { background-color: rgb(19,9,25); }
div.DivClassName
{
background-color: #130919;
}
.BgClassName
{
background-color: #130919;
}
</style>
border-color css
<style>
span { border-color: #130919; }
span { border-color: rgb(19,9,25); }
td.TdClassName
{
border-color: #130919;
}
.TagClassName
{
border-color: #130919;
}
</style>