Shades of Blackcurrant #130319
Tints of Blackcurrant #130319
RGB
CMYK
RGB Variations
Color information
#130319 (or 0x130319) is known color: Blackcurrant. HEX triplet: 13, 03 and 19. RGB value is (19,3,25). Sum of RGB (Red+Green+Blue) = 19+3+25=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #130319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130319 is #ECFCE6. Grayscale: #0A0A0A. Windows color (decimal): -15531239 or 1639187. OLE color: 1639187.
HSL color Cylindrical-coordinate representation of color #130319: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130319 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 3 | 25 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.90 |
| HSL | 283.64º | 0.79% | 0.05% | - |
| HSV(B) | 283.64º | 0.88% | 0.1% | - |
| XYZ | 0.48 | 0.27 | 0.95 | - |
| YUV | 10.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 25 | 0.24 | 0.88 | 0 | 0.90 | 283.64 | 0.79 | 0.05 |
| Hex | 13 | 3 | 19 | 18 | 58 | 0 | 5A | 11C | 4F | 5 |
| Octal | 23 | 3 | 31 | 30 | 130 | 0 | 132 | 434 | 117 | 5 |
| Binary | 10011 | 11 | 11001 | 11000 | 1011000 | 0 | 1011010 | 100011100 | 1001111 | 101 |
Color Harmonies of #130319
Complementary color
Monochromatic Colors of #130319
Black with #130319
Text Example
Text Example
White with #130319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130319; }
p { color: rgb(19,3,25); }
H1.HeaderClassName
{
color: #130319;
}
.AnyTagClassName
{
color: #130319;
}
</style>
background-color css
<style>
a { background-color: #130319; }
a { background-color: rgb(19,3,25); }
div.DivClassName
{
background-color: #130319;
}
.BgClassName
{
background-color: #130319;
}
</style>
border-color css
<style>
span { border-color: #130319; }
span { border-color: rgb(19,3,25); }
td.TdClassName
{
border-color: #130319;
}
.TagClassName
{
border-color: #130319;
}
</style>