Shades of Blackcurrant #320F51
Tints of Blackcurrant #320F51
RGB
CMYK
RGB Variations
Color information
#320F51 (or 0x320F51) is known color: Blackcurrant. HEX triplet: 32, 0F and 51. RGB value is (50,15,81). Sum of RGB (Red+Green+Blue) = 50+15+81=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #320F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F51 is #CDF0AE. Grayscale: #202020. Windows color (decimal): -13496495 or 5312306. OLE color: 5312306.
HSL color Cylindrical-coordinate representation of color #320F51: hue angle of 271.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #320F51 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 15 | 81 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.68 |
| HSL | 271.82º | 0.69% | 0.19% | - |
| HSV(B) | 271.82º | 0.81% | 0.32% | - |
| XYZ | 2.97 | 1.61 | 7.94 | - |
| YUV | 32.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 81 | 0.38 | 0.81 | 0 | 0.68 | 271.82 | 0.69 | 0.19 |
| Hex | 32 | F | 51 | 26 | 51 | 0 | 44 | 110 | 45 | 13 |
| Octal | 62 | 17 | 121 | 46 | 121 | 0 | 104 | 420 | 105 | 23 |
| Binary | 110010 | 1111 | 1010001 | 100110 | 1010001 | 0 | 1000100 | 100010000 | 1000101 | 10011 |
Color Harmonies of #320F51
Complementary color
Monochromatic Colors of #320F51
Black with #320F51
Text Example
Text Example
White with #320F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F51; }
p { color: rgb(50,15,81); }
H1.HeaderClassName
{
color: #320F51;
}
.AnyTagClassName
{
color: #320F51;
}
</style>
background-color css
<style>
a { background-color: #320F51; }
a { background-color: rgb(50,15,81); }
div.DivClassName
{
background-color: #320F51;
}
.BgClassName
{
background-color: #320F51;
}
</style>
border-color css
<style>
span { border-color: #320F51; }
span { border-color: rgb(50,15,81); }
td.TdClassName
{
border-color: #320F51;
}
.TagClassName
{
border-color: #320F51;
}
</style>