Shades of Blackcurrant #320255
Tints of Blackcurrant #320255
RGB
CMYK
RGB Variations
Color information
#320255 (or 0x320255) is known color: Blackcurrant. HEX triplet: 32, 02 and 55. RGB value is (50,2,85). Sum of RGB (Red+Green+Blue) = 50+2+85=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #320255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320255 is #CDFDAA. Grayscale: #191919. Windows color (decimal): -13499819 or 5571122. OLE color: 5571122.
HSL color Cylindrical-coordinate representation of color #320255: hue angle of 274.7º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320255 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 2 | 85 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.67 |
| HSL | 274.7º | 0.95% | 0.17% | - |
| HSV(B) | 274.7º | 0.98% | 0.33% | - |
| XYZ | 2.98 | 1.38 | 8.7 | - |
| YUV | 25.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 85 | 0.41 | 0.98 | 0 | 0.67 | 274.7 | 0.95 | 0.17 |
| Hex | 32 | 2 | 55 | 29 | 62 | 0 | 43 | 113 | 5F | 11 |
| Octal | 62 | 2 | 125 | 51 | 142 | 0 | 103 | 423 | 137 | 21 |
| Binary | 110010 | 10 | 1010101 | 101001 | 1100010 | 0 | 1000011 | 100010011 | 1011111 | 10001 |
Color Harmonies of #320255
Complementary color
Monochromatic Colors of #320255
Black with #320255
Text Example
Text Example
White with #320255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320255; }
p { color: rgb(50,2,85); }
H1.HeaderClassName
{
color: #320255;
}
.AnyTagClassName
{
color: #320255;
}
</style>
background-color css
<style>
a { background-color: #320255; }
a { background-color: rgb(50,2,85); }
div.DivClassName
{
background-color: #320255;
}
.BgClassName
{
background-color: #320255;
}
</style>
border-color css
<style>
span { border-color: #320255; }
span { border-color: rgb(50,2,85); }
td.TdClassName
{
border-color: #320255;
}
.TagClassName
{
border-color: #320255;
}
</style>