Shades of Blackcurrant #320046
Tints of Blackcurrant #320046
RGB
CMYK
RGB Variations
Color information
#320046 (or 0x320046) is known color: Blackcurrant. HEX triplet: 32, 00 and 46. RGB value is (50,0,70). Sum of RGB (Red+Green+Blue) = 50+0+70=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #320046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320046 is #CDFFB9. Grayscale: #161616. Windows color (decimal): -13500346 or 4587570. OLE color: 4587570.
HSL color Cylindrical-coordinate representation of color #320046: hue angle of 282.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320046 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 0 | 70 | - |
| CMYK | 0.29 | 1 | 0 | 0.73 |
| HSL | 282.86º | 1% | 0.14% | - |
| HSV(B) | 282.86º | 1% | 0.27% | - |
| XYZ | 2.42 | 1.12 | 5.88 | - |
| YUV | 22.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 70 | 0.29 | 1 | 0 | 0.73 | 282.86 | 1 | 0.14 |
| Hex | 32 | 0 | 46 | 1D | 64 | 0 | 49 | 11B | 64 | E |
| Octal | 62 | 0 | 106 | 35 | 144 | 0 | 111 | 433 | 144 | 16 |
| Binary | 110010 | 0 | 1000110 | 11101 | 1100100 | 0 | 1001001 | 100011011 | 1100100 | 1110 |
Color Harmonies of #320046
Complementary color
Monochromatic Colors of #320046
Black with #320046
Text Example
Text Example
White with #320046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320046; }
p { color: rgb(50,0,70); }
H1.HeaderClassName
{
color: #320046;
}
.AnyTagClassName
{
color: #320046;
}
</style>
background-color css
<style>
a { background-color: #320046; }
a { background-color: rgb(50,0,70); }
div.DivClassName
{
background-color: #320046;
}
.BgClassName
{
background-color: #320046;
}
</style>
border-color css
<style>
span { border-color: #320046; }
span { border-color: rgb(50,0,70); }
td.TdClassName
{
border-color: #320046;
}
.TagClassName
{
border-color: #320046;
}
</style>