Shades of Blackcurrant #320356
Tints of Blackcurrant #320356
RGB
CMYK
RGB Variations
Color information
#320356 (or 0x320356) is known color: Blackcurrant. HEX triplet: 32, 03 and 56. RGB value is (50,3,86). Sum of RGB (Red+Green+Blue) = 50+3+86=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #320356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320356 is #CDFCA9. Grayscale: #1A1A1A. Windows color (decimal): -13499562 or 5636914. OLE color: 5636914.
HSL color Cylindrical-coordinate representation of color #320356: hue angle of 273.98º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320356 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 3 | 86 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.66 |
| HSL | 273.98º | 0.93% | 0.17% | - |
| HSV(B) | 273.98º | 0.97% | 0.34% | - |
| XYZ | 3.03 | 1.42 | 8.92 | - |
| YUV | 26.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 86 | 0.42 | 0.97 | 0 | 0.66 | 273.98 | 0.93 | 0.17 |
| Hex | 32 | 3 | 56 | 2A | 61 | 0 | 42 | 112 | 5D | 11 |
| Octal | 62 | 3 | 126 | 52 | 141 | 0 | 102 | 422 | 135 | 21 |
| Binary | 110010 | 11 | 1010110 | 101010 | 1100001 | 0 | 1000010 | 100010010 | 1011101 | 10001 |
Color Harmonies of #320356
Complementary color
Monochromatic Colors of #320356
Black with #320356
Text Example
Text Example
White with #320356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320356; }
p { color: rgb(50,3,86); }
H1.HeaderClassName
{
color: #320356;
}
.AnyTagClassName
{
color: #320356;
}
</style>
background-color css
<style>
a { background-color: #320356; }
a { background-color: rgb(50,3,86); }
div.DivClassName
{
background-color: #320356;
}
.BgClassName
{
background-color: #320356;
}
</style>
border-color css
<style>
span { border-color: #320356; }
span { border-color: rgb(50,3,86); }
td.TdClassName
{
border-color: #320356;
}
.TagClassName
{
border-color: #320356;
}
</style>