Shades of Blackcurrant #321846
Tints of Blackcurrant #321846
RGB
CMYK
RGB Variations
Color information
#321846 (or 0x321846) is known color: Blackcurrant. HEX triplet: 32, 18 and 46. RGB value is (50,24,70). Sum of RGB (Red+Green+Blue) = 50+24+70=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #321846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321846 is #CDE7B9. Grayscale: #242424. Windows color (decimal): -13494202 or 4593714. OLE color: 4593714.
HSL color Cylindrical-coordinate representation of color #321846: hue angle of 273.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321846 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 24 | 70 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.73 |
| HSL | 273.91º | 0.49% | 0.18% | - |
| HSV(B) | 273.91º | 0.66% | 0.27% | - |
| XYZ | 2.75 | 1.77 | 5.99 | - |
| YUV | 37.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 70 | 0.29 | 0.66 | 0 | 0.73 | 273.91 | 0.49 | 0.18 |
| Hex | 32 | 18 | 46 | 1D | 42 | 0 | 49 | 112 | 31 | 12 |
| Octal | 62 | 30 | 106 | 35 | 102 | 0 | 111 | 422 | 61 | 22 |
| Binary | 110010 | 11000 | 1000110 | 11101 | 1000010 | 0 | 1001001 | 100010010 | 110001 | 10010 |
Color Harmonies of #321846
Complementary color
Monochromatic Colors of #321846
Black with #321846
Text Example
Text Example
White with #321846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321846; }
p { color: rgb(50,24,70); }
H1.HeaderClassName
{
color: #321846;
}
.AnyTagClassName
{
color: #321846;
}
</style>
background-color css
<style>
a { background-color: #321846; }
a { background-color: rgb(50,24,70); }
div.DivClassName
{
background-color: #321846;
}
.BgClassName
{
background-color: #321846;
}
</style>
border-color css
<style>
span { border-color: #321846; }
span { border-color: rgb(50,24,70); }
td.TdClassName
{
border-color: #321846;
}
.TagClassName
{
border-color: #321846;
}
</style>