Shades of Blackcurrant #13003A
Tints of Blackcurrant #13003A
RGB
CMYK
RGB Variations
Color information
#13003A (or 0x13003A) is known color: Blackcurrant. HEX triplet: 13, 00 and 3A. RGB value is (19,0,58). Sum of RGB (Red+Green+Blue) = 19+0+58=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #13003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13003A is #ECFFC5. Grayscale: #0C0C0C. Windows color (decimal): -15531974 or 3801107. OLE color: 3801107.
HSL color Cylindrical-coordinate representation of color #13003A: hue angle of 259.66º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13003A is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 0 | 58 | - |
| CMYK | 0.67 | 1 | 0 | 0.77 |
| HSL | 259.66º | 1% | 0.11% | - |
| HSV(B) | 259.66º | 1% | 0.23% | - |
| XYZ | 1.03 | 0.44 | 4.03 | - |
| YUV | 12.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 58 | 0.67 | 1 | 0 | 0.77 | 259.66 | 1 | 0.11 |
| Hex | 13 | 0 | 3A | 43 | 64 | 0 | 4D | 104 | 64 | B |
| Octal | 23 | 0 | 72 | 103 | 144 | 0 | 115 | 404 | 144 | 13 |
| Binary | 10011 | 0 | 111010 | 1000011 | 1100100 | 0 | 1001101 | 100000100 | 1100100 | 1011 |
Color Harmonies of #13003A
Complementary color
Monochromatic Colors of #13003A
Black with #13003A
Text Example
Text Example
White with #13003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13003A; }
p { color: rgb(19,0,58); }
H1.HeaderClassName
{
color: #13003A;
}
.AnyTagClassName
{
color: #13003A;
}
</style>
background-color css
<style>
a { background-color: #13003A; }
a { background-color: rgb(19,0,58); }
div.DivClassName
{
background-color: #13003A;
}
.BgClassName
{
background-color: #13003A;
}
</style>
border-color css
<style>
span { border-color: #13003A; }
span { border-color: rgb(19,0,58); }
td.TdClassName
{
border-color: #13003A;
}
.TagClassName
{
border-color: #13003A;
}
</style>