Shades of Blackcurrant #321E40
Tints of Blackcurrant #321E40
RGB
CMYK
RGB Variations
Color information
#321E40 (or 0x321E40) is known color: Blackcurrant. HEX triplet: 32, 1E and 40. RGB value is (50,30,64). Sum of RGB (Red+Green+Blue) = 50+30+64=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #321E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E40 is #CDE1BF. Grayscale: #272727. Windows color (decimal): -13492672 or 4202034. OLE color: 4202034.
HSL color Cylindrical-coordinate representation of color #321E40: hue angle of 275.29º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #321E40 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 30 | 64 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.75 |
| HSL | 275.29º | 0.36% | 0.18% | - |
| HSV(B) | 275.29º | 0.53% | 0.25% | - |
| XYZ | 2.71 | 1.98 | 5.09 | - |
| YUV | 39.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 64 | 0.22 | 0.53 | 0 | 0.75 | 275.29 | 0.36 | 0.18 |
| Hex | 32 | 1E | 40 | 16 | 35 | 0 | 4B | 113 | 24 | 12 |
| Octal | 62 | 36 | 100 | 26 | 65 | 0 | 113 | 423 | 44 | 22 |
| Binary | 110010 | 11110 | 1000000 | 10110 | 110101 | 0 | 1001011 | 100010011 | 100100 | 10010 |
Color Harmonies of #321E40
Complementary color
Monochromatic Colors of #321E40
Black with #321E40
Text Example
Text Example
White with #321E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E40; }
p { color: rgb(50,30,64); }
H1.HeaderClassName
{
color: #321E40;
}
.AnyTagClassName
{
color: #321E40;
}
</style>
background-color css
<style>
a { background-color: #321E40; }
a { background-color: rgb(50,30,64); }
div.DivClassName
{
background-color: #321E40;
}
.BgClassName
{
background-color: #321E40;
}
</style>
border-color css
<style>
span { border-color: #321E40; }
span { border-color: rgb(50,30,64); }
td.TdClassName
{
border-color: #321E40;
}
.TagClassName
{
border-color: #321E40;
}
</style>