Shades of Blackcurrant #320041
Tints of Blackcurrant #320041
RGB
CMYK
RGB Variations
Color information
#320041 (or 0x320041) is known color: Blackcurrant. HEX triplet: 32, 00 and 41. RGB value is (50,0,65). Sum of RGB (Red+Green+Blue) = 50+0+65=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #320041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320041 is #CDFFBE. Grayscale: #161616. Windows color (decimal): -13500351 or 4259890. OLE color: 4259890.
HSL color Cylindrical-coordinate representation of color #320041: hue angle of 286.15º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320041 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 0 | 65 | - |
| CMYK | 0.23 | 1 | 0 | 0.75 |
| HSL | 286.15º | 1% | 0.13% | - |
| HSV(B) | 286.15º | 1% | 0.25% | - |
| XYZ | 2.27 | 1.06 | 5.09 | - |
| YUV | 22.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 65 | 0.23 | 1 | 0 | 0.75 | 286.15 | 1 | 0.13 |
| Hex | 32 | 0 | 41 | 17 | 64 | 0 | 4B | 11E | 64 | D |
| Octal | 62 | 0 | 101 | 27 | 144 | 0 | 113 | 436 | 144 | 15 |
| Binary | 110010 | 0 | 1000001 | 10111 | 1100100 | 0 | 1001011 | 100011110 | 1100100 | 1101 |
Color Harmonies of #320041
Complementary color
Monochromatic Colors of #320041
Black with #320041
Text Example
Text Example
White with #320041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320041; }
p { color: rgb(50,0,65); }
H1.HeaderClassName
{
color: #320041;
}
.AnyTagClassName
{
color: #320041;
}
</style>
background-color css
<style>
a { background-color: #320041; }
a { background-color: rgb(50,0,65); }
div.DivClassName
{
background-color: #320041;
}
.BgClassName
{
background-color: #320041;
}
</style>
border-color css
<style>
span { border-color: #320041; }
span { border-color: rgb(50,0,65); }
td.TdClassName
{
border-color: #320041;
}
.TagClassName
{
border-color: #320041;
}
</style>