Shades of Blackcurrant #13002C
Tints of Blackcurrant #13002C
RGB
CMYK
RGB Variations
Color information
#13002C (or 0x13002C) is known color: Blackcurrant. HEX triplet: 13, 00 and 2C. RGB value is (19,0,44). Sum of RGB (Red+Green+Blue) = 19+0+44=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #13002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13002C is #ECFFD3. Grayscale: #0A0A0A. Windows color (decimal): -15531988 or 2883603. OLE color: 2883603.
HSL color Cylindrical-coordinate representation of color #13002C: hue angle of 265.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13002C is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 0 | 44 | - |
| CMYK | 0.57 | 1 | 0 | 0.83 |
| HSL | 265.91º | 1% | 0.09% | - |
| HSV(B) | 265.91º | 1% | 0.17% | - |
| XYZ | 0.72 | 0.32 | 2.41 | - |
| YUV | 10.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 44 | 0.57 | 1 | 0 | 0.83 | 265.91 | 1 | 0.09 |
| Hex | 13 | 0 | 2C | 39 | 64 | 0 | 53 | 10A | 64 | 9 |
| Octal | 23 | 0 | 54 | 71 | 144 | 0 | 123 | 412 | 144 | 11 |
| Binary | 10011 | 0 | 101100 | 111001 | 1100100 | 0 | 1010011 | 100001010 | 1100100 | 1001 |
Color Harmonies of #13002C
Complementary color
Monochromatic Colors of #13002C
Black with #13002C
Text Example
Text Example
White with #13002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13002C; }
p { color: rgb(19,0,44); }
H1.HeaderClassName
{
color: #13002C;
}
.AnyTagClassName
{
color: #13002C;
}
</style>
background-color css
<style>
a { background-color: #13002C; }
a { background-color: rgb(19,0,44); }
div.DivClassName
{
background-color: #13002C;
}
.BgClassName
{
background-color: #13002C;
}
</style>
border-color css
<style>
span { border-color: #13002C; }
span { border-color: rgb(19,0,44); }
td.TdClassName
{
border-color: #13002C;
}
.TagClassName
{
border-color: #13002C;
}
</style>