Shades of Blackcurrant #130328
Tints of Blackcurrant #130328
RGB
CMYK
RGB Variations
Color information
#130328 (or 0x130328) is known color: Blackcurrant. HEX triplet: 13, 03 and 28. RGB value is (19,3,40). Sum of RGB (Red+Green+Blue) = 19+3+40=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #130328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130328 is #ECFCD7. Grayscale: #0B0B0B. Windows color (decimal): -15531224 or 2622227. OLE color: 2622227.
HSL color Cylindrical-coordinate representation of color #130328: hue angle of 265.95º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130328 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 3 | 40 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.84 |
| HSL | 265.95º | 0.86% | 0.08% | - |
| HSV(B) | 265.95º | 0.93% | 0.16% | - |
| XYZ | 0.68 | 0.36 | 2.04 | - |
| YUV | 12 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 40 | 0.52 | 0.93 | 0 | 0.84 | 265.95 | 0.86 | 0.08 |
| Hex | 13 | 3 | 28 | 34 | 5D | 0 | 54 | 10A | 56 | 8 |
| Octal | 23 | 3 | 50 | 64 | 135 | 0 | 124 | 412 | 126 | 10 |
| Binary | 10011 | 11 | 101000 | 110100 | 1011101 | 0 | 1010100 | 100001010 | 1010110 | 1000 |
Color Harmonies of #130328
Complementary color
Monochromatic Colors of #130328
Black with #130328
Text Example
Text Example
White with #130328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130328; }
p { color: rgb(19,3,40); }
H1.HeaderClassName
{
color: #130328;
}
.AnyTagClassName
{
color: #130328;
}
</style>
background-color css
<style>
a { background-color: #130328; }
a { background-color: rgb(19,3,40); }
div.DivClassName
{
background-color: #130328;
}
.BgClassName
{
background-color: #130328;
}
</style>
border-color css
<style>
span { border-color: #130328; }
span { border-color: rgb(19,3,40); }
td.TdClassName
{
border-color: #130328;
}
.TagClassName
{
border-color: #130328;
}
</style>