Shades of Blackcurrant #320156
Tints of Blackcurrant #320156
RGB
CMYK
RGB Variations
Color information
#320156 (or 0x320156) is known color: Blackcurrant. HEX triplet: 32, 01 and 56. RGB value is (50,1,86). Sum of RGB (Red+Green+Blue) = 50+1+86=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #320156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320156 is #CDFEA9. Grayscale: #191919. Windows color (decimal): -13500074 or 5636402. OLE color: 5636402.
HSL color Cylindrical-coordinate representation of color #320156: hue angle of 274.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320156 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 1 | 86 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.66 |
| HSL | 274.59º | 0.98% | 0.17% | - |
| HSV(B) | 274.59º | 0.99% | 0.34% | - |
| XYZ | 3.01 | 1.37 | 8.91 | - |
| YUV | 25.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 86 | 0.42 | 0.99 | 0 | 0.66 | 274.59 | 0.98 | 0.17 |
| Hex | 32 | 1 | 56 | 2A | 63 | 0 | 42 | 113 | 62 | 11 |
| Octal | 62 | 1 | 126 | 52 | 143 | 0 | 102 | 423 | 142 | 21 |
| Binary | 110010 | 1 | 1010110 | 101010 | 1100011 | 0 | 1000010 | 100010011 | 1100010 | 10001 |
Color Harmonies of #320156
Complementary color
Monochromatic Colors of #320156
Black with #320156
Text Example
Text Example
White with #320156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320156; }
p { color: rgb(50,1,86); }
H1.HeaderClassName
{
color: #320156;
}
.AnyTagClassName
{
color: #320156;
}
</style>
background-color css
<style>
a { background-color: #320156; }
a { background-color: rgb(50,1,86); }
div.DivClassName
{
background-color: #320156;
}
.BgClassName
{
background-color: #320156;
}
</style>
border-color css
<style>
span { border-color: #320156; }
span { border-color: rgb(50,1,86); }
td.TdClassName
{
border-color: #320156;
}
.TagClassName
{
border-color: #320156;
}
</style>