Shades of Blackcurrant #321440
Tints of Blackcurrant #321440
RGB
CMYK
RGB Variations
Color information
#321440 (or 0x321440) is known color: Blackcurrant. HEX triplet: 32, 14 and 40. RGB value is (50,20,64). Sum of RGB (Red+Green+Blue) = 50+20+64=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #321440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321440 is #CDEBBF. Grayscale: #212121. Windows color (decimal): -13495232 or 4199474. OLE color: 4199474.
HSL color Cylindrical-coordinate representation of color #321440: hue angle of 280.91º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #321440 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 20 | 64 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.75 |
| HSL | 280.91º | 0.52% | 0.16% | - |
| HSV(B) | 280.91º | 0.69% | 0.25% | - |
| XYZ | 2.49 | 1.55 | 5.02 | - |
| YUV | 33.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 64 | 0.22 | 0.69 | 0 | 0.75 | 280.91 | 0.52 | 0.16 |
| Hex | 32 | 14 | 40 | 16 | 45 | 0 | 4B | 119 | 34 | 10 |
| Octal | 62 | 24 | 100 | 26 | 105 | 0 | 113 | 431 | 64 | 20 |
| Binary | 110010 | 10100 | 1000000 | 10110 | 1000101 | 0 | 1001011 | 100011001 | 110100 | 10000 |
Color Harmonies of #321440
Complementary color
Monochromatic Colors of #321440
Black with #321440
Text Example
Text Example
White with #321440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321440; }
p { color: rgb(50,20,64); }
H1.HeaderClassName
{
color: #321440;
}
.AnyTagClassName
{
color: #321440;
}
</style>
background-color css
<style>
a { background-color: #321440; }
a { background-color: rgb(50,20,64); }
div.DivClassName
{
background-color: #321440;
}
.BgClassName
{
background-color: #321440;
}
</style>
border-color css
<style>
span { border-color: #321440; }
span { border-color: rgb(50,20,64); }
td.TdClassName
{
border-color: #321440;
}
.TagClassName
{
border-color: #321440;
}
</style>