Shades of Blackcurrant #13032C
Tints of Blackcurrant #13032C
RGB
CMYK
RGB Variations
Color information
#13032C (or 0x13032C) is known color: Blackcurrant. HEX triplet: 13, 03 and 2C. RGB value is (19,3,44). Sum of RGB (Red+Green+Blue) = 19+3+44=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #13032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13032C is #ECFCD3. Grayscale: #0C0C0C. Windows color (decimal): -15531220 or 2884371. OLE color: 2884371.
HSL color Cylindrical-coordinate representation of color #13032C: hue angle of 263.41º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13032C is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 3 | 44 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.83 |
| HSL | 263.41º | 0.87% | 0.09% | - |
| HSV(B) | 263.41º | 0.93% | 0.17% | - |
| XYZ | 0.76 | 0.39 | 2.42 | - |
| YUV | 12.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 44 | 0.57 | 0.93 | 0 | 0.83 | 263.41 | 0.87 | 0.09 |
| Hex | 13 | 3 | 2C | 39 | 5D | 0 | 53 | 107 | 57 | 9 |
| Octal | 23 | 3 | 54 | 71 | 135 | 0 | 123 | 407 | 127 | 11 |
| Binary | 10011 | 11 | 101100 | 111001 | 1011101 | 0 | 1010011 | 100000111 | 1010111 | 1001 |
Color Harmonies of #13032C
Complementary color
Monochromatic Colors of #13032C
Black with #13032C
Text Example
Text Example
White with #13032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13032C; }
p { color: rgb(19,3,44); }
H1.HeaderClassName
{
color: #13032C;
}
.AnyTagClassName
{
color: #13032C;
}
</style>
background-color css
<style>
a { background-color: #13032C; }
a { background-color: rgb(19,3,44); }
div.DivClassName
{
background-color: #13032C;
}
.BgClassName
{
background-color: #13032C;
}
</style>
border-color css
<style>
span { border-color: #13032C; }
span { border-color: rgb(19,3,44); }
td.TdClassName
{
border-color: #13032C;
}
.TagClassName
{
border-color: #13032C;
}
</style>