Shades of Blackcurrant #320651
Tints of Blackcurrant #320651
RGB
CMYK
RGB Variations
Color information
#320651 (or 0x320651) is known color: Blackcurrant. HEX triplet: 32, 06 and 51. RGB value is (50,6,81). Sum of RGB (Red+Green+Blue) = 50+6+81=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #320651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320651 is #CDF9AE. Grayscale: #1B1B1B. Windows color (decimal): -13498799 or 5310002. OLE color: 5310002.
HSL color Cylindrical-coordinate representation of color #320651: hue angle of 275.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320651 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 6 | 81 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.68 |
| HSL | 275.2º | 0.86% | 0.17% | - |
| HSV(B) | 275.2º | 0.93% | 0.32% | - |
| XYZ | 2.87 | 1.4 | 7.9 | - |
| YUV | 27.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 81 | 0.38 | 0.93 | 0 | 0.68 | 275.2 | 0.86 | 0.17 |
| Hex | 32 | 6 | 51 | 26 | 5D | 0 | 44 | 113 | 56 | 11 |
| Octal | 62 | 6 | 121 | 46 | 135 | 0 | 104 | 423 | 126 | 21 |
| Binary | 110010 | 110 | 1010001 | 100110 | 1011101 | 0 | 1000100 | 100010011 | 1010110 | 10001 |
Color Harmonies of #320651
Complementary color
Monochromatic Colors of #320651
Black with #320651
Text Example
Text Example
White with #320651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320651; }
p { color: rgb(50,6,81); }
H1.HeaderClassName
{
color: #320651;
}
.AnyTagClassName
{
color: #320651;
}
</style>
background-color css
<style>
a { background-color: #320651; }
a { background-color: rgb(50,6,81); }
div.DivClassName
{
background-color: #320651;
}
.BgClassName
{
background-color: #320651;
}
</style>
border-color css
<style>
span { border-color: #320651; }
span { border-color: rgb(50,6,81); }
td.TdClassName
{
border-color: #320651;
}
.TagClassName
{
border-color: #320651;
}
</style>