Shades of Blackcurrant #13042C
Tints of Blackcurrant #13042C
RGB
CMYK
RGB Variations
Color information
#13042C (or 0x13042C) is known color: Blackcurrant. HEX triplet: 13, 04 and 2C. RGB value is (19,4,44). Sum of RGB (Red+Green+Blue) = 19+4+44=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #13042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13042C is #ECFBD3. Grayscale: #0C0C0C. Windows color (decimal): -15530964 or 2884627. OLE color: 2884627.
HSL color Cylindrical-coordinate representation of color #13042C: hue angle of 262.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13042C is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 4 | 44 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.83 |
| HSL | 262.5º | 0.83% | 0.09% | - |
| HSV(B) | 262.5º | 0.91% | 0.17% | - |
| XYZ | 0.77 | 0.41 | 2.42 | - |
| YUV | 13.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 44 | 0.57 | 0.91 | 0 | 0.83 | 262.5 | 0.83 | 0.09 |
| Hex | 13 | 4 | 2C | 39 | 5B | 0 | 53 | 106 | 53 | 9 |
| Octal | 23 | 4 | 54 | 71 | 133 | 0 | 123 | 406 | 123 | 11 |
| Binary | 10011 | 100 | 101100 | 111001 | 1011011 | 0 | 1010011 | 100000110 | 1010011 | 1001 |
Color Harmonies of #13042C
Complementary color
Monochromatic Colors of #13042C
Black with #13042C
Text Example
Text Example
White with #13042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13042C; }
p { color: rgb(19,4,44); }
H1.HeaderClassName
{
color: #13042C;
}
.AnyTagClassName
{
color: #13042C;
}
</style>
background-color css
<style>
a { background-color: #13042C; }
a { background-color: rgb(19,4,44); }
div.DivClassName
{
background-color: #13042C;
}
.BgClassName
{
background-color: #13042C;
}
</style>
border-color css
<style>
span { border-color: #13042C; }
span { border-color: rgb(19,4,44); }
td.TdClassName
{
border-color: #13042C;
}
.TagClassName
{
border-color: #13042C;
}
</style>