Shades of Blackcurrant #320545
Tints of Blackcurrant #320545
RGB
CMYK
RGB Variations
Color information
#320545 (or 0x320545) is known color: Blackcurrant. HEX triplet: 32, 05 and 45. RGB value is (50,5,69). Sum of RGB (Red+Green+Blue) = 50+5+69=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #320545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320545 is #CDFABA. Grayscale: #191919. Windows color (decimal): -13499067 or 4523314. OLE color: 4523314.
HSL color Cylindrical-coordinate representation of color #320545: hue angle of 282.19º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320545 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 5 | 69 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.73 |
| HSL | 282.19º | 0.86% | 0.15% | - |
| HSV(B) | 282.19º | 0.93% | 0.27% | - |
| XYZ | 2.44 | 1.22 | 5.74 | - |
| YUV | 25.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 69 | 0.28 | 0.93 | 0 | 0.73 | 282.19 | 0.86 | 0.15 |
| Hex | 32 | 5 | 45 | 1C | 5D | 0 | 49 | 11A | 56 | F |
| Octal | 62 | 5 | 105 | 34 | 135 | 0 | 111 | 432 | 126 | 17 |
| Binary | 110010 | 101 | 1000101 | 11100 | 1011101 | 0 | 1001001 | 100011010 | 1010110 | 1111 |
Color Harmonies of #320545
Complementary color
Monochromatic Colors of #320545
Black with #320545
Text Example
Text Example
White with #320545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320545; }
p { color: rgb(50,5,69); }
H1.HeaderClassName
{
color: #320545;
}
.AnyTagClassName
{
color: #320545;
}
</style>
background-color css
<style>
a { background-color: #320545; }
a { background-color: rgb(50,5,69); }
div.DivClassName
{
background-color: #320545;
}
.BgClassName
{
background-color: #320545;
}
</style>
border-color css
<style>
span { border-color: #320545; }
span { border-color: rgb(50,5,69); }
td.TdClassName
{
border-color: #320545;
}
.TagClassName
{
border-color: #320545;
}
</style>