Shades of Blackcurrant #320E53
Tints of Blackcurrant #320E53
RGB
CMYK
RGB Variations
Color information
#320E53 (or 0x320E53) is known color: Blackcurrant. HEX triplet: 32, 0E and 53. RGB value is (50,14,83). Sum of RGB (Red+Green+Blue) = 50+14+83=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #320E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E53 is #CDF1AC. Grayscale: #202020. Windows color (decimal): -13496749 or 5443122. OLE color: 5443122.
HSL color Cylindrical-coordinate representation of color #320E53: hue angle of 271.3º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320E53 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 14 | 83 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.67 |
| HSL | 271.3º | 0.71% | 0.19% | - |
| HSV(B) | 271.3º | 0.83% | 0.33% | - |
| XYZ | 3.03 | 1.62 | 8.34 | - |
| YUV | 32.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 83 | 0.40 | 0.83 | 0 | 0.67 | 271.3 | 0.71 | 0.19 |
| Hex | 32 | E | 53 | 28 | 53 | 0 | 43 | 10F | 47 | 13 |
| Octal | 62 | 16 | 123 | 50 | 123 | 0 | 103 | 417 | 107 | 23 |
| Binary | 110010 | 1110 | 1010011 | 101000 | 1010011 | 0 | 1000011 | 100001111 | 1000111 | 10011 |
Color Harmonies of #320E53
Complementary color
Monochromatic Colors of #320E53
Black with #320E53
Text Example
Text Example
White with #320E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E53; }
p { color: rgb(50,14,83); }
H1.HeaderClassName
{
color: #320E53;
}
.AnyTagClassName
{
color: #320E53;
}
</style>
background-color css
<style>
a { background-color: #320E53; }
a { background-color: rgb(50,14,83); }
div.DivClassName
{
background-color: #320E53;
}
.BgClassName
{
background-color: #320E53;
}
</style>
border-color css
<style>
span { border-color: #320E53; }
span { border-color: rgb(50,14,83); }
td.TdClassName
{
border-color: #320E53;
}
.TagClassName
{
border-color: #320E53;
}
</style>