Shades of Blackcurrant #320B51
Tints of Blackcurrant #320B51
RGB
CMYK
RGB Variations
Color information
#320B51 (or 0x320B51) is known color: Blackcurrant. HEX triplet: 32, 0B and 51. RGB value is (50,11,81). Sum of RGB (Red+Green+Blue) = 50+11+81=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #320B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B51 is #CDF4AE. Grayscale: #1E1E1E. Windows color (decimal): -13497519 or 5311282. OLE color: 5311282.
HSL color Cylindrical-coordinate representation of color #320B51: hue angle of 273.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320B51 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 11 | 81 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.68 |
| HSL | 273.43º | 0.76% | 0.18% | - |
| HSV(B) | 273.43º | 0.86% | 0.32% | - |
| XYZ | 2.92 | 1.51 | 7.92 | - |
| YUV | 30.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 81 | 0.38 | 0.86 | 0 | 0.68 | 273.43 | 0.76 | 0.18 |
| Hex | 32 | B | 51 | 26 | 56 | 0 | 44 | 111 | 4C | 12 |
| Octal | 62 | 13 | 121 | 46 | 126 | 0 | 104 | 421 | 114 | 22 |
| Binary | 110010 | 1011 | 1010001 | 100110 | 1010110 | 0 | 1000100 | 100010001 | 1001100 | 10010 |
Color Harmonies of #320B51
Complementary color
Monochromatic Colors of #320B51
Black with #320B51
Text Example
Text Example
White with #320B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B51; }
p { color: rgb(50,11,81); }
H1.HeaderClassName
{
color: #320B51;
}
.AnyTagClassName
{
color: #320B51;
}
</style>
background-color css
<style>
a { background-color: #320B51; }
a { background-color: rgb(50,11,81); }
div.DivClassName
{
background-color: #320B51;
}
.BgClassName
{
background-color: #320B51;
}
</style>
border-color css
<style>
span { border-color: #320B51; }
span { border-color: rgb(50,11,81); }
td.TdClassName
{
border-color: #320B51;
}
.TagClassName
{
border-color: #320B51;
}
</style>