Shades of Blackcurrant #321040
Tints of Blackcurrant #321040
RGB
CMYK
RGB Variations
Color information
#321040 (or 0x321040) is known color: Blackcurrant. HEX triplet: 32, 10 and 40. RGB value is (50,16,64). Sum of RGB (Red+Green+Blue) = 50+16+64=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #321040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321040 is #CDEFBF. Grayscale: #1F1F1F. Windows color (decimal): -13496256 or 4198450. OLE color: 4198450.
HSL color Cylindrical-coordinate representation of color #321040: hue angle of 282.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321040 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 16 | 64 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.75 |
| HSL | 282.5º | 0.6% | 0.16% | - |
| HSV(B) | 282.5º | 0.75% | 0.25% | - |
| XYZ | 2.43 | 1.42 | 5 | - |
| YUV | 31.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 64 | 0.22 | 0.75 | 0 | 0.75 | 282.5 | 0.6 | 0.16 |
| Hex | 32 | 10 | 40 | 16 | 4B | 0 | 4B | 11A | 3C | 10 |
| Octal | 62 | 20 | 100 | 26 | 113 | 0 | 113 | 432 | 74 | 20 |
| Binary | 110010 | 10000 | 1000000 | 10110 | 1001011 | 0 | 1001011 | 100011010 | 111100 | 10000 |
Color Harmonies of #321040
Complementary color
Monochromatic Colors of #321040
Black with #321040
Text Example
Text Example
White with #321040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321040; }
p { color: rgb(50,16,64); }
H1.HeaderClassName
{
color: #321040;
}
.AnyTagClassName
{
color: #321040;
}
</style>
background-color css
<style>
a { background-color: #321040; }
a { background-color: rgb(50,16,64); }
div.DivClassName
{
background-color: #321040;
}
.BgClassName
{
background-color: #321040;
}
</style>
border-color css
<style>
span { border-color: #321040; }
span { border-color: rgb(50,16,64); }
td.TdClassName
{
border-color: #321040;
}
.TagClassName
{
border-color: #321040;
}
</style>