Shades of Blackcurrant #322040
Tints of Blackcurrant #322040
RGB
CMYK
RGB Variations
Color information
#322040 (or 0x322040) is known color: Blackcurrant. HEX triplet: 32, 20 and 40. RGB value is (50,32,64). Sum of RGB (Red+Green+Blue) = 50+32+64=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #322040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322040 is #CDDFBF. Grayscale: #282828. Windows color (decimal): -13492160 or 4202546. OLE color: 4202546.
HSL color Cylindrical-coordinate representation of color #322040: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322040 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 32 | 64 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.75 |
| HSL | 273.75º | 0.33% | 0.19% | - |
| HSV(B) | 273.75º | 0.5% | 0.25% | - |
| XYZ | 2.76 | 2.08 | 5.11 | - |
| YUV | 41.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 64 | 0.22 | 0.50 | 0 | 0.75 | 273.75 | 0.33 | 0.19 |
| Hex | 32 | 20 | 40 | 16 | 32 | 0 | 4B | 112 | 21 | 13 |
| Octal | 62 | 40 | 100 | 26 | 62 | 0 | 113 | 422 | 41 | 23 |
| Binary | 110010 | 100000 | 1000000 | 10110 | 110010 | 0 | 1001011 | 100010010 | 100001 | 10011 |
Color Harmonies of #322040
Complementary color
Monochromatic Colors of #322040
Black with #322040
Text Example
Text Example
White with #322040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322040; }
p { color: rgb(50,32,64); }
H1.HeaderClassName
{
color: #322040;
}
.AnyTagClassName
{
color: #322040;
}
</style>
background-color css
<style>
a { background-color: #322040; }
a { background-color: rgb(50,32,64); }
div.DivClassName
{
background-color: #322040;
}
.BgClassName
{
background-color: #322040;
}
</style>
border-color css
<style>
span { border-color: #322040; }
span { border-color: rgb(50,32,64); }
td.TdClassName
{
border-color: #322040;
}
.TagClassName
{
border-color: #322040;
}
</style>