Shades of Blackcurrant #321844
Tints of Blackcurrant #321844
RGB
CMYK
RGB Variations
Color information
#321844 (or 0x321844) is known color: Blackcurrant. HEX triplet: 32, 18 and 44. RGB value is (50,24,68). Sum of RGB (Red+Green+Blue) = 50+24+68=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #321844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321844 is #CDE7BB. Grayscale: #242424. Windows color (decimal): -13494204 or 4462642. OLE color: 4462642.
HSL color Cylindrical-coordinate representation of color #321844: hue angle of 275.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321844 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 24 | 68 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.73 |
| HSL | 275.45º | 0.48% | 0.18% | - |
| HSV(B) | 275.45º | 0.65% | 0.27% | - |
| XYZ | 2.69 | 1.75 | 5.66 | - |
| YUV | 36.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 68 | 0.26 | 0.65 | 0 | 0.73 | 275.45 | 0.48 | 0.18 |
| Hex | 32 | 18 | 44 | 1A | 41 | 0 | 49 | 113 | 30 | 12 |
| Octal | 62 | 30 | 104 | 32 | 101 | 0 | 111 | 423 | 60 | 22 |
| Binary | 110010 | 11000 | 1000100 | 11010 | 1000001 | 0 | 1001001 | 100010011 | 110000 | 10010 |
Color Harmonies of #321844
Complementary color
Monochromatic Colors of #321844
Black with #321844
Text Example
Text Example
White with #321844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321844; }
p { color: rgb(50,24,68); }
H1.HeaderClassName
{
color: #321844;
}
.AnyTagClassName
{
color: #321844;
}
</style>
background-color css
<style>
a { background-color: #321844; }
a { background-color: rgb(50,24,68); }
div.DivClassName
{
background-color: #321844;
}
.BgClassName
{
background-color: #321844;
}
</style>
border-color css
<style>
span { border-color: #321844; }
span { border-color: rgb(50,24,68); }
td.TdClassName
{
border-color: #321844;
}
.TagClassName
{
border-color: #321844;
}
</style>