Shades of Blackcurrant #320147
Tints of Blackcurrant #320147
RGB
CMYK
RGB Variations
Color information
#320147 (or 0x320147) is known color: Blackcurrant. HEX triplet: 32, 01 and 47. RGB value is (50,1,71). Sum of RGB (Red+Green+Blue) = 50+1+71=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #320147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320147 is #CDFEB8. Grayscale: #171717. Windows color (decimal): -13500089 or 4653362. OLE color: 4653362.
HSL color Cylindrical-coordinate representation of color #320147: hue angle of 282º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320147 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 1 | 71 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.72 |
| HSL | 282º | 0.97% | 0.14% | - |
| HSV(B) | 282º | 0.99% | 0.28% | - |
| XYZ | 2.46 | 1.15 | 6.05 | - |
| YUV | 23.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 71 | 0.30 | 0.99 | 0 | 0.72 | 282 | 0.97 | 0.14 |
| Hex | 32 | 1 | 47 | 1E | 63 | 0 | 48 | 11A | 61 | E |
| Octal | 62 | 1 | 107 | 36 | 143 | 0 | 110 | 432 | 141 | 16 |
| Binary | 110010 | 1 | 1000111 | 11110 | 1100011 | 0 | 1001000 | 100011010 | 1100001 | 1110 |
Color Harmonies of #320147
Complementary color
Monochromatic Colors of #320147
Black with #320147
Text Example
Text Example
White with #320147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320147; }
p { color: rgb(50,1,71); }
H1.HeaderClassName
{
color: #320147;
}
.AnyTagClassName
{
color: #320147;
}
</style>
background-color css
<style>
a { background-color: #320147; }
a { background-color: rgb(50,1,71); }
div.DivClassName
{
background-color: #320147;
}
.BgClassName
{
background-color: #320147;
}
</style>
border-color css
<style>
span { border-color: #320147; }
span { border-color: rgb(50,1,71); }
td.TdClassName
{
border-color: #320147;
}
.TagClassName
{
border-color: #320147;
}
</style>