Shades of Blackcurrant #320C49
Tints of Blackcurrant #320C49
RGB
CMYK
RGB Variations
Color information
#320C49 (or 0x320C49) is known color: Blackcurrant. HEX triplet: 32, 0C and 49. RGB value is (50,12,73). Sum of RGB (Red+Green+Blue) = 50+12+73=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #320C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C49 is #CDF3B6. Grayscale: #1E1E1E. Windows color (decimal): -13497271 or 4787250. OLE color: 4787250.
HSL color Cylindrical-coordinate representation of color #320C49: hue angle of 277.38º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320C49 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 12 | 73 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.71 |
| HSL | 277.38º | 0.72% | 0.17% | - |
| HSV(B) | 277.38º | 0.84% | 0.29% | - |
| XYZ | 2.65 | 1.42 | 6.44 | - |
| YUV | 30.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 73 | 0.32 | 0.84 | 0 | 0.71 | 277.38 | 0.72 | 0.17 |
| Hex | 32 | C | 49 | 20 | 54 | 0 | 47 | 115 | 48 | 11 |
| Octal | 62 | 14 | 111 | 40 | 124 | 0 | 107 | 425 | 110 | 21 |
| Binary | 110010 | 1100 | 1001001 | 100000 | 1010100 | 0 | 1000111 | 100010101 | 1001000 | 10001 |
Color Harmonies of #320C49
Complementary color
Monochromatic Colors of #320C49
Black with #320C49
Text Example
Text Example
White with #320C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C49; }
p { color: rgb(50,12,73); }
H1.HeaderClassName
{
color: #320C49;
}
.AnyTagClassName
{
color: #320C49;
}
</style>
background-color css
<style>
a { background-color: #320C49; }
a { background-color: rgb(50,12,73); }
div.DivClassName
{
background-color: #320C49;
}
.BgClassName
{
background-color: #320C49;
}
</style>
border-color css
<style>
span { border-color: #320C49; }
span { border-color: rgb(50,12,73); }
td.TdClassName
{
border-color: #320C49;
}
.TagClassName
{
border-color: #320C49;
}
</style>