Shades of Blackcurrant #320051
Tints of Blackcurrant #320051
RGB
CMYK
RGB Variations
Color information
#320051 (or 0x320051) is known color: Blackcurrant. HEX triplet: 32, 00 and 51. RGB value is (50,0,81). Sum of RGB (Red+Green+Blue) = 50+0+81=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #320051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320051 is #CDFFAE. Grayscale: #171717. Windows color (decimal): -13500335 or 5308466. OLE color: 5308466.
HSL color Cylindrical-coordinate representation of color #320051: hue angle of 277.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320051 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 0 | 81 | - |
| CMYK | 0.38 | 1 | 0 | 0.68 |
| HSL | 277.04º | 1% | 0.16% | - |
| HSV(B) | 277.04º | 1% | 0.32% | - |
| XYZ | 2.8 | 1.27 | 7.88 | - |
| YUV | 24.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 81 | 0.38 | 1 | 0 | 0.68 | 277.04 | 1 | 0.16 |
| Hex | 32 | 0 | 51 | 26 | 64 | 0 | 44 | 115 | 64 | 10 |
| Octal | 62 | 0 | 121 | 46 | 144 | 0 | 104 | 425 | 144 | 20 |
| Binary | 110010 | 0 | 1010001 | 100110 | 1100100 | 0 | 1000100 | 100010101 | 1100100 | 10000 |
Color Harmonies of #320051
Complementary color
Monochromatic Colors of #320051
Black with #320051
Text Example
Text Example
White with #320051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320051; }
p { color: rgb(50,0,81); }
H1.HeaderClassName
{
color: #320051;
}
.AnyTagClassName
{
color: #320051;
}
</style>
background-color css
<style>
a { background-color: #320051; }
a { background-color: rgb(50,0,81); }
div.DivClassName
{
background-color: #320051;
}
.BgClassName
{
background-color: #320051;
}
</style>
border-color css
<style>
span { border-color: #320051; }
span { border-color: rgb(50,0,81); }
td.TdClassName
{
border-color: #320051;
}
.TagClassName
{
border-color: #320051;
}
</style>