Shades of Blackcurrant #320548
Tints of Blackcurrant #320548
RGB
CMYK
RGB Variations
Color information
#320548 (or 0x320548) is known color: Blackcurrant. HEX triplet: 32, 05 and 48. RGB value is (50,5,72). Sum of RGB (Red+Green+Blue) = 50+5+72=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #320548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320548 is #CDFAB7. Grayscale: #191919. Windows color (decimal): -13499064 or 4719922. OLE color: 4719922.
HSL color Cylindrical-coordinate representation of color #320548: hue angle of 280.3º 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 #320548 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 5 | 72 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.72 |
| HSL | 280.3º | 0.87% | 0.15% | - |
| HSV(B) | 280.3º | 0.93% | 0.28% | - |
| XYZ | 2.54 | 1.25 | 6.24 | - |
| YUV | 26.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 72 | 0.31 | 0.93 | 0 | 0.72 | 280.3 | 0.87 | 0.15 |
| Hex | 32 | 5 | 48 | 1F | 5D | 0 | 48 | 118 | 57 | F |
| Octal | 62 | 5 | 110 | 37 | 135 | 0 | 110 | 430 | 127 | 17 |
| Binary | 110010 | 101 | 1001000 | 11111 | 1011101 | 0 | 1001000 | 100011000 | 1010111 | 1111 |
Color Harmonies of #320548
Complementary color
Monochromatic Colors of #320548
Black with #320548
Text Example
Text Example
White with #320548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320548; }
p { color: rgb(50,5,72); }
H1.HeaderClassName
{
color: #320548;
}
.AnyTagClassName
{
color: #320548;
}
</style>
background-color css
<style>
a { background-color: #320548; }
a { background-color: rgb(50,5,72); }
div.DivClassName
{
background-color: #320548;
}
.BgClassName
{
background-color: #320548;
}
</style>
border-color css
<style>
span { border-color: #320548; }
span { border-color: rgb(50,5,72); }
td.TdClassName
{
border-color: #320548;
}
.TagClassName
{
border-color: #320548;
}
</style>