Shades of Blackcurrant #320748
Tints of Blackcurrant #320748
RGB
CMYK
RGB Variations
Color information
#320748 (or 0x320748) is known color: Blackcurrant. HEX triplet: 32, 07 and 48. RGB value is (50,7,72). Sum of RGB (Red+Green+Blue) = 50+7+72=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #320748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320748 is #CDF8B7. Grayscale: #1B1B1B. Windows color (decimal): -13498552 or 4720434. OLE color: 4720434.
HSL color Cylindrical-coordinate representation of color #320748: hue angle of 279.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320748 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 7 | 72 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.72 |
| HSL | 279.69º | 0.82% | 0.15% | - |
| HSV(B) | 279.69º | 0.9% | 0.28% | - |
| XYZ | 2.56 | 1.3 | 6.25 | - |
| YUV | 27.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 72 | 0.31 | 0.90 | 0 | 0.72 | 279.69 | 0.82 | 0.15 |
| Hex | 32 | 7 | 48 | 1F | 5A | 0 | 48 | 118 | 52 | F |
| Octal | 62 | 7 | 110 | 37 | 132 | 0 | 110 | 430 | 122 | 17 |
| Binary | 110010 | 111 | 1001000 | 11111 | 1011010 | 0 | 1001000 | 100011000 | 1010010 | 1111 |
Color Harmonies of #320748
Complementary color
Monochromatic Colors of #320748
Black with #320748
Text Example
Text Example
White with #320748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320748; }
p { color: rgb(50,7,72); }
H1.HeaderClassName
{
color: #320748;
}
.AnyTagClassName
{
color: #320748;
}
</style>
background-color css
<style>
a { background-color: #320748; }
a { background-color: rgb(50,7,72); }
div.DivClassName
{
background-color: #320748;
}
.BgClassName
{
background-color: #320748;
}
</style>
border-color css
<style>
span { border-color: #320748; }
span { border-color: rgb(50,7,72); }
td.TdClassName
{
border-color: #320748;
}
.TagClassName
{
border-color: #320748;
}
</style>