Shades of Blackcurrant #13002E
Tints of Blackcurrant #13002E
RGB
CMYK
RGB Variations
Color information
#13002E (or 0x13002E) is known color: Blackcurrant. HEX triplet: 13, 00 and 2E. RGB value is (19,0,46). Sum of RGB (Red+Green+Blue) = 19+0+46=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #13002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13002E is #ECFFD1. Grayscale: #0A0A0A. Windows color (decimal): -15531986 or 3014675. OLE color: 3014675.
HSL color Cylindrical-coordinate representation of color #13002E: hue angle of 264.78º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13002E is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 0 | 46 | - |
| CMYK | 0.59 | 1 | 0 | 0.82 |
| HSL | 264.78º | 1% | 0.09% | - |
| HSV(B) | 264.78º | 1% | 0.18% | - |
| XYZ | 0.76 | 0.34 | 2.61 | - |
| YUV | 10.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 46 | 0.59 | 1 | 0 | 0.82 | 264.78 | 1 | 0.09 |
| Hex | 13 | 0 | 2E | 3B | 64 | 0 | 52 | 109 | 64 | 9 |
| Octal | 23 | 0 | 56 | 73 | 144 | 0 | 122 | 411 | 144 | 11 |
| Binary | 10011 | 0 | 101110 | 111011 | 1100100 | 0 | 1010010 | 100001001 | 1100100 | 1001 |
Color Harmonies of #13002E
Complementary color
Monochromatic Colors of #13002E
Black with #13002E
Text Example
Text Example
White with #13002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13002E; }
p { color: rgb(19,0,46); }
H1.HeaderClassName
{
color: #13002E;
}
.AnyTagClassName
{
color: #13002E;
}
</style>
background-color css
<style>
a { background-color: #13002E; }
a { background-color: rgb(19,0,46); }
div.DivClassName
{
background-color: #13002E;
}
.BgClassName
{
background-color: #13002E;
}
</style>
border-color css
<style>
span { border-color: #13002E; }
span { border-color: rgb(19,0,46); }
td.TdClassName
{
border-color: #13002E;
}
.TagClassName
{
border-color: #13002E;
}
</style>