Shades of Blackcurrant #320141
Tints of Blackcurrant #320141
RGB
CMYK
RGB Variations
Color information
#320141 (or 0x320141) is known color: Blackcurrant. HEX triplet: 32, 01 and 41. RGB value is (50,1,65). Sum of RGB (Red+Green+Blue) = 50+1+65=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #320141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320141 is #CDFEBE. Grayscale: #161616. Windows color (decimal): -13500095 or 4260146. OLE color: 4260146.
HSL color Cylindrical-coordinate representation of color #320141: hue angle of 285.94º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320141 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 1 | 65 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.75 |
| HSL | 285.94º | 0.97% | 0.13% | - |
| HSV(B) | 285.94º | 0.98% | 0.25% | - |
| XYZ | 2.28 | 1.08 | 5.09 | - |
| YUV | 22.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 65 | 0.23 | 0.98 | 0 | 0.75 | 285.94 | 0.97 | 0.13 |
| Hex | 32 | 1 | 41 | 17 | 62 | 0 | 4B | 11E | 61 | D |
| Octal | 62 | 1 | 101 | 27 | 142 | 0 | 113 | 436 | 141 | 15 |
| Binary | 110010 | 1 | 1000001 | 10111 | 1100010 | 0 | 1001011 | 100011110 | 1100001 | 1101 |
Color Harmonies of #320141
Complementary color
Monochromatic Colors of #320141
Black with #320141
Text Example
Text Example
White with #320141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320141; }
p { color: rgb(50,1,65); }
H1.HeaderClassName
{
color: #320141;
}
.AnyTagClassName
{
color: #320141;
}
</style>
background-color css
<style>
a { background-color: #320141; }
a { background-color: rgb(50,1,65); }
div.DivClassName
{
background-color: #320141;
}
.BgClassName
{
background-color: #320141;
}
</style>
border-color css
<style>
span { border-color: #320141; }
span { border-color: rgb(50,1,65); }
td.TdClassName
{
border-color: #320141;
}
.TagClassName
{
border-color: #320141;
}
</style>