Shades of Blackcurrant #321140
Tints of Blackcurrant #321140
RGB
CMYK
RGB Variations
Color information
#321140 (or 0x321140) is known color: Blackcurrant. HEX triplet: 32, 11 and 40. RGB value is (50,17,64). Sum of RGB (Red+Green+Blue) = 50+17+64=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #321140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321140 is #CDEEBF. Grayscale: #202020. Windows color (decimal): -13496000 or 4198706. OLE color: 4198706.
HSL color Cylindrical-coordinate representation of color #321140: hue angle of 282.13º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321140 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 17 | 64 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.75 |
| HSL | 282.13º | 0.58% | 0.16% | - |
| HSV(B) | 282.13º | 0.73% | 0.25% | - |
| XYZ | 2.44 | 1.45 | 5 | - |
| YUV | 32.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 64 | 0.22 | 0.73 | 0 | 0.75 | 282.13 | 0.58 | 0.16 |
| Hex | 32 | 11 | 40 | 16 | 49 | 0 | 4B | 11A | 3A | 10 |
| Octal | 62 | 21 | 100 | 26 | 111 | 0 | 113 | 432 | 72 | 20 |
| Binary | 110010 | 10001 | 1000000 | 10110 | 1001001 | 0 | 1001011 | 100011010 | 111010 | 10000 |
Color Harmonies of #321140
Complementary color
Monochromatic Colors of #321140
Black with #321140
Text Example
Text Example
White with #321140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321140; }
p { color: rgb(50,17,64); }
H1.HeaderClassName
{
color: #321140;
}
.AnyTagClassName
{
color: #321140;
}
</style>
background-color css
<style>
a { background-color: #321140; }
a { background-color: rgb(50,17,64); }
div.DivClassName
{
background-color: #321140;
}
.BgClassName
{
background-color: #321140;
}
</style>
border-color css
<style>
span { border-color: #321140; }
span { border-color: rgb(50,17,64); }
td.TdClassName
{
border-color: #321140;
}
.TagClassName
{
border-color: #321140;
}
</style>