Shades of Blackcurrant #320547
Tints of Blackcurrant #320547
RGB
CMYK
RGB Variations
Color information
#320547 (or 0x320547) is known color: Blackcurrant. HEX triplet: 32, 05 and 47. RGB value is (50,5,71). Sum of RGB (Red+Green+Blue) = 50+5+71=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #320547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320547 is #CDFAB8. Grayscale: #191919. Windows color (decimal): -13499065 or 4654386. OLE color: 4654386.
HSL color Cylindrical-coordinate representation of color #320547: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320547 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 5 | 71 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.72 |
| HSL | 280.91º | 0.87% | 0.15% | - |
| HSV(B) | 280.91º | 0.93% | 0.28% | - |
| XYZ | 2.51 | 1.24 | 6.07 | - |
| YUV | 25.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 71 | 0.30 | 0.93 | 0 | 0.72 | 280.91 | 0.87 | 0.15 |
| Hex | 32 | 5 | 47 | 1E | 5D | 0 | 48 | 119 | 57 | F |
| Octal | 62 | 5 | 107 | 36 | 135 | 0 | 110 | 431 | 127 | 17 |
| Binary | 110010 | 101 | 1000111 | 11110 | 1011101 | 0 | 1001000 | 100011001 | 1010111 | 1111 |
Color Harmonies of #320547
Complementary color
Monochromatic Colors of #320547
Black with #320547
Text Example
Text Example
White with #320547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320547; }
p { color: rgb(50,5,71); }
H1.HeaderClassName
{
color: #320547;
}
.AnyTagClassName
{
color: #320547;
}
</style>
background-color css
<style>
a { background-color: #320547; }
a { background-color: rgb(50,5,71); }
div.DivClassName
{
background-color: #320547;
}
.BgClassName
{
background-color: #320547;
}
</style>
border-color css
<style>
span { border-color: #320547; }
span { border-color: rgb(50,5,71); }
td.TdClassName
{
border-color: #320547;
}
.TagClassName
{
border-color: #320547;
}
</style>