Shades of Blackcurrant #320649
Tints of Blackcurrant #320649
RGB
CMYK
RGB Variations
Color information
#320649 (or 0x320649) is known color: Blackcurrant. HEX triplet: 32, 06 and 49. RGB value is (50,6,73). Sum of RGB (Red+Green+Blue) = 50+6+73=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #320649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320649 is #CDF9B6. Grayscale: #1A1A1A. Windows color (decimal): -13498807 or 4785714. OLE color: 4785714.
HSL color Cylindrical-coordinate representation of color #320649: hue angle of 279.4º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320649 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 6 | 73 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.71 |
| HSL | 279.4º | 0.85% | 0.15% | - |
| HSV(B) | 279.4º | 0.92% | 0.29% | - |
| XYZ | 2.58 | 1.29 | 6.42 | - |
| YUV | 26.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 73 | 0.32 | 0.92 | 0 | 0.71 | 279.4 | 0.85 | 0.15 |
| Hex | 32 | 6 | 49 | 20 | 5C | 0 | 47 | 117 | 55 | F |
| Octal | 62 | 6 | 111 | 40 | 134 | 0 | 107 | 427 | 125 | 17 |
| Binary | 110010 | 110 | 1001001 | 100000 | 1011100 | 0 | 1000111 | 100010111 | 1010101 | 1111 |
Color Harmonies of #320649
Complementary color
Monochromatic Colors of #320649
Black with #320649
Text Example
Text Example
White with #320649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320649; }
p { color: rgb(50,6,73); }
H1.HeaderClassName
{
color: #320649;
}
.AnyTagClassName
{
color: #320649;
}
</style>
background-color css
<style>
a { background-color: #320649; }
a { background-color: rgb(50,6,73); }
div.DivClassName
{
background-color: #320649;
}
.BgClassName
{
background-color: #320649;
}
</style>
border-color css
<style>
span { border-color: #320649; }
span { border-color: rgb(50,6,73); }
td.TdClassName
{
border-color: #320649;
}
.TagClassName
{
border-color: #320649;
}
</style>