Shades of Blackcurrant #320D40
Tints of Blackcurrant #320D40
RGB
CMYK
RGB Variations
Color information
#320D40 (or 0x320D40) is known color: Blackcurrant. HEX triplet: 32, 0D and 40. RGB value is (50,13,64). Sum of RGB (Red+Green+Blue) = 50+13+64=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #320D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D40 is #CDF2BF. Grayscale: #1D1D1D. Windows color (decimal): -13497024 or 4197682. OLE color: 4197682.
HSL color Cylindrical-coordinate representation of color #320D40: hue angle of 283.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320D40 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 13 | 64 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.75 |
| HSL | 283.53º | 0.66% | 0.15% | - |
| HSV(B) | 283.53º | 0.8% | 0.25% | - |
| XYZ | 2.38 | 1.34 | 4.98 | - |
| YUV | 29.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 64 | 0.22 | 0.80 | 0 | 0.75 | 283.53 | 0.66 | 0.15 |
| Hex | 32 | D | 40 | 16 | 50 | 0 | 4B | 11C | 42 | F |
| Octal | 62 | 15 | 100 | 26 | 120 | 0 | 113 | 434 | 102 | 17 |
| Binary | 110010 | 1101 | 1000000 | 10110 | 1010000 | 0 | 1001011 | 100011100 | 1000010 | 1111 |
Color Harmonies of #320D40
Complementary color
Monochromatic Colors of #320D40
Black with #320D40
Text Example
Text Example
White with #320D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D40; }
p { color: rgb(50,13,64); }
H1.HeaderClassName
{
color: #320D40;
}
.AnyTagClassName
{
color: #320D40;
}
</style>
background-color css
<style>
a { background-color: #320D40; }
a { background-color: rgb(50,13,64); }
div.DivClassName
{
background-color: #320D40;
}
.BgClassName
{
background-color: #320D40;
}
</style>
border-color css
<style>
span { border-color: #320D40; }
span { border-color: rgb(50,13,64); }
td.TdClassName
{
border-color: #320D40;
}
.TagClassName
{
border-color: #320D40;
}
</style>