Shades of Blackcurrant #130216
Tints of Blackcurrant #130216
RGB
CMYK
RGB Variations
Color information
#130216 (or 0x130216) is known color: Blackcurrant. HEX triplet: 13, 02 and 16. RGB value is (19,2,22). Sum of RGB (Red+Green+Blue) = 19+2+22=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #130216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130216 is #ECFDE9. Grayscale: #090909. Windows color (decimal): -15531498 or 1442323. OLE color: 1442323.
HSL color Cylindrical-coordinate representation of color #130216: hue angle of 291º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130216 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 2 | 22 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.91 |
| HSL | 291º | 0.83% | 0.05% | - |
| HSV(B) | 291º | 0.91% | 0.09% | - |
| XYZ | 0.44 | 0.24 | 0.78 | - |
| YUV | 9.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 22 | 0.14 | 0.91 | 0 | 0.91 | 291 | 0.83 | 0.05 |
| Hex | 13 | 2 | 16 | E | 5B | 0 | 5B | 123 | 53 | 5 |
| Octal | 23 | 2 | 26 | 16 | 133 | 0 | 133 | 443 | 123 | 5 |
| Binary | 10011 | 10 | 10110 | 1110 | 1011011 | 0 | 1011011 | 100100011 | 1010011 | 101 |
Color Harmonies of #130216
Complementary color
Monochromatic Colors of #130216
Black with #130216
Text Example
Text Example
White with #130216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130216; }
p { color: rgb(19,2,22); }
H1.HeaderClassName
{
color: #130216;
}
.AnyTagClassName
{
color: #130216;
}
</style>
background-color css
<style>
a { background-color: #130216; }
a { background-color: rgb(19,2,22); }
div.DivClassName
{
background-color: #130216;
}
.BgClassName
{
background-color: #130216;
}
</style>
border-color css
<style>
span { border-color: #130216; }
span { border-color: rgb(19,2,22); }
td.TdClassName
{
border-color: #130216;
}
.TagClassName
{
border-color: #130216;
}
</style>