Shades of Blackcurrant #320447
Tints of Blackcurrant #320447
RGB
CMYK
RGB Variations
Color information
#320447 (or 0x320447) is known color: Blackcurrant. HEX triplet: 32, 04 and 47. RGB value is (50,4,71). Sum of RGB (Red+Green+Blue) = 50+4+71=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #320447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320447 is #CDFBB8. Grayscale: #191919. Windows color (decimal): -13499321 or 4654130. OLE color: 4654130.
HSL color Cylindrical-coordinate representation of color #320447: hue angle of 281.19º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320447 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 4 | 71 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.72 |
| HSL | 281.19º | 0.89% | 0.15% | - |
| HSV(B) | 281.19º | 0.94% | 0.28% | - |
| XYZ | 2.5 | 1.22 | 6.07 | - |
| YUV | 25.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 71 | 0.30 | 0.94 | 0 | 0.72 | 281.19 | 0.89 | 0.15 |
| Hex | 32 | 4 | 47 | 1E | 5E | 0 | 48 | 119 | 59 | F |
| Octal | 62 | 4 | 107 | 36 | 136 | 0 | 110 | 431 | 131 | 17 |
| Binary | 110010 | 100 | 1000111 | 11110 | 1011110 | 0 | 1001000 | 100011001 | 1011001 | 1111 |
Color Harmonies of #320447
Complementary color
Monochromatic Colors of #320447
Black with #320447
Text Example
Text Example
White with #320447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320447; }
p { color: rgb(50,4,71); }
H1.HeaderClassName
{
color: #320447;
}
.AnyTagClassName
{
color: #320447;
}
</style>
background-color css
<style>
a { background-color: #320447; }
a { background-color: rgb(50,4,71); }
div.DivClassName
{
background-color: #320447;
}
.BgClassName
{
background-color: #320447;
}
</style>
border-color css
<style>
span { border-color: #320447; }
span { border-color: rgb(50,4,71); }
td.TdClassName
{
border-color: #320447;
}
.TagClassName
{
border-color: #320447;
}
</style>