Shades of Blackcurrant #320C4C
Tints of Blackcurrant #320C4C
RGB
CMYK
RGB Variations
Color information
#320C4C (or 0x320C4C) is known color: Blackcurrant. HEX triplet: 32, 0C and 4C. RGB value is (50,12,76). Sum of RGB (Red+Green+Blue) = 50+12+76=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #320C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C4C is #CDF3B3. Grayscale: #1E1E1E. Windows color (decimal): -13497268 or 4983858. OLE color: 4983858.
HSL color Cylindrical-coordinate representation of color #320C4C: hue angle of 275.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320C4C is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 12 | 76 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.70 |
| HSL | 275.63º | 0.73% | 0.17% | - |
| HSV(B) | 275.63º | 0.84% | 0.3% | - |
| XYZ | 2.75 | 1.46 | 6.97 | - |
| YUV | 30.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 76 | 0.34 | 0.84 | 0 | 0.70 | 275.63 | 0.73 | 0.17 |
| Hex | 32 | C | 4C | 22 | 54 | 0 | 46 | 114 | 49 | 11 |
| Octal | 62 | 14 | 114 | 42 | 124 | 0 | 106 | 424 | 111 | 21 |
| Binary | 110010 | 1100 | 1001100 | 100010 | 1010100 | 0 | 1000110 | 100010100 | 1001001 | 10001 |
Color Harmonies of #320C4C
Complementary color
Monochromatic Colors of #320C4C
Black with #320C4C
Text Example
Text Example
White with #320C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C4C; }
p { color: rgb(50,12,76); }
H1.HeaderClassName
{
color: #320C4C;
}
.AnyTagClassName
{
color: #320C4C;
}
</style>
background-color css
<style>
a { background-color: #320C4C; }
a { background-color: rgb(50,12,76); }
div.DivClassName
{
background-color: #320C4C;
}
.BgClassName
{
background-color: #320C4C;
}
</style>
border-color css
<style>
span { border-color: #320C4C; }
span { border-color: rgb(50,12,76); }
td.TdClassName
{
border-color: #320C4C;
}
.TagClassName
{
border-color: #320C4C;
}
</style>