Shades of Blackcurrant #320049
Tints of Blackcurrant #320049
RGB
CMYK
RGB Variations
Color information
#320049 (or 0x320049) is known color: Blackcurrant. HEX triplet: 32, 00 and 49. RGB value is (50,0,73). Sum of RGB (Red+Green+Blue) = 50+0+73=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #320049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320049 is #CDFFB6. Grayscale: #171717. Windows color (decimal): -13500343 or 4784178. OLE color: 4784178.
HSL color Cylindrical-coordinate representation of color #320049: hue angle of 281.1º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320049 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 0 | 73 | - |
| CMYK | 0.32 | 1 | 0 | 0.71 |
| HSL | 281.1º | 1% | 0.14% | - |
| HSV(B) | 281.1º | 1% | 0.29% | - |
| XYZ | 2.52 | 1.16 | 6.39 | - |
| YUV | 23.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 73 | 0.32 | 1 | 0 | 0.71 | 281.1 | 1 | 0.14 |
| Hex | 32 | 0 | 49 | 20 | 64 | 0 | 47 | 119 | 64 | E |
| Octal | 62 | 0 | 111 | 40 | 144 | 0 | 107 | 431 | 144 | 16 |
| Binary | 110010 | 0 | 1001001 | 100000 | 1100100 | 0 | 1000111 | 100011001 | 1100100 | 1110 |
Color Harmonies of #320049
Complementary color
Monochromatic Colors of #320049
Black with #320049
Text Example
Text Example
White with #320049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320049; }
p { color: rgb(50,0,73); }
H1.HeaderClassName
{
color: #320049;
}
.AnyTagClassName
{
color: #320049;
}
</style>
background-color css
<style>
a { background-color: #320049; }
a { background-color: rgb(50,0,73); }
div.DivClassName
{
background-color: #320049;
}
.BgClassName
{
background-color: #320049;
}
</style>
border-color css
<style>
span { border-color: #320049; }
span { border-color: rgb(50,0,73); }
td.TdClassName
{
border-color: #320049;
}
.TagClassName
{
border-color: #320049;
}
</style>