Shades of Blackcurrant #130015
Tints of Blackcurrant #130015
RGB
CMYK
RGB Variations
Color information
#130015 (or 0x130015) is known color: Blackcurrant. HEX triplet: 13, 00 and 15. RGB value is (19,0,21). Sum of RGB (Red+Green+Blue) = 19+0+21=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #130015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130015 is #ECFFEA. Grayscale: #080808. Windows color (decimal): -15532011 or 1376275. OLE color: 1376275.
HSL color Cylindrical-coordinate representation of color #130015: hue angle of 294.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130015 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 0 | 21 | - |
| CMYK | 0.10 | 1 | 0 | 0.92 |
| HSL | 294.29º | 1% | 0.04% | - |
| HSV(B) | 294.29º | 1% | 0.08% | - |
| XYZ | 0.4 | 0.19 | 0.73 | - |
| YUV | 8.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 21 | 0.10 | 1 | 0 | 0.92 | 294.29 | 1 | 0.04 |
| Hex | 13 | 0 | 15 | A | 64 | 0 | 5C | 126 | 64 | 4 |
| Octal | 23 | 0 | 25 | 12 | 144 | 0 | 134 | 446 | 144 | 4 |
| Binary | 10011 | 0 | 10101 | 1010 | 1100100 | 0 | 1011100 | 100100110 | 1100100 | 100 |
Color Harmonies of #130015
Complementary color
Monochromatic Colors of #130015
Black with #130015
Text Example
Text Example
White with #130015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130015; }
p { color: rgb(19,0,21); }
H1.HeaderClassName
{
color: #130015;
}
.AnyTagClassName
{
color: #130015;
}
</style>
background-color css
<style>
a { background-color: #130015; }
a { background-color: rgb(19,0,21); }
div.DivClassName
{
background-color: #130015;
}
.BgClassName
{
background-color: #130015;
}
</style>
border-color css
<style>
span { border-color: #130015; }
span { border-color: rgb(19,0,21); }
td.TdClassName
{
border-color: #130015;
}
.TagClassName
{
border-color: #130015;
}
</style>