Shades of Blackcurrant #320444
Tints of Blackcurrant #320444
RGB
CMYK
RGB Variations
Color information
#320444 (or 0x320444) is known color: Blackcurrant. HEX triplet: 32, 04 and 44. RGB value is (50,4,68). Sum of RGB (Red+Green+Blue) = 50+4+68=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #320444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320444 is #CDFBBB. Grayscale: #181818. Windows color (decimal): -13499324 or 4457522. OLE color: 4457522.
HSL color Cylindrical-coordinate representation of color #320444: hue angle of 283.12º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320444 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 4 | 68 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.73 |
| HSL | 283.13º | 0.89% | 0.14% | - |
| HSV(B) | 283.13º | 0.94% | 0.27% | - |
| XYZ | 2.4 | 1.18 | 5.57 | - |
| YUV | 25.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 68 | 0.26 | 0.94 | 0 | 0.73 | 283.13 | 0.89 | 0.14 |
| Hex | 32 | 4 | 44 | 1A | 5E | 0 | 49 | 11B | 59 | E |
| Octal | 62 | 4 | 104 | 32 | 136 | 0 | 111 | 433 | 131 | 16 |
| Binary | 110010 | 100 | 1000100 | 11010 | 1011110 | 0 | 1001001 | 100011011 | 1011001 | 1110 |
Color Harmonies of #320444
Complementary color
Monochromatic Colors of #320444
Black with #320444
Text Example
Text Example
White with #320444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320444; }
p { color: rgb(50,4,68); }
H1.HeaderClassName
{
color: #320444;
}
.AnyTagClassName
{
color: #320444;
}
</style>
background-color css
<style>
a { background-color: #320444; }
a { background-color: rgb(50,4,68); }
div.DivClassName
{
background-color: #320444;
}
.BgClassName
{
background-color: #320444;
}
</style>
border-color css
<style>
span { border-color: #320444; }
span { border-color: rgb(50,4,68); }
td.TdClassName
{
border-color: #320444;
}
.TagClassName
{
border-color: #320444;
}
</style>