Shades of Blackcurrant #13021D
Tints of Blackcurrant #13021D
RGB
CMYK
RGB Variations
Color information
#13021D (or 0x13021D) is known color: Blackcurrant. HEX triplet: 13, 02 and 1D. RGB value is (19,2,29). Sum of RGB (Red+Green+Blue) = 19+2+29=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #13021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021D is #ECFDE2. Grayscale: #0A0A0A. Windows color (decimal): -15531491 or 1901075. OLE color: 1901075.
HSL color Cylindrical-coordinate representation of color #13021D: hue angle of 277.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13021D is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 2 | 29 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.89 |
| HSL | 277.78º | 0.87% | 0.06% | - |
| HSV(B) | 277.78º | 0.93% | 0.11% | - |
| XYZ | 0.51 | 0.27 | 1.19 | - |
| YUV | 10.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 29 | 0.34 | 0.93 | 0 | 0.89 | 277.78 | 0.87 | 0.06 |
| Hex | 13 | 2 | 1D | 22 | 5D | 0 | 59 | 116 | 57 | 6 |
| Octal | 23 | 2 | 35 | 42 | 135 | 0 | 131 | 426 | 127 | 6 |
| Binary | 10011 | 10 | 11101 | 100010 | 1011101 | 0 | 1011001 | 100010110 | 1010111 | 110 |
Color Harmonies of #13021D
Complementary color
Monochromatic Colors of #13021D
Black with #13021D
Text Example
Text Example
White with #13021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13021D; }
p { color: rgb(19,2,29); }
H1.HeaderClassName
{
color: #13021D;
}
.AnyTagClassName
{
color: #13021D;
}
</style>
background-color css
<style>
a { background-color: #13021D; }
a { background-color: rgb(19,2,29); }
div.DivClassName
{
background-color: #13021D;
}
.BgClassName
{
background-color: #13021D;
}
</style>
border-color css
<style>
span { border-color: #13021D; }
span { border-color: rgb(19,2,29); }
td.TdClassName
{
border-color: #13021D;
}
.TagClassName
{
border-color: #13021D;
}
</style>