Shades of Blackcurrant #320F41
Tints of Blackcurrant #320F41
RGB
CMYK
RGB Variations
Color information
#320F41 (or 0x320F41) is known color: Blackcurrant. HEX triplet: 32, 0F and 41. RGB value is (50,15,65). Sum of RGB (Red+Green+Blue) = 50+15+65=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #320F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F41 is #CDF0BE. Grayscale: #1F1F1F. Windows color (decimal): -13496511 or 4263730. OLE color: 4263730.
HSL color Cylindrical-coordinate representation of color #320F41: hue angle of 282º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #320F41 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 15 | 65 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.75 |
| HSL | 282º | 0.63% | 0.16% | - |
| HSV(B) | 282º | 0.77% | 0.25% | - |
| XYZ | 2.44 | 1.4 | 5.14 | - |
| YUV | 31.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 65 | 0.23 | 0.77 | 0 | 0.75 | 282 | 0.63 | 0.16 |
| Hex | 32 | F | 41 | 17 | 4D | 0 | 4B | 11A | 3E | 10 |
| Octal | 62 | 17 | 101 | 27 | 115 | 0 | 113 | 432 | 76 | 20 |
| Binary | 110010 | 1111 | 1000001 | 10111 | 1001101 | 0 | 1001011 | 100011010 | 111110 | 10000 |
Color Harmonies of #320F41
Complementary color
Monochromatic Colors of #320F41
Black with #320F41
Text Example
Text Example
White with #320F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F41; }
p { color: rgb(50,15,65); }
H1.HeaderClassName
{
color: #320F41;
}
.AnyTagClassName
{
color: #320F41;
}
</style>
background-color css
<style>
a { background-color: #320F41; }
a { background-color: rgb(50,15,65); }
div.DivClassName
{
background-color: #320F41;
}
.BgClassName
{
background-color: #320F41;
}
</style>
border-color css
<style>
span { border-color: #320F41; }
span { border-color: rgb(50,15,65); }
td.TdClassName
{
border-color: #320F41;
}
.TagClassName
{
border-color: #320F41;
}
</style>