Shades of Blackcurrant #320151
Tints of Blackcurrant #320151
RGB
CMYK
RGB Variations
Color information
#320151 (or 0x320151) is known color: Blackcurrant. HEX triplet: 32, 01 and 51. RGB value is (50,1,81). Sum of RGB (Red+Green+Blue) = 50+1+81=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #320151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320151 is #CDFEAE. Grayscale: #181818. Windows color (decimal): -13500079 or 5308722. OLE color: 5308722.
HSL color Cylindrical-coordinate representation of color #320151: hue angle of 276.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320151 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 1 | 81 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.68 |
| HSL | 276.75º | 0.98% | 0.16% | - |
| HSV(B) | 276.75º | 0.99% | 0.32% | - |
| XYZ | 2.81 | 1.29 | 7.89 | - |
| YUV | 24.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 81 | 0.38 | 0.99 | 0 | 0.68 | 276.75 | 0.98 | 0.16 |
| Hex | 32 | 1 | 51 | 26 | 63 | 0 | 44 | 115 | 62 | 10 |
| Octal | 62 | 1 | 121 | 46 | 143 | 0 | 104 | 425 | 142 | 20 |
| Binary | 110010 | 1 | 1010001 | 100110 | 1100011 | 0 | 1000100 | 100010101 | 1100010 | 10000 |
Color Harmonies of #320151
Complementary color
Monochromatic Colors of #320151
Black with #320151
Text Example
Text Example
White with #320151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320151; }
p { color: rgb(50,1,81); }
H1.HeaderClassName
{
color: #320151;
}
.AnyTagClassName
{
color: #320151;
}
</style>
background-color css
<style>
a { background-color: #320151; }
a { background-color: rgb(50,1,81); }
div.DivClassName
{
background-color: #320151;
}
.BgClassName
{
background-color: #320151;
}
</style>
border-color css
<style>
span { border-color: #320151; }
span { border-color: rgb(50,1,81); }
td.TdClassName
{
border-color: #320151;
}
.TagClassName
{
border-color: #320151;
}
</style>