Shades of Blackcurrant #320250
Tints of Blackcurrant #320250
RGB
CMYK
RGB Variations
Color information
#320250 (or 0x320250) is known color: Blackcurrant. HEX triplet: 32, 02 and 50. RGB value is (50,2,80). Sum of RGB (Red+Green+Blue) = 50+2+80=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #320250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320250 is #CDFDAF. Grayscale: #181818. Windows color (decimal): -13499824 or 5243442. OLE color: 5243442.
HSL color Cylindrical-coordinate representation of color #320250: hue angle of 276.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320250 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 2 | 80 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.69 |
| HSL | 276.92º | 0.95% | 0.16% | - |
| HSV(B) | 276.92º | 0.98% | 0.31% | - |
| XYZ | 2.79 | 1.3 | 7.69 | - |
| YUV | 25.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 80 | 0.37 | 0.98 | 0 | 0.69 | 276.92 | 0.95 | 0.16 |
| Hex | 32 | 2 | 50 | 25 | 62 | 0 | 45 | 115 | 5F | 10 |
| Octal | 62 | 2 | 120 | 45 | 142 | 0 | 105 | 425 | 137 | 20 |
| Binary | 110010 | 10 | 1010000 | 100101 | 1100010 | 0 | 1000101 | 100010101 | 1011111 | 10000 |
Color Harmonies of #320250
Complementary color
Monochromatic Colors of #320250
Black with #320250
Text Example
Text Example
White with #320250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320250; }
p { color: rgb(50,2,80); }
H1.HeaderClassName
{
color: #320250;
}
.AnyTagClassName
{
color: #320250;
}
</style>
background-color css
<style>
a { background-color: #320250; }
a { background-color: rgb(50,2,80); }
div.DivClassName
{
background-color: #320250;
}
.BgClassName
{
background-color: #320250;
}
</style>
border-color css
<style>
span { border-color: #320250; }
span { border-color: rgb(50,2,80); }
td.TdClassName
{
border-color: #320250;
}
.TagClassName
{
border-color: #320250;
}
</style>