Shades of Blackcurrant #13003B
Tints of Blackcurrant #13003B
RGB
CMYK
RGB Variations
Color information
#13003B (or 0x13003B) is known color: Blackcurrant. HEX triplet: 13, 00 and 3B. RGB value is (19,0,59). Sum of RGB (Red+Green+Blue) = 19+0+59=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 59 (23.44% from 255 or 75.64% from 78); Max value from RGB is 59 - color contains mainly: blue. Hex color #13003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13003B is #ECFFC4. Grayscale: #0C0C0C. Windows color (decimal): -15531973 or 3866643. OLE color: 3866643.
HSL color Cylindrical-coordinate representation of color #13003B: hue angle of 259.32º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13003B is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 0 | 59 | - |
| CMYK | 0.68 | 1 | 0 | 0.77 |
| HSL | 259.32º | 1% | 0.12% | - |
| HSV(B) | 259.32º | 1% | 0.23% | - |
| XYZ | 1.06 | 0.45 | 4.17 | - |
| YUV | 12.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 59 | 0.68 | 1 | 0 | 0.77 | 259.32 | 1 | 0.12 |
| Hex | 13 | 0 | 3B | 44 | 64 | 0 | 4D | 103 | 64 | C |
| Octal | 23 | 0 | 73 | 104 | 144 | 0 | 115 | 403 | 144 | 14 |
| Binary | 10011 | 0 | 111011 | 1000100 | 1100100 | 0 | 1001101 | 100000011 | 1100100 | 1100 |
Color Harmonies of #13003B
Complementary color
Monochromatic Colors of #13003B
Black with #13003B
Text Example
Text Example
White with #13003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13003B; }
p { color: rgb(19,0,59); }
H1.HeaderClassName
{
color: #13003B;
}
.AnyTagClassName
{
color: #13003B;
}
</style>
background-color css
<style>
a { background-color: #13003B; }
a { background-color: rgb(19,0,59); }
div.DivClassName
{
background-color: #13003B;
}
.BgClassName
{
background-color: #13003B;
}
</style>
border-color css
<style>
span { border-color: #13003B; }
span { border-color: rgb(19,0,59); }
td.TdClassName
{
border-color: #13003B;
}
.TagClassName
{
border-color: #13003B;
}
</style>