Shades of Blackcurrant #320B46
Tints of Blackcurrant #320B46
RGB
CMYK
RGB Variations
Color information
#320B46 (or 0x320B46) is known color: Blackcurrant. HEX triplet: 32, 0B and 46. RGB value is (50,11,70). Sum of RGB (Red+Green+Blue) = 50+11+70=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #320B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B46 is #CDF4B9. Grayscale: #1D1D1D. Windows color (decimal): -13497530 or 4590386. OLE color: 4590386.
HSL color Cylindrical-coordinate representation of color #320B46: hue angle of 279.66º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320B46 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 11 | 70 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.73 |
| HSL | 279.66º | 0.73% | 0.16% | - |
| HSV(B) | 279.66º | 0.84% | 0.27% | - |
| XYZ | 2.54 | 1.36 | 5.92 | - |
| YUV | 29.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 70 | 0.29 | 0.84 | 0 | 0.73 | 279.66 | 0.73 | 0.16 |
| Hex | 32 | B | 46 | 1D | 54 | 0 | 49 | 118 | 49 | 10 |
| Octal | 62 | 13 | 106 | 35 | 124 | 0 | 111 | 430 | 111 | 20 |
| Binary | 110010 | 1011 | 1000110 | 11101 | 1010100 | 0 | 1001001 | 100011000 | 1001001 | 10000 |
Color Harmonies of #320B46
Complementary color
Monochromatic Colors of #320B46
Black with #320B46
Text Example
Text Example
White with #320B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B46; }
p { color: rgb(50,11,70); }
H1.HeaderClassName
{
color: #320B46;
}
.AnyTagClassName
{
color: #320B46;
}
</style>
background-color css
<style>
a { background-color: #320B46; }
a { background-color: rgb(50,11,70); }
div.DivClassName
{
background-color: #320B46;
}
.BgClassName
{
background-color: #320B46;
}
</style>
border-color css
<style>
span { border-color: #320B46; }
span { border-color: rgb(50,11,70); }
td.TdClassName
{
border-color: #320B46;
}
.TagClassName
{
border-color: #320B46;
}
</style>