Shades of Blackcurrant #321649
Tints of Blackcurrant #321649
RGB
CMYK
RGB Variations
Color information
#321649 (or 0x321649) is known color: Blackcurrant. HEX triplet: 32, 16 and 49. RGB value is (50,22,73). Sum of RGB (Red+Green+Blue) = 50+22+73=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #321649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321649 is #CDE9B6. Grayscale: #242424. Windows color (decimal): -13494711 or 4789810. OLE color: 4789810.
HSL color Cylindrical-coordinate representation of color #321649: hue angle of 272.94º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321649 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 22 | 73 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.71 |
| HSL | 272.94º | 0.54% | 0.19% | - |
| HSV(B) | 272.94º | 0.7% | 0.29% | - |
| XYZ | 2.8 | 1.73 | 6.49 | - |
| YUV | 36.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 73 | 0.32 | 0.70 | 0 | 0.71 | 272.94 | 0.54 | 0.19 |
| Hex | 32 | 16 | 49 | 20 | 46 | 0 | 47 | 111 | 36 | 13 |
| Octal | 62 | 26 | 111 | 40 | 106 | 0 | 107 | 421 | 66 | 23 |
| Binary | 110010 | 10110 | 1001001 | 100000 | 1000110 | 0 | 1000111 | 100010001 | 110110 | 10011 |
Color Harmonies of #321649
Complementary color
Monochromatic Colors of #321649
Black with #321649
Text Example
Text Example
White with #321649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321649; }
p { color: rgb(50,22,73); }
H1.HeaderClassName
{
color: #321649;
}
.AnyTagClassName
{
color: #321649;
}
</style>
background-color css
<style>
a { background-color: #321649; }
a { background-color: rgb(50,22,73); }
div.DivClassName
{
background-color: #321649;
}
.BgClassName
{
background-color: #321649;
}
</style>
border-color css
<style>
span { border-color: #321649; }
span { border-color: rgb(50,22,73); }
td.TdClassName
{
border-color: #321649;
}
.TagClassName
{
border-color: #321649;
}
</style>