Shades of Blackcurrant #320551
Tints of Blackcurrant #320551
RGB
CMYK
RGB Variations
Color information
#320551 (or 0x320551) is known color: Blackcurrant. HEX triplet: 32, 05 and 51. RGB value is (50,5,81). Sum of RGB (Red+Green+Blue) = 50+5+81=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #320551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320551 is #CDFAAE. Grayscale: #1A1A1A. Windows color (decimal): -13499055 or 5309746. OLE color: 5309746.
HSL color Cylindrical-coordinate representation of color #320551: hue angle of 275.53º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320551 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 5 | 81 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.68 |
| HSL | 275.53º | 0.88% | 0.17% | - |
| HSV(B) | 275.53º | 0.94% | 0.32% | - |
| XYZ | 2.85 | 1.38 | 7.9 | - |
| YUV | 27.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 81 | 0.38 | 0.94 | 0 | 0.68 | 275.53 | 0.88 | 0.17 |
| Hex | 32 | 5 | 51 | 26 | 5E | 0 | 44 | 114 | 58 | 11 |
| Octal | 62 | 5 | 121 | 46 | 136 | 0 | 104 | 424 | 130 | 21 |
| Binary | 110010 | 101 | 1010001 | 100110 | 1011110 | 0 | 1000100 | 100010100 | 1011000 | 10001 |
Color Harmonies of #320551
Complementary color
Monochromatic Colors of #320551
Black with #320551
Text Example
Text Example
White with #320551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320551; }
p { color: rgb(50,5,81); }
H1.HeaderClassName
{
color: #320551;
}
.AnyTagClassName
{
color: #320551;
}
</style>
background-color css
<style>
a { background-color: #320551; }
a { background-color: rgb(50,5,81); }
div.DivClassName
{
background-color: #320551;
}
.BgClassName
{
background-color: #320551;
}
</style>
border-color css
<style>
span { border-color: #320551; }
span { border-color: rgb(50,5,81); }
td.TdClassName
{
border-color: #320551;
}
.TagClassName
{
border-color: #320551;
}
</style>