Shades of Blackcurrant #320543
Tints of Blackcurrant #320543
RGB
CMYK
RGB Variations
Color information
#320543 (or 0x320543) is known color: Blackcurrant. HEX triplet: 32, 05 and 43. RGB value is (50,5,67). Sum of RGB (Red+Green+Blue) = 50+5+67=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #320543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320543 is #CDFABC. Grayscale: #191919. Windows color (decimal): -13499069 or 4392242. OLE color: 4392242.
HSL color Cylindrical-coordinate representation of color #320543: hue angle of 283.55º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320543 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 5 | 67 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.74 |
| HSL | 283.55º | 0.86% | 0.14% | - |
| HSV(B) | 283.55º | 0.93% | 0.26% | - |
| XYZ | 2.38 | 1.19 | 5.41 | - |
| YUV | 25.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 67 | 0.25 | 0.93 | 0 | 0.74 | 283.55 | 0.86 | 0.14 |
| Hex | 32 | 5 | 43 | 19 | 5D | 0 | 4A | 11C | 56 | E |
| Octal | 62 | 5 | 103 | 31 | 135 | 0 | 112 | 434 | 126 | 16 |
| Binary | 110010 | 101 | 1000011 | 11001 | 1011101 | 0 | 1001010 | 100011100 | 1010110 | 1110 |
Color Harmonies of #320543
Complementary color
Monochromatic Colors of #320543
Black with #320543
Text Example
Text Example
White with #320543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320543; }
p { color: rgb(50,5,67); }
H1.HeaderClassName
{
color: #320543;
}
.AnyTagClassName
{
color: #320543;
}
</style>
background-color css
<style>
a { background-color: #320543; }
a { background-color: rgb(50,5,67); }
div.DivClassName
{
background-color: #320543;
}
.BgClassName
{
background-color: #320543;
}
</style>
border-color css
<style>
span { border-color: #320543; }
span { border-color: rgb(50,5,67); }
td.TdClassName
{
border-color: #320543;
}
.TagClassName
{
border-color: #320543;
}
</style>