Shades of Blackcurrant #13072E
Tints of Blackcurrant #13072E
RGB
CMYK
RGB Variations
Color information
#13072E (or 0x13072E) is known color: Blackcurrant. HEX triplet: 13, 07 and 2E. RGB value is (19,7,46). Sum of RGB (Red+Green+Blue) = 19+7+46=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 46 (18.36% from 255 or 63.89% from 72); Max value from RGB is 46 - color contains mainly: blue. Hex color #13072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13072E is #ECF8D1. Grayscale: #0E0E0E. Windows color (decimal): -15530194 or 3016467. OLE color: 3016467.
HSL color Cylindrical-coordinate representation of color #13072E: hue angle of 258.46º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13072E is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 7 | 46 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.82 |
| HSL | 258.46º | 0.74% | 0.1% | - |
| HSV(B) | 258.46º | 0.85% | 0.18% | - |
| XYZ | 0.84 | 0.49 | 2.63 | - |
| YUV | 15.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 46 | 0.59 | 0.85 | 0 | 0.82 | 258.46 | 0.74 | 0.1 |
| Hex | 13 | 7 | 2E | 3B | 55 | 0 | 52 | 102 | 4A | A |
| Octal | 23 | 7 | 56 | 73 | 125 | 0 | 122 | 402 | 112 | 12 |
| Binary | 10011 | 111 | 101110 | 111011 | 1010101 | 0 | 1010010 | 100000010 | 1001010 | 1010 |
Color Harmonies of #13072E
Complementary color
Monochromatic Colors of #13072E
Black with #13072E
Text Example
Text Example
White with #13072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13072E; }
p { color: rgb(19,7,46); }
H1.HeaderClassName
{
color: #13072E;
}
.AnyTagClassName
{
color: #13072E;
}
</style>
background-color css
<style>
a { background-color: #13072E; }
a { background-color: rgb(19,7,46); }
div.DivClassName
{
background-color: #13072E;
}
.BgClassName
{
background-color: #13072E;
}
</style>
border-color css
<style>
span { border-color: #13072E; }
span { border-color: rgb(19,7,46); }
td.TdClassName
{
border-color: #13072E;
}
.TagClassName
{
border-color: #13072E;
}
</style>