Shades of Blackcurrant #13021E
Tints of Blackcurrant #13021E
RGB
CMYK
RGB Variations
Color information
#13021E (or 0x13021E) is known color: Blackcurrant. HEX triplet: 13, 02 and 1E. RGB value is (19,2,30). Sum of RGB (Red+Green+Blue) = 19+2+30=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #13021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021E is #ECFDE1. Grayscale: #0A0A0A. Windows color (decimal): -15531490 or 1966611. OLE color: 1966611.
HSL color Cylindrical-coordinate representation of color #13021E: hue angle of 276.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13021E is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 2 | 30 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.88 |
| HSL | 276.43º | 0.88% | 0.06% | - |
| HSV(B) | 276.43º | 0.93% | 0.12% | - |
| XYZ | 0.52 | 0.28 | 1.25 | - |
| YUV | 10.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 30 | 0.37 | 0.93 | 0 | 0.88 | 276.43 | 0.88 | 0.06 |
| Hex | 13 | 2 | 1E | 25 | 5D | 0 | 58 | 114 | 58 | 6 |
| Octal | 23 | 2 | 36 | 45 | 135 | 0 | 130 | 424 | 130 | 6 |
| Binary | 10011 | 10 | 11110 | 100101 | 1011101 | 0 | 1011000 | 100010100 | 1011000 | 110 |
Color Harmonies of #13021E
Complementary color
Monochromatic Colors of #13021E
Black with #13021E
Text Example
Text Example
White with #13021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13021E; }
p { color: rgb(19,2,30); }
H1.HeaderClassName
{
color: #13021E;
}
.AnyTagClassName
{
color: #13021E;
}
</style>
background-color css
<style>
a { background-color: #13021E; }
a { background-color: rgb(19,2,30); }
div.DivClassName
{
background-color: #13021E;
}
.BgClassName
{
background-color: #13021E;
}
</style>
border-color css
<style>
span { border-color: #13021E; }
span { border-color: rgb(19,2,30); }
td.TdClassName
{
border-color: #13021E;
}
.TagClassName
{
border-color: #13021E;
}
</style>