Shades of Blackcurrant #320643
Tints of Blackcurrant #320643
RGB
CMYK
RGB Variations
Color information
#320643 (or 0x320643) is known color: Blackcurrant. HEX triplet: 32, 06 and 43. RGB value is (50,6,67). Sum of RGB (Red+Green+Blue) = 50+6+67=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #320643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320643 is #CDF9BC. Grayscale: #191919. Windows color (decimal): -13498813 or 4392498. OLE color: 4392498.
HSL color Cylindrical-coordinate representation of color #320643: hue angle of 283.28º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320643 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 6 | 67 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.74 |
| HSL | 283.28º | 0.84% | 0.14% | - |
| HSV(B) | 283.28º | 0.91% | 0.26% | - |
| XYZ | 2.39 | 1.21 | 5.42 | - |
| YUV | 26.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 67 | 0.25 | 0.91 | 0 | 0.74 | 283.28 | 0.84 | 0.14 |
| Hex | 32 | 6 | 43 | 19 | 5B | 0 | 4A | 11B | 54 | E |
| Octal | 62 | 6 | 103 | 31 | 133 | 0 | 112 | 433 | 124 | 16 |
| Binary | 110010 | 110 | 1000011 | 11001 | 1011011 | 0 | 1001010 | 100011011 | 1010100 | 1110 |
Color Harmonies of #320643
Complementary color
Monochromatic Colors of #320643
Black with #320643
Text Example
Text Example
White with #320643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320643; }
p { color: rgb(50,6,67); }
H1.HeaderClassName
{
color: #320643;
}
.AnyTagClassName
{
color: #320643;
}
</style>
background-color css
<style>
a { background-color: #320643; }
a { background-color: rgb(50,6,67); }
div.DivClassName
{
background-color: #320643;
}
.BgClassName
{
background-color: #320643;
}
</style>
border-color css
<style>
span { border-color: #320643; }
span { border-color: rgb(50,6,67); }
td.TdClassName
{
border-color: #320643;
}
.TagClassName
{
border-color: #320643;
}
</style>