Shades of Blackcurrant #13011A
Tints of Blackcurrant #13011A
RGB
CMYK
RGB Variations
Color information
#13011A (or 0x13011A) is known color: Blackcurrant. HEX triplet: 13, 01 and 1A. RGB value is (19,1,26). Sum of RGB (Red+Green+Blue) = 19+1+26=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #13011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13011A is #ECFEE5. Grayscale: #090909. Windows color (decimal): -15531750 or 1704211. OLE color: 1704211.
HSL color Cylindrical-coordinate representation of color #13011A: hue angle of 283.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13011A is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 1 | 26 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.90 |
| HSL | 283.2º | 0.93% | 0.05% | - |
| HSV(B) | 283.2º | 0.96% | 0.1% | - |
| XYZ | 0.47 | 0.23 | 1 | - |
| YUV | 9.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 26 | 0.27 | 0.96 | 0 | 0.90 | 283.2 | 0.93 | 0.05 |
| Hex | 13 | 1 | 1A | 1B | 60 | 0 | 5A | 11B | 5D | 5 |
| Octal | 23 | 1 | 32 | 33 | 140 | 0 | 132 | 433 | 135 | 5 |
| Binary | 10011 | 1 | 11010 | 11011 | 1100000 | 0 | 1011010 | 100011011 | 1011101 | 101 |
Color Harmonies of #13011A
Complementary color
Monochromatic Colors of #13011A
Black with #13011A
Text Example
Text Example
White with #13011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13011A; }
p { color: rgb(19,1,26); }
H1.HeaderClassName
{
color: #13011A;
}
.AnyTagClassName
{
color: #13011A;
}
</style>
background-color css
<style>
a { background-color: #13011A; }
a { background-color: rgb(19,1,26); }
div.DivClassName
{
background-color: #13011A;
}
.BgClassName
{
background-color: #13011A;
}
</style>
border-color css
<style>
span { border-color: #13011A; }
span { border-color: rgb(19,1,26); }
td.TdClassName
{
border-color: #13011A;
}
.TagClassName
{
border-color: #13011A;
}
</style>