Shades of Blackcurrant #320A49
Tints of Blackcurrant #320A49
RGB
CMYK
RGB Variations
Color information
#320A49 (or 0x320A49) is known color: Blackcurrant. HEX triplet: 32, 0A and 49. RGB value is (50,10,73). Sum of RGB (Red+Green+Blue) = 50+10+73=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #320A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A49 is #CDF5B6. Grayscale: #1C1C1C. Windows color (decimal): -13497783 or 4786738. OLE color: 4786738.
HSL color Cylindrical-coordinate representation of color #320A49: hue angle of 278.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320A49 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 10 | 73 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.71 |
| HSL | 278.1º | 0.76% | 0.16% | - |
| HSV(B) | 278.1º | 0.86% | 0.29% | - |
| XYZ | 2.63 | 1.38 | 6.43 | - |
| YUV | 29.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 73 | 0.32 | 0.86 | 0 | 0.71 | 278.1 | 0.76 | 0.16 |
| Hex | 32 | A | 49 | 20 | 56 | 0 | 47 | 116 | 4C | 10 |
| Octal | 62 | 12 | 111 | 40 | 126 | 0 | 107 | 426 | 114 | 20 |
| Binary | 110010 | 1010 | 1001001 | 100000 | 1010110 | 0 | 1000111 | 100010110 | 1001100 | 10000 |
Color Harmonies of #320A49
Complementary color
Monochromatic Colors of #320A49
Black with #320A49
Text Example
Text Example
White with #320A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A49; }
p { color: rgb(50,10,73); }
H1.HeaderClassName
{
color: #320A49;
}
.AnyTagClassName
{
color: #320A49;
}
</style>
background-color css
<style>
a { background-color: #320A49; }
a { background-color: rgb(50,10,73); }
div.DivClassName
{
background-color: #320A49;
}
.BgClassName
{
background-color: #320A49;
}
</style>
border-color css
<style>
span { border-color: #320A49; }
span { border-color: rgb(50,10,73); }
td.TdClassName
{
border-color: #320A49;
}
.TagClassName
{
border-color: #320A49;
}
</style>