Shades of Blackcurrant #130416
Tints of Blackcurrant #130416
RGB
CMYK
RGB Variations
Color information
#130416 (or 0x130416) is known color: Blackcurrant. HEX triplet: 13, 04 and 16. RGB value is (19,4,22). Sum of RGB (Red+Green+Blue) = 19+4+22=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #130416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130416 is #ECFBE9. Grayscale: #0A0A0A. Windows color (decimal): -15530986 or 1442835. OLE color: 1442835.
HSL color Cylindrical-coordinate representation of color #130416: hue angle of 290º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130416 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 4 | 22 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.91 |
| HSL | 290º | 0.69% | 0.05% | - |
| HSV(B) | 290º | 0.82% | 0.09% | - |
| XYZ | 0.46 | 0.28 | 0.79 | - |
| YUV | 10.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 22 | 0.14 | 0.82 | 0 | 0.91 | 290 | 0.69 | 0.05 |
| Hex | 13 | 4 | 16 | E | 52 | 0 | 5B | 122 | 45 | 5 |
| Octal | 23 | 4 | 26 | 16 | 122 | 0 | 133 | 442 | 105 | 5 |
| Binary | 10011 | 100 | 10110 | 1110 | 1010010 | 0 | 1011011 | 100100010 | 1000101 | 101 |
Color Harmonies of #130416
Complementary color
Monochromatic Colors of #130416
Black with #130416
Text Example
Text Example
White with #130416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130416; }
p { color: rgb(19,4,22); }
H1.HeaderClassName
{
color: #130416;
}
.AnyTagClassName
{
color: #130416;
}
</style>
background-color css
<style>
a { background-color: #130416; }
a { background-color: rgb(19,4,22); }
div.DivClassName
{
background-color: #130416;
}
.BgClassName
{
background-color: #130416;
}
</style>
border-color css
<style>
span { border-color: #130416; }
span { border-color: rgb(19,4,22); }
td.TdClassName
{
border-color: #130416;
}
.TagClassName
{
border-color: #130416;
}
</style>