Shades of Blackcurrant #321847
Tints of Blackcurrant #321847
RGB
CMYK
RGB Variations
Color information
#321847 (or 0x321847) is known color: Blackcurrant. HEX triplet: 32, 18 and 47. RGB value is (50,24,71). Sum of RGB (Red+Green+Blue) = 50+24+71=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #321847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321847 is #CDE7B8. Grayscale: #242424. Windows color (decimal): -13494201 or 4659250. OLE color: 4659250.
HSL color Cylindrical-coordinate representation of color #321847: hue angle of 273.19º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321847 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 24 | 71 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.72 |
| HSL | 273.19º | 0.49% | 0.19% | - |
| HSV(B) | 273.19º | 0.66% | 0.28% | - |
| XYZ | 2.78 | 1.79 | 6.16 | - |
| YUV | 37.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 71 | 0.30 | 0.66 | 0 | 0.72 | 273.19 | 0.49 | 0.19 |
| Hex | 32 | 18 | 47 | 1E | 42 | 0 | 48 | 111 | 31 | 13 |
| Octal | 62 | 30 | 107 | 36 | 102 | 0 | 110 | 421 | 61 | 23 |
| Binary | 110010 | 11000 | 1000111 | 11110 | 1000010 | 0 | 1001000 | 100010001 | 110001 | 10011 |
Color Harmonies of #321847
Complementary color
Monochromatic Colors of #321847
Black with #321847
Text Example
Text Example
White with #321847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321847; }
p { color: rgb(50,24,71); }
H1.HeaderClassName
{
color: #321847;
}
.AnyTagClassName
{
color: #321847;
}
</style>
background-color css
<style>
a { background-color: #321847; }
a { background-color: rgb(50,24,71); }
div.DivClassName
{
background-color: #321847;
}
.BgClassName
{
background-color: #321847;
}
</style>
border-color css
<style>
span { border-color: #321847; }
span { border-color: rgb(50,24,71); }
td.TdClassName
{
border-color: #321847;
}
.TagClassName
{
border-color: #321847;
}
</style>