Shades of Blackcurrant #320C47
Tints of Blackcurrant #320C47
RGB
CMYK
RGB Variations
Color information
#320C47 (or 0x320C47) is known color: Blackcurrant. HEX triplet: 32, 0C and 47. RGB value is (50,12,71). Sum of RGB (Red+Green+Blue) = 50+12+71=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #320C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C47 is #CDF3B8. Grayscale: #1D1D1D. Windows color (decimal): -13497273 or 4656178. OLE color: 4656178.
HSL color Cylindrical-coordinate representation of color #320C47: hue angle of 278.64º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320C47 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 12 | 71 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.72 |
| HSL | 278.64º | 0.71% | 0.16% | - |
| HSV(B) | 278.64º | 0.83% | 0.28% | - |
| XYZ | 2.58 | 1.4 | 6.09 | - |
| YUV | 30.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 71 | 0.30 | 0.83 | 0 | 0.72 | 278.64 | 0.71 | 0.16 |
| Hex | 32 | C | 47 | 1E | 53 | 0 | 48 | 117 | 47 | 10 |
| Octal | 62 | 14 | 107 | 36 | 123 | 0 | 110 | 427 | 107 | 20 |
| Binary | 110010 | 1100 | 1000111 | 11110 | 1010011 | 0 | 1001000 | 100010111 | 1000111 | 10000 |
Color Harmonies of #320C47
Complementary color
Monochromatic Colors of #320C47
Black with #320C47
Text Example
Text Example
White with #320C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C47; }
p { color: rgb(50,12,71); }
H1.HeaderClassName
{
color: #320C47;
}
.AnyTagClassName
{
color: #320C47;
}
</style>
background-color css
<style>
a { background-color: #320C47; }
a { background-color: rgb(50,12,71); }
div.DivClassName
{
background-color: #320C47;
}
.BgClassName
{
background-color: #320C47;
}
</style>
border-color css
<style>
span { border-color: #320C47; }
span { border-color: rgb(50,12,71); }
td.TdClassName
{
border-color: #320C47;
}
.TagClassName
{
border-color: #320C47;
}
</style>