Shades of Blackcurrant #320556
Tints of Blackcurrant #320556
RGB
CMYK
RGB Variations
Color information
#320556 (or 0x320556) is known color: Blackcurrant. HEX triplet: 32, 05 and 56. RGB value is (50,5,86). Sum of RGB (Red+Green+Blue) = 50+5+86=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #320556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320556 is #CDFAA9. Grayscale: #1B1B1B. Windows color (decimal): -13499050 or 5637426. OLE color: 5637426.
HSL color Cylindrical-coordinate representation of color #320556: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320556 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 5 | 86 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.66 |
| HSL | 273.33º | 0.89% | 0.18% | - |
| HSV(B) | 273.33º | 0.94% | 0.34% | - |
| XYZ | 3.05 | 1.46 | 8.92 | - |
| YUV | 27.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 86 | 0.42 | 0.94 | 0 | 0.66 | 273.33 | 0.89 | 0.18 |
| Hex | 32 | 5 | 56 | 2A | 5E | 0 | 42 | 111 | 59 | 12 |
| Octal | 62 | 5 | 126 | 52 | 136 | 0 | 102 | 421 | 131 | 22 |
| Binary | 110010 | 101 | 1010110 | 101010 | 1011110 | 0 | 1000010 | 100010001 | 1011001 | 10010 |
Color Harmonies of #320556
Complementary color
Monochromatic Colors of #320556
Black with #320556
Text Example
Text Example
White with #320556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320556; }
p { color: rgb(50,5,86); }
H1.HeaderClassName
{
color: #320556;
}
.AnyTagClassName
{
color: #320556;
}
</style>
background-color css
<style>
a { background-color: #320556; }
a { background-color: rgb(50,5,86); }
div.DivClassName
{
background-color: #320556;
}
.BgClassName
{
background-color: #320556;
}
</style>
border-color css
<style>
span { border-color: #320556; }
span { border-color: rgb(50,5,86); }
td.TdClassName
{
border-color: #320556;
}
.TagClassName
{
border-color: #320556;
}
</style>