Shades of Blackcurrant #320746
Tints of Blackcurrant #320746
RGB
CMYK
RGB Variations
Color information
#320746 (or 0x320746) is known color: Blackcurrant. HEX triplet: 32, 07 and 46. RGB value is (50,7,70). Sum of RGB (Red+Green+Blue) = 50+7+70=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #320746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320746 is #CDF8B9. Grayscale: #1A1A1A. Windows color (decimal): -13498554 or 4589362. OLE color: 4589362.
HSL color Cylindrical-coordinate representation of color #320746: hue angle of 280.95º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320746 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 7 | 70 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.73 |
| HSL | 280.95º | 0.82% | 0.15% | - |
| HSV(B) | 280.95º | 0.9% | 0.27% | - |
| XYZ | 2.5 | 1.27 | 5.91 | - |
| YUV | 27.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 70 | 0.29 | 0.90 | 0 | 0.73 | 280.95 | 0.82 | 0.15 |
| Hex | 32 | 7 | 46 | 1D | 5A | 0 | 49 | 119 | 52 | F |
| Octal | 62 | 7 | 106 | 35 | 132 | 0 | 111 | 431 | 122 | 17 |
| Binary | 110010 | 111 | 1000110 | 11101 | 1011010 | 0 | 1001001 | 100011001 | 1010010 | 1111 |
Color Harmonies of #320746
Complementary color
Monochromatic Colors of #320746
Black with #320746
Text Example
Text Example
White with #320746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320746; }
p { color: rgb(50,7,70); }
H1.HeaderClassName
{
color: #320746;
}
.AnyTagClassName
{
color: #320746;
}
</style>
background-color css
<style>
a { background-color: #320746; }
a { background-color: rgb(50,7,70); }
div.DivClassName
{
background-color: #320746;
}
.BgClassName
{
background-color: #320746;
}
</style>
border-color css
<style>
span { border-color: #320746; }
span { border-color: rgb(50,7,70); }
td.TdClassName
{
border-color: #320746;
}
.TagClassName
{
border-color: #320746;
}
</style>