Shades of Blackcurrant #321C46
Tints of Blackcurrant #321C46
RGB
CMYK
RGB Variations
Color information
#321C46 (or 0x321C46) is known color: Blackcurrant. HEX triplet: 32, 1C and 46. RGB value is (50,28,70). Sum of RGB (Red+Green+Blue) = 50+28+70=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #321C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C46 is #CDE3B9. Grayscale: #272727. Windows color (decimal): -13493178 or 4594738. OLE color: 4594738.
HSL color Cylindrical-coordinate representation of color #321C46: hue angle of 271.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321C46 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 28 | 70 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.73 |
| HSL | 271.43º | 0.43% | 0.19% | - |
| HSV(B) | 271.43º | 0.6% | 0.27% | - |
| XYZ | 2.84 | 1.95 | 6.02 | - |
| YUV | 39.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 70 | 0.29 | 0.60 | 0 | 0.73 | 271.43 | 0.43 | 0.19 |
| Hex | 32 | 1C | 46 | 1D | 3C | 0 | 49 | 10F | 2B | 13 |
| Octal | 62 | 34 | 106 | 35 | 74 | 0 | 111 | 417 | 53 | 23 |
| Binary | 110010 | 11100 | 1000110 | 11101 | 111100 | 0 | 1001001 | 100001111 | 101011 | 10011 |
Color Harmonies of #321C46
Complementary color
Monochromatic Colors of #321C46
Black with #321C46
Text Example
Text Example
White with #321C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C46; }
p { color: rgb(50,28,70); }
H1.HeaderClassName
{
color: #321C46;
}
.AnyTagClassName
{
color: #321C46;
}
</style>
background-color css
<style>
a { background-color: #321C46; }
a { background-color: rgb(50,28,70); }
div.DivClassName
{
background-color: #321C46;
}
.BgClassName
{
background-color: #321C46;
}
</style>
border-color css
<style>
span { border-color: #321C46; }
span { border-color: rgb(50,28,70); }
td.TdClassName
{
border-color: #321C46;
}
.TagClassName
{
border-color: #321C46;
}
</style>