Shades of Blackcurrant #320241
Tints of Blackcurrant #320241
RGB
CMYK
RGB Variations
Color information
#320241 (or 0x320241) is known color: Blackcurrant. HEX triplet: 32, 02 and 41. RGB value is (50,2,65). Sum of RGB (Red+Green+Blue) = 50+2+65=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #320241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320241 is #CDFDBE. Grayscale: #171717. Windows color (decimal): -13499839 or 4260402. OLE color: 4260402.
HSL color Cylindrical-coordinate representation of color #320241: hue angle of 285.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320241 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 2 | 65 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.75 |
| HSL | 285.71º | 0.94% | 0.13% | - |
| HSV(B) | 285.71º | 0.97% | 0.25% | - |
| XYZ | 2.29 | 1.1 | 5.09 | - |
| YUV | 23.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 65 | 0.23 | 0.97 | 0 | 0.75 | 285.71 | 0.94 | 0.13 |
| Hex | 32 | 2 | 41 | 17 | 61 | 0 | 4B | 11E | 5E | D |
| Octal | 62 | 2 | 101 | 27 | 141 | 0 | 113 | 436 | 136 | 15 |
| Binary | 110010 | 10 | 1000001 | 10111 | 1100001 | 0 | 1001011 | 100011110 | 1011110 | 1101 |
Color Harmonies of #320241
Complementary color
Monochromatic Colors of #320241
Black with #320241
Text Example
Text Example
White with #320241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320241; }
p { color: rgb(50,2,65); }
H1.HeaderClassName
{
color: #320241;
}
.AnyTagClassName
{
color: #320241;
}
</style>
background-color css
<style>
a { background-color: #320241; }
a { background-color: rgb(50,2,65); }
div.DivClassName
{
background-color: #320241;
}
.BgClassName
{
background-color: #320241;
}
</style>
border-color css
<style>
span { border-color: #320241; }
span { border-color: rgb(50,2,65); }
td.TdClassName
{
border-color: #320241;
}
.TagClassName
{
border-color: #320241;
}
</style>