Shades of Blackcurrant #321840
Tints of Blackcurrant #321840
RGB
CMYK
RGB Variations
Color information
#321840 (or 0x321840) is known color: Blackcurrant. HEX triplet: 32, 18 and 40. RGB value is (50,24,64). Sum of RGB (Red+Green+Blue) = 50+24+64=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #321840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321840 is #CDE7BF. Grayscale: #242424. Windows color (decimal): -13494208 or 4200498. OLE color: 4200498.
HSL color Cylindrical-coordinate representation of color #321840: hue angle of 279º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321840 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 24 | 64 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.75 |
| HSL | 279º | 0.45% | 0.17% | - |
| HSV(B) | 279º | 0.63% | 0.25% | - |
| XYZ | 2.57 | 1.7 | 5.04 | - |
| YUV | 36.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 64 | 0.22 | 0.62 | 0 | 0.75 | 279 | 0.45 | 0.17 |
| Hex | 32 | 18 | 40 | 16 | 3E | 0 | 4B | 117 | 2D | 11 |
| Octal | 62 | 30 | 100 | 26 | 76 | 0 | 113 | 427 | 55 | 21 |
| Binary | 110010 | 11000 | 1000000 | 10110 | 111110 | 0 | 1001011 | 100010111 | 101101 | 10001 |
Color Harmonies of #321840
Complementary color
Monochromatic Colors of #321840
Black with #321840
Text Example
Text Example
White with #321840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321840; }
p { color: rgb(50,24,64); }
H1.HeaderClassName
{
color: #321840;
}
.AnyTagClassName
{
color: #321840;
}
</style>
background-color css
<style>
a { background-color: #321840; }
a { background-color: rgb(50,24,64); }
div.DivClassName
{
background-color: #321840;
}
.BgClassName
{
background-color: #321840;
}
</style>
border-color css
<style>
span { border-color: #321840; }
span { border-color: rgb(50,24,64); }
td.TdClassName
{
border-color: #321840;
}
.TagClassName
{
border-color: #321840;
}
</style>