Shades of Blackcurrant #320F40
Tints of Blackcurrant #320F40
RGB
CMYK
RGB Variations
Color information
#320F40 (or 0x320F40) is known color: Blackcurrant. HEX triplet: 32, 0F and 40. RGB value is (50,15,64). Sum of RGB (Red+Green+Blue) = 50+15+64=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #320F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F40 is #CDF0BF. Grayscale: #1E1E1E. Windows color (decimal): -13496512 or 4198194. OLE color: 4198194.
HSL color Cylindrical-coordinate representation of color #320F40: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #320F40 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 15 | 64 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.75 |
| HSL | 282.86º | 0.62% | 0.15% | - |
| HSV(B) | 282.86º | 0.77% | 0.25% | - |
| XYZ | 2.41 | 1.39 | 4.99 | - |
| YUV | 31.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 64 | 0.22 | 0.77 | 0 | 0.75 | 282.86 | 0.62 | 0.15 |
| Hex | 32 | F | 40 | 16 | 4D | 0 | 4B | 11B | 3E | F |
| Octal | 62 | 17 | 100 | 26 | 115 | 0 | 113 | 433 | 76 | 17 |
| Binary | 110010 | 1111 | 1000000 | 10110 | 1001101 | 0 | 1001011 | 100011011 | 111110 | 1111 |
Color Harmonies of #320F40
Complementary color
Monochromatic Colors of #320F40
Black with #320F40
Text Example
Text Example
White with #320F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F40; }
p { color: rgb(50,15,64); }
H1.HeaderClassName
{
color: #320F40;
}
.AnyTagClassName
{
color: #320F40;
}
</style>
background-color css
<style>
a { background-color: #320F40; }
a { background-color: rgb(50,15,64); }
div.DivClassName
{
background-color: #320F40;
}
.BgClassName
{
background-color: #320F40;
}
</style>
border-color css
<style>
span { border-color: #320F40; }
span { border-color: rgb(50,15,64); }
td.TdClassName
{
border-color: #320F40;
}
.TagClassName
{
border-color: #320F40;
}
</style>