Shades of Blackcurrant #13021C
Tints of Blackcurrant #13021C
RGB
CMYK
RGB Variations
Color information
#13021C (or 0x13021C) is known color: Blackcurrant. HEX triplet: 13, 02 and 1C. RGB value is (19,2,28). Sum of RGB (Red+Green+Blue) = 19+2+28=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #13021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021C is #ECFDE3. Grayscale: #090909. Windows color (decimal): -15531492 or 1835539. OLE color: 1835539.
HSL color Cylindrical-coordinate representation of color #13021C: hue angle of 279.23º 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 #13021C is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 2 | 28 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.89 |
| HSL | 279.23º | 0.87% | 0.06% | - |
| HSV(B) | 279.23º | 0.93% | 0.11% | - |
| XYZ | 0.5 | 0.27 | 1.12 | - |
| YUV | 10.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 28 | 0.32 | 0.93 | 0 | 0.89 | 279.23 | 0.87 | 0.06 |
| Hex | 13 | 2 | 1C | 20 | 5D | 0 | 59 | 117 | 57 | 6 |
| Octal | 23 | 2 | 34 | 40 | 135 | 0 | 131 | 427 | 127 | 6 |
| Binary | 10011 | 10 | 11100 | 100000 | 1011101 | 0 | 1011001 | 100010111 | 1010111 | 110 |
Color Harmonies of #13021C
Complementary color
Monochromatic Colors of #13021C
Black with #13021C
Text Example
Text Example
White with #13021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13021C; }
p { color: rgb(19,2,28); }
H1.HeaderClassName
{
color: #13021C;
}
.AnyTagClassName
{
color: #13021C;
}
</style>
background-color css
<style>
a { background-color: #13021C; }
a { background-color: rgb(19,2,28); }
div.DivClassName
{
background-color: #13021C;
}
.BgClassName
{
background-color: #13021C;
}
</style>
border-color css
<style>
span { border-color: #13021C; }
span { border-color: rgb(19,2,28); }
td.TdClassName
{
border-color: #13021C;
}
.TagClassName
{
border-color: #13021C;
}
</style>