Shades of Blackcurrant #320D4C
Tints of Blackcurrant #320D4C
RGB
CMYK
RGB Variations
Color information
#320D4C (or 0x320D4C) is known color: Blackcurrant. HEX triplet: 32, 0D and 4C. RGB value is (50,13,76). Sum of RGB (Red+Green+Blue) = 50+13+76=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #320D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D4C is #CDF2B3. Grayscale: #1F1F1F. Windows color (decimal): -13497012 or 4984114. OLE color: 4984114.
HSL color Cylindrical-coordinate representation of color #320D4C: hue angle of 275.24º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320D4C is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 13 | 76 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.70 |
| HSL | 275.24º | 0.71% | 0.17% | - |
| HSV(B) | 275.24º | 0.83% | 0.3% | - |
| XYZ | 2.76 | 1.49 | 6.98 | - |
| YUV | 31.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 76 | 0.34 | 0.83 | 0 | 0.70 | 275.24 | 0.71 | 0.17 |
| Hex | 32 | D | 4C | 22 | 53 | 0 | 46 | 113 | 47 | 11 |
| Octal | 62 | 15 | 114 | 42 | 123 | 0 | 106 | 423 | 107 | 21 |
| Binary | 110010 | 1101 | 1001100 | 100010 | 1010011 | 0 | 1000110 | 100010011 | 1000111 | 10001 |
Color Harmonies of #320D4C
Complementary color
Monochromatic Colors of #320D4C
Black with #320D4C
Text Example
Text Example
White with #320D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D4C; }
p { color: rgb(50,13,76); }
H1.HeaderClassName
{
color: #320D4C;
}
.AnyTagClassName
{
color: #320D4C;
}
</style>
background-color css
<style>
a { background-color: #320D4C; }
a { background-color: rgb(50,13,76); }
div.DivClassName
{
background-color: #320D4C;
}
.BgClassName
{
background-color: #320D4C;
}
</style>
border-color css
<style>
span { border-color: #320D4C; }
span { border-color: rgb(50,13,76); }
td.TdClassName
{
border-color: #320D4C;
}
.TagClassName
{
border-color: #320D4C;
}
</style>