Shades of Blackcurrant #320155
Tints of Blackcurrant #320155
RGB
CMYK
RGB Variations
Color information
#320155 (or 0x320155) is known color: Blackcurrant. HEX triplet: 32, 01 and 55. RGB value is (50,1,85). Sum of RGB (Red+Green+Blue) = 50+1+85=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #320155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320155 is #CDFEAA. Grayscale: #181818. Windows color (decimal): -13500075 or 5570866. OLE color: 5570866.
HSL color Cylindrical-coordinate representation of color #320155: hue angle of 275º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320155 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 1 | 85 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.67 |
| HSL | 275º | 0.98% | 0.17% | - |
| HSV(B) | 275º | 0.99% | 0.33% | - |
| XYZ | 2.97 | 1.36 | 8.7 | - |
| YUV | 25.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 85 | 0.41 | 0.99 | 0 | 0.67 | 275 | 0.98 | 0.17 |
| Hex | 32 | 1 | 55 | 29 | 63 | 0 | 43 | 113 | 62 | 11 |
| Octal | 62 | 1 | 125 | 51 | 143 | 0 | 103 | 423 | 142 | 21 |
| Binary | 110010 | 1 | 1010101 | 101001 | 1100011 | 0 | 1000011 | 100010011 | 1100010 | 10001 |
Color Harmonies of #320155
Complementary color
Monochromatic Colors of #320155
Black with #320155
Text Example
Text Example
White with #320155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320155; }
p { color: rgb(50,1,85); }
H1.HeaderClassName
{
color: #320155;
}
.AnyTagClassName
{
color: #320155;
}
</style>
background-color css
<style>
a { background-color: #320155; }
a { background-color: rgb(50,1,85); }
div.DivClassName
{
background-color: #320155;
}
.BgClassName
{
background-color: #320155;
}
</style>
border-color css
<style>
span { border-color: #320155; }
span { border-color: rgb(50,1,85); }
td.TdClassName
{
border-color: #320155;
}
.TagClassName
{
border-color: #320155;
}
</style>