Shades of Blackcurrant #130219
Tints of Blackcurrant #130219
RGB
CMYK
RGB Variations
Color information
#130219 (or 0x130219) is known color: Blackcurrant. HEX triplet: 13, 02 and 19. RGB value is (19,2,25). Sum of RGB (Red+Green+Blue) = 19+2+25=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #130219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130219 is #ECFDE6. Grayscale: #090909. Windows color (decimal): -15531495 or 1638931. OLE color: 1638931.
HSL color Cylindrical-coordinate representation of color #130219: hue angle of 284.35º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130219 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 2 | 25 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.90 |
| HSL | 284.35º | 0.85% | 0.05% | - |
| HSV(B) | 284.35º | 0.92% | 0.1% | - |
| XYZ | 0.47 | 0.25 | 0.94 | - |
| YUV | 9.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 25 | 0.24 | 0.92 | 0 | 0.90 | 284.35 | 0.85 | 0.05 |
| Hex | 13 | 2 | 19 | 18 | 5C | 0 | 5A | 11C | 55 | 5 |
| Octal | 23 | 2 | 31 | 30 | 134 | 0 | 132 | 434 | 125 | 5 |
| Binary | 10011 | 10 | 11001 | 11000 | 1011100 | 0 | 1011010 | 100011100 | 1010101 | 101 |
Color Harmonies of #130219
Complementary color
Monochromatic Colors of #130219
Black with #130219
Text Example
Text Example
White with #130219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130219; }
p { color: rgb(19,2,25); }
H1.HeaderClassName
{
color: #130219;
}
.AnyTagClassName
{
color: #130219;
}
</style>
background-color css
<style>
a { background-color: #130219; }
a { background-color: rgb(19,2,25); }
div.DivClassName
{
background-color: #130219;
}
.BgClassName
{
background-color: #130219;
}
</style>
border-color css
<style>
span { border-color: #130219; }
span { border-color: rgb(19,2,25); }
td.TdClassName
{
border-color: #130219;
}
.TagClassName
{
border-color: #130219;
}
</style>