Shades of Blackcurrant #320E39
Tints of Blackcurrant #320E39
RGB
CMYK
RGB Variations
Color information
#320E39 (or 0x320E39) is known color: Blackcurrant. HEX triplet: 32, 0E and 39. RGB value is (50,14,57). Sum of RGB (Red+Green+Blue) = 50+14+57=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #320E39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E39 is #CDF1C6. Grayscale: #1D1D1D. Windows color (decimal): -13496775 or 3739186. OLE color: 3739186.
HSL color Cylindrical-coordinate representation of color #320E39: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #320E39 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 14 | 57 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.78 |
| HSL | 290.23º | 0.61% | 0.14% | - |
| HSV(B) | 290.23º | 0.75% | 0.22% | - |
| XYZ | 2.21 | 1.29 | 4 | - |
| YUV | 29.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 57 | 0.12 | 0.75 | 0 | 0.78 | 290.23 | 0.61 | 0.14 |
| Hex | 32 | E | 39 | C | 4B | 0 | 4E | 122 | 3D | E |
| Octal | 62 | 16 | 71 | 14 | 113 | 0 | 116 | 442 | 75 | 16 |
| Binary | 110010 | 1110 | 111001 | 1100 | 1001011 | 0 | 1001110 | 100100010 | 111101 | 1110 |
Color Harmonies of #320E39
Complementary color
Monochromatic Colors of #320E39
Black with #320E39
Text Example
Text Example
White with #320E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E39; }
p { color: rgb(50,14,57); }
H1.HeaderClassName
{
color: #320E39;
}
.AnyTagClassName
{
color: #320E39;
}
</style>
background-color css
<style>
a { background-color: #320E39; }
a { background-color: rgb(50,14,57); }
div.DivClassName
{
background-color: #320E39;
}
.BgClassName
{
background-color: #320E39;
}
</style>
border-color css
<style>
span { border-color: #320E39; }
span { border-color: rgb(50,14,57); }
td.TdClassName
{
border-color: #320E39;
}
.TagClassName
{
border-color: #320E39;
}
</style>