Shades of Blackcurrant #130332
Tints of Blackcurrant #130332
RGB
CMYK
RGB Variations
Color information
#130332 (or 0x130332) is known color: Blackcurrant. HEX triplet: 13, 03 and 32. RGB value is (19,3,50). Sum of RGB (Red+Green+Blue) = 19+3+50=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #130332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130332 is #ECFCCD. Grayscale: #0C0C0C. Windows color (decimal): -15531214 or 3277587. OLE color: 3277587.
HSL color Cylindrical-coordinate representation of color #130332: hue angle of 260.43º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130332 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 3 | 50 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.80 |
| HSL | 260.43º | 0.89% | 0.1% | - |
| HSV(B) | 260.43º | 0.94% | 0.2% | - |
| XYZ | 0.88 | 0.43 | 3.06 | - |
| YUV | 13.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 50 | 0.62 | 0.94 | 0 | 0.80 | 260.43 | 0.89 | 0.1 |
| Hex | 13 | 3 | 32 | 3E | 5E | 0 | 50 | 104 | 59 | A |
| Octal | 23 | 3 | 62 | 76 | 136 | 0 | 120 | 404 | 131 | 12 |
| Binary | 10011 | 11 | 110010 | 111110 | 1011110 | 0 | 1010000 | 100000100 | 1011001 | 1010 |
Color Harmonies of #130332
Complementary color
Monochromatic Colors of #130332
Black with #130332
Text Example
Text Example
White with #130332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130332; }
p { color: rgb(19,3,50); }
H1.HeaderClassName
{
color: #130332;
}
.AnyTagClassName
{
color: #130332;
}
</style>
background-color css
<style>
a { background-color: #130332; }
a { background-color: rgb(19,3,50); }
div.DivClassName
{
background-color: #130332;
}
.BgClassName
{
background-color: #130332;
}
</style>
border-color css
<style>
span { border-color: #130332; }
span { border-color: rgb(19,3,50); }
td.TdClassName
{
border-color: #130332;
}
.TagClassName
{
border-color: #130332;
}
</style>