Shades of Blackcurrant #320055
Tints of Blackcurrant #320055
RGB
CMYK
RGB Variations
Color information
#320055 (or 0x320055) is known color: Blackcurrant. HEX triplet: 32, 00 and 55. RGB value is (50,0,85). Sum of RGB (Red+Green+Blue) = 50+0+85=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #320055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320055 is #CDFFAA. Grayscale: #181818. Windows color (decimal): -13500331 or 5570610. OLE color: 5570610.
HSL color Cylindrical-coordinate representation of color #320055: hue angle of 275.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320055 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 0 | 85 | - |
| CMYK | 0.41 | 1 | 0 | 0.67 |
| HSL | 275.29º | 1% | 0.17% | - |
| HSV(B) | 275.29º | 1% | 0.33% | - |
| XYZ | 2.96 | 1.33 | 8.7 | - |
| YUV | 24.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 85 | 0.41 | 1 | 0 | 0.67 | 275.29 | 1 | 0.17 |
| Hex | 32 | 0 | 55 | 29 | 64 | 0 | 43 | 113 | 64 | 11 |
| Octal | 62 | 0 | 125 | 51 | 144 | 0 | 103 | 423 | 144 | 21 |
| Binary | 110010 | 0 | 1010101 | 101001 | 1100100 | 0 | 1000011 | 100010011 | 1100100 | 10001 |
Color Harmonies of #320055
Complementary color
Monochromatic Colors of #320055
Black with #320055
Text Example
Text Example
White with #320055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320055; }
p { color: rgb(50,0,85); }
H1.HeaderClassName
{
color: #320055;
}
.AnyTagClassName
{
color: #320055;
}
</style>
background-color css
<style>
a { background-color: #320055; }
a { background-color: rgb(50,0,85); }
div.DivClassName
{
background-color: #320055;
}
.BgClassName
{
background-color: #320055;
}
</style>
border-color css
<style>
span { border-color: #320055; }
span { border-color: rgb(50,0,85); }
td.TdClassName
{
border-color: #320055;
}
.TagClassName
{
border-color: #320055;
}
</style>