Shades of Blackcurrant #13041A
Tints of Blackcurrant #13041A
RGB
CMYK
RGB Variations
Color information
#13041A (or 0x13041A) is known color: Blackcurrant. HEX triplet: 13, 04 and 1A. RGB value is (19,4,26). Sum of RGB (Red+Green+Blue) = 19+4+26=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #13041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13041A is #ECFBE5. Grayscale: #0A0A0A. Windows color (decimal): -15530982 or 1704979. OLE color: 1704979.
HSL color Cylindrical-coordinate representation of color #13041A: hue angle of 280.91º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13041A is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 4 | 26 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.90 |
| HSL | 280.91º | 0.73% | 0.06% | - |
| HSV(B) | 280.91º | 0.85% | 0.1% | - |
| XYZ | 0.5 | 0.3 | 1.01 | - |
| YUV | 10.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 26 | 0.27 | 0.85 | 0 | 0.90 | 280.91 | 0.73 | 0.06 |
| Hex | 13 | 4 | 1A | 1B | 55 | 0 | 5A | 119 | 49 | 6 |
| Octal | 23 | 4 | 32 | 33 | 125 | 0 | 132 | 431 | 111 | 6 |
| Binary | 10011 | 100 | 11010 | 11011 | 1010101 | 0 | 1011010 | 100011001 | 1001001 | 110 |
Color Harmonies of #13041A
Complementary color
Monochromatic Colors of #13041A
Black with #13041A
Text Example
Text Example
White with #13041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13041A; }
p { color: rgb(19,4,26); }
H1.HeaderClassName
{
color: #13041A;
}
.AnyTagClassName
{
color: #13041A;
}
</style>
background-color css
<style>
a { background-color: #13041A; }
a { background-color: rgb(19,4,26); }
div.DivClassName
{
background-color: #13041A;
}
.BgClassName
{
background-color: #13041A;
}
</style>
border-color css
<style>
span { border-color: #13041A; }
span { border-color: rgb(19,4,26); }
td.TdClassName
{
border-color: #13041A;
}
.TagClassName
{
border-color: #13041A;
}
</style>