Shades of Blackcurrant #320555
Tints of Blackcurrant #320555
RGB
CMYK
RGB Variations
Color information
#320555 (or 0x320555) is known color: Blackcurrant. HEX triplet: 32, 05 and 55. RGB value is (50,5,85). Sum of RGB (Red+Green+Blue) = 50+5+85=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #320555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320555 is #CDFAAA. Grayscale: #1B1B1B. Windows color (decimal): -13499051 or 5571890. OLE color: 5571890.
HSL color Cylindrical-coordinate representation of color #320555: hue angle of 273.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320555 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 5 | 85 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.67 |
| HSL | 273.75º | 0.89% | 0.18% | - |
| HSV(B) | 273.75º | 0.94% | 0.33% | - |
| XYZ | 3.01 | 1.44 | 8.71 | - |
| YUV | 27.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 85 | 0.41 | 0.94 | 0 | 0.67 | 273.75 | 0.89 | 0.18 |
| Hex | 32 | 5 | 55 | 29 | 5E | 0 | 43 | 112 | 59 | 12 |
| Octal | 62 | 5 | 125 | 51 | 136 | 0 | 103 | 422 | 131 | 22 |
| Binary | 110010 | 101 | 1010101 | 101001 | 1011110 | 0 | 1000011 | 100010010 | 1011001 | 10010 |
Color Harmonies of #320555
Complementary color
Monochromatic Colors of #320555
Black with #320555
Text Example
Text Example
White with #320555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320555; }
p { color: rgb(50,5,85); }
H1.HeaderClassName
{
color: #320555;
}
.AnyTagClassName
{
color: #320555;
}
</style>
background-color css
<style>
a { background-color: #320555; }
a { background-color: rgb(50,5,85); }
div.DivClassName
{
background-color: #320555;
}
.BgClassName
{
background-color: #320555;
}
</style>
border-color css
<style>
span { border-color: #320555; }
span { border-color: rgb(50,5,85); }
td.TdClassName
{
border-color: #320555;
}
.TagClassName
{
border-color: #320555;
}
</style>