Shades of Blackcurrant #321E41
Tints of Blackcurrant #321E41
RGB
CMYK
RGB Variations
Color information
#321E41 (or 0x321E41) is known color: Blackcurrant. HEX triplet: 32, 1E and 41. RGB value is (50,30,65). Sum of RGB (Red+Green+Blue) = 50+30+65=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #321E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E41 is #CDE1BE. Grayscale: #272727. Windows color (decimal): -13492671 or 4267570. OLE color: 4267570.
HSL color Cylindrical-coordinate representation of color #321E41: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321E41 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 30 | 65 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.75 |
| HSL | 274.29º | 0.37% | 0.19% | - |
| HSV(B) | 274.29º | 0.54% | 0.25% | - |
| XYZ | 2.73 | 1.99 | 5.24 | - |
| YUV | 39.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 65 | 0.23 | 0.54 | 0 | 0.75 | 274.29 | 0.37 | 0.19 |
| Hex | 32 | 1E | 41 | 17 | 36 | 0 | 4B | 112 | 25 | 13 |
| Octal | 62 | 36 | 101 | 27 | 66 | 0 | 113 | 422 | 45 | 23 |
| Binary | 110010 | 11110 | 1000001 | 10111 | 110110 | 0 | 1001011 | 100010010 | 100101 | 10011 |
Color Harmonies of #321E41
Complementary color
Monochromatic Colors of #321E41
Black with #321E41
Text Example
Text Example
White with #321E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E41; }
p { color: rgb(50,30,65); }
H1.HeaderClassName
{
color: #321E41;
}
.AnyTagClassName
{
color: #321E41;
}
</style>
background-color css
<style>
a { background-color: #321E41; }
a { background-color: rgb(50,30,65); }
div.DivClassName
{
background-color: #321E41;
}
.BgClassName
{
background-color: #321E41;
}
</style>
border-color css
<style>
span { border-color: #321E41; }
span { border-color: rgb(50,30,65); }
td.TdClassName
{
border-color: #321E41;
}
.TagClassName
{
border-color: #321E41;
}
</style>