Shades of Blackcurrant #321940
Tints of Blackcurrant #321940
RGB
CMYK
RGB Variations
Color information
#321940 (or 0x321940) is known color: Blackcurrant. HEX triplet: 32, 19 and 40. RGB value is (50,25,64). Sum of RGB (Red+Green+Blue) = 50+25+64=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #321940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321940 is #CDE6BF. Grayscale: #242424. Windows color (decimal): -13493952 or 4200754. OLE color: 4200754.
HSL color Cylindrical-coordinate representation of color #321940: hue angle of 278.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #321940 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 25 | 64 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.75 |
| HSL | 278.46º | 0.44% | 0.17% | - |
| HSV(B) | 278.46º | 0.61% | 0.25% | - |
| XYZ | 2.59 | 1.74 | 5.05 | - |
| YUV | 36.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 64 | 0.22 | 0.61 | 0 | 0.75 | 278.46 | 0.44 | 0.17 |
| Hex | 32 | 19 | 40 | 16 | 3D | 0 | 4B | 116 | 2C | 11 |
| Octal | 62 | 31 | 100 | 26 | 75 | 0 | 113 | 426 | 54 | 21 |
| Binary | 110010 | 11001 | 1000000 | 10110 | 111101 | 0 | 1001011 | 100010110 | 101100 | 10001 |
Color Harmonies of #321940
Complementary color
Monochromatic Colors of #321940
Black with #321940
Text Example
Text Example
White with #321940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321940; }
p { color: rgb(50,25,64); }
H1.HeaderClassName
{
color: #321940;
}
.AnyTagClassName
{
color: #321940;
}
</style>
background-color css
<style>
a { background-color: #321940; }
a { background-color: rgb(50,25,64); }
div.DivClassName
{
background-color: #321940;
}
.BgClassName
{
background-color: #321940;
}
</style>
border-color css
<style>
span { border-color: #321940; }
span { border-color: rgb(50,25,64); }
td.TdClassName
{
border-color: #321940;
}
.TagClassName
{
border-color: #321940;
}
</style>