Shades of Blackcurrant #130115
Tints of Blackcurrant #130115
RGB
CMYK
RGB Variations
Color information
#130115 (or 0x130115) is known color: Blackcurrant. HEX triplet: 13, 01 and 15. RGB value is (19,1,21). Sum of RGB (Red+Green+Blue) = 19+1+21=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #130115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130115 is #ECFEEA. Grayscale: #080808. Windows color (decimal): -15531755 or 1376531. OLE color: 1376531.
HSL color Cylindrical-coordinate representation of color #130115: hue angle of 294º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130115 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 1 | 21 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.92 |
| HSL | 294º | 0.91% | 0.04% | - |
| HSV(B) | 294º | 0.95% | 0.08% | - |
| XYZ | 0.41 | 0.21 | 0.73 | - |
| YUV | 8.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 21 | 0.10 | 0.95 | 0 | 0.92 | 294 | 0.91 | 0.04 |
| Hex | 13 | 1 | 15 | A | 5F | 0 | 5C | 126 | 5B | 4 |
| Octal | 23 | 1 | 25 | 12 | 137 | 0 | 134 | 446 | 133 | 4 |
| Binary | 10011 | 1 | 10101 | 1010 | 1011111 | 0 | 1011100 | 100100110 | 1011011 | 100 |
Color Harmonies of #130115
Complementary color
Monochromatic Colors of #130115
Black with #130115
Text Example
Text Example
White with #130115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130115; }
p { color: rgb(19,1,21); }
H1.HeaderClassName
{
color: #130115;
}
.AnyTagClassName
{
color: #130115;
}
</style>
background-color css
<style>
a { background-color: #130115; }
a { background-color: rgb(19,1,21); }
div.DivClassName
{
background-color: #130115;
}
.BgClassName
{
background-color: #130115;
}
</style>
border-color css
<style>
span { border-color: #130115; }
span { border-color: rgb(19,1,21); }
td.TdClassName
{
border-color: #130115;
}
.TagClassName
{
border-color: #130115;
}
</style>