Shades of Blackcurrant #320538
Tints of Blackcurrant #320538
RGB
CMYK
RGB Variations
Color information
#320538 (or 0x320538) is known color: Blackcurrant. HEX triplet: 32, 05 and 38. RGB value is (50,5,56). Sum of RGB (Red+Green+Blue) = 50+5+56=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #320538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320538 is #CDFAC7. Grayscale: #181818. Windows color (decimal): -13499080 or 3671346. OLE color: 3671346.
HSL color Cylindrical-coordinate representation of color #320538: hue angle of 292.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320538 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 5 | 56 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.78 |
| HSL | 292.94º | 0.84% | 0.12% | - |
| HSV(B) | 292.94º | 0.91% | 0.22% | - |
| XYZ | 2.08 | 1.07 | 3.84 | - |
| YUV | 24.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 56 | 0.11 | 0.91 | 0 | 0.78 | 292.94 | 0.84 | 0.12 |
| Hex | 32 | 5 | 38 | B | 5B | 0 | 4E | 125 | 54 | C |
| Octal | 62 | 5 | 70 | 13 | 133 | 0 | 116 | 445 | 124 | 14 |
| Binary | 110010 | 101 | 111000 | 1011 | 1011011 | 0 | 1001110 | 100100101 | 1010100 | 1100 |
Color Harmonies of #320538
Complementary color
Monochromatic Colors of #320538
Black with #320538
Text Example
Text Example
White with #320538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320538; }
p { color: rgb(50,5,56); }
H1.HeaderClassName
{
color: #320538;
}
.AnyTagClassName
{
color: #320538;
}
</style>
background-color css
<style>
a { background-color: #320538; }
a { background-color: rgb(50,5,56); }
div.DivClassName
{
background-color: #320538;
}
.BgClassName
{
background-color: #320538;
}
</style>
border-color css
<style>
span { border-color: #320538; }
span { border-color: rgb(50,5,56); }
td.TdClassName
{
border-color: #320538;
}
.TagClassName
{
border-color: #320538;
}
</style>