Shades of Blackcurrant #320A40
Tints of Blackcurrant #320A40
RGB
CMYK
RGB Variations
Color information
#320A40 (or 0x320A40) is known color: Blackcurrant. HEX triplet: 32, 0A and 40. RGB value is (50,10,64). Sum of RGB (Red+Green+Blue) = 50+10+64=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #320A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A40 is #CDF5BF. Grayscale: #1B1B1B. Windows color (decimal): -13497792 or 4196914. OLE color: 4196914.
HSL color Cylindrical-coordinate representation of color #320A40: hue angle of 284.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320A40 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 10 | 64 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.75 |
| HSL | 284.44º | 0.73% | 0.15% | - |
| HSV(B) | 284.44º | 0.84% | 0.25% | - |
| XYZ | 2.35 | 1.27 | 4.97 | - |
| YUV | 28.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 64 | 0.22 | 0.84 | 0 | 0.75 | 284.44 | 0.73 | 0.15 |
| Hex | 32 | A | 40 | 16 | 54 | 0 | 4B | 11C | 49 | F |
| Octal | 62 | 12 | 100 | 26 | 124 | 0 | 113 | 434 | 111 | 17 |
| Binary | 110010 | 1010 | 1000000 | 10110 | 1010100 | 0 | 1001011 | 100011100 | 1001001 | 1111 |
Color Harmonies of #320A40
Complementary color
Monochromatic Colors of #320A40
Black with #320A40
Text Example
Text Example
White with #320A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A40; }
p { color: rgb(50,10,64); }
H1.HeaderClassName
{
color: #320A40;
}
.AnyTagClassName
{
color: #320A40;
}
</style>
background-color css
<style>
a { background-color: #320A40; }
a { background-color: rgb(50,10,64); }
div.DivClassName
{
background-color: #320A40;
}
.BgClassName
{
background-color: #320A40;
}
</style>
border-color css
<style>
span { border-color: #320A40; }
span { border-color: rgb(50,10,64); }
td.TdClassName
{
border-color: #320A40;
}
.TagClassName
{
border-color: #320A40;
}
</style>