Shades of Blackcurrant #130D15
Tints of Blackcurrant #130D15
RGB
CMYK
RGB Variations
Color information
#130D15 (or 0x130D15) is known color: Blackcurrant. HEX triplet: 13, 0D and 15. RGB value is (19,13,21). Sum of RGB (Red+Green+Blue) = 19+13+21=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #130D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D15 is #ECF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15528683 or 1379603. OLE color: 1379603.
HSL color Cylindrical-coordinate representation of color #130D15: hue angle of 285º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #130D15 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 13 | 21 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.92 |
| HSL | 285º | 0.24% | 0.07% | - |
| HSV(B) | 285º | 0.38% | 0.08% | - |
| XYZ | 0.55 | 0.48 | 0.77 | - |
| YUV | 15.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 21 | 0.10 | 0.38 | 0 | 0.92 | 285 | 0.24 | 0.07 |
| Hex | 13 | D | 15 | A | 26 | 0 | 5C | 11D | 18 | 7 |
| Octal | 23 | 15 | 25 | 12 | 46 | 0 | 134 | 435 | 30 | 7 |
| Binary | 10011 | 1101 | 10101 | 1010 | 100110 | 0 | 1011100 | 100011101 | 11000 | 111 |
Color Harmonies of #130D15
Complementary color
Monochromatic Colors of #130D15
Black with #130D15
Text Example
Text Example
White with #130D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D15; }
p { color: rgb(19,13,21); }
H1.HeaderClassName
{
color: #130D15;
}
.AnyTagClassName
{
color: #130D15;
}
</style>
background-color css
<style>
a { background-color: #130D15; }
a { background-color: rgb(19,13,21); }
div.DivClassName
{
background-color: #130D15;
}
.BgClassName
{
background-color: #130D15;
}
</style>
border-color css
<style>
span { border-color: #130D15; }
span { border-color: rgb(19,13,21); }
td.TdClassName
{
border-color: #130D15;
}
.TagClassName
{
border-color: #130D15;
}
</style>