Shades of Blackcurrant #320646
Tints of Blackcurrant #320646
RGB
CMYK
RGB Variations
Color information
#320646 (or 0x320646) is known color: Blackcurrant. HEX triplet: 32, 06 and 46. RGB value is (50,6,70). Sum of RGB (Red+Green+Blue) = 50+6+70=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #320646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320646 is #CDF9B9. Grayscale: #1A1A1A. Windows color (decimal): -13498810 or 4589106. OLE color: 4589106.
HSL color Cylindrical-coordinate representation of color #320646: hue angle of 281.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320646 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 6 | 70 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.73 |
| HSL | 281.25º | 0.84% | 0.15% | - |
| HSV(B) | 281.25º | 0.91% | 0.27% | - |
| XYZ | 2.49 | 1.25 | 5.9 | - |
| YUV | 26.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 70 | 0.29 | 0.91 | 0 | 0.73 | 281.25 | 0.84 | 0.15 |
| Hex | 32 | 6 | 46 | 1D | 5B | 0 | 49 | 119 | 54 | F |
| Octal | 62 | 6 | 106 | 35 | 133 | 0 | 111 | 431 | 124 | 17 |
| Binary | 110010 | 110 | 1000110 | 11101 | 1011011 | 0 | 1001001 | 100011001 | 1010100 | 1111 |
Color Harmonies of #320646
Complementary color
Monochromatic Colors of #320646
Black with #320646
Text Example
Text Example
White with #320646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320646; }
p { color: rgb(50,6,70); }
H1.HeaderClassName
{
color: #320646;
}
.AnyTagClassName
{
color: #320646;
}
</style>
background-color css
<style>
a { background-color: #320646; }
a { background-color: rgb(50,6,70); }
div.DivClassName
{
background-color: #320646;
}
.BgClassName
{
background-color: #320646;
}
</style>
border-color css
<style>
span { border-color: #320646; }
span { border-color: rgb(50,6,70); }
td.TdClassName
{
border-color: #320646;
}
.TagClassName
{
border-color: #320646;
}
</style>