Shades of Blackcurrant #130D16
Tints of Blackcurrant #130D16
RGB
CMYK
RGB Variations
Color information
#130D16 (or 0x130D16) is known color: Blackcurrant. HEX triplet: 13, 0D and 16. RGB value is (19,13,22). Sum of RGB (Red+Green+Blue) = 19+13+22=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #130D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D16 is #ECF2E9. Grayscale: #0F0F0F. Windows color (decimal): -15528682 or 1445139. OLE color: 1445139.
HSL color Cylindrical-coordinate representation of color #130D16: hue angle of 280º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #130D16 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 13 | 22 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.91 |
| HSL | 280º | 0.26% | 0.07% | - |
| HSV(B) | 280º | 0.41% | 0.09% | - |
| XYZ | 0.56 | 0.48 | 0.82 | - |
| YUV | 15.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 22 | 0.14 | 0.41 | 0 | 0.91 | 280 | 0.26 | 0.07 |
| Hex | 13 | D | 16 | E | 29 | 0 | 5B | 118 | 1A | 7 |
| Octal | 23 | 15 | 26 | 16 | 51 | 0 | 133 | 430 | 32 | 7 |
| Binary | 10011 | 1101 | 10110 | 1110 | 101001 | 0 | 1011011 | 100011000 | 11010 | 111 |
Color Harmonies of #130D16
Complementary color
Monochromatic Colors of #130D16
Black with #130D16
Text Example
Text Example
White with #130D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D16; }
p { color: rgb(19,13,22); }
H1.HeaderClassName
{
color: #130D16;
}
.AnyTagClassName
{
color: #130D16;
}
</style>
background-color css
<style>
a { background-color: #130D16; }
a { background-color: rgb(19,13,22); }
div.DivClassName
{
background-color: #130D16;
}
.BgClassName
{
background-color: #130D16;
}
</style>
border-color css
<style>
span { border-color: #130D16; }
span { border-color: rgb(19,13,22); }
td.TdClassName
{
border-color: #130D16;
}
.TagClassName
{
border-color: #130D16;
}
</style>