Shades of Blackcurrant #320D38
Tints of Blackcurrant #320D38
RGB
CMYK
RGB Variations
Color information
#320D38 (or 0x320D38) is known color: Blackcurrant. HEX triplet: 32, 0D and 38. RGB value is (50,13,56). Sum of RGB (Red+Green+Blue) = 50+13+56=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #320D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D38 is #CDF2C7. Grayscale: #1C1C1C. Windows color (decimal): -13497032 or 3673394. OLE color: 3673394.
HSL color Cylindrical-coordinate representation of color #320D38: hue angle of 291.63º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #320D38 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 13 | 56 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.78 |
| HSL | 291.63º | 0.62% | 0.14% | - |
| HSV(B) | 291.63º | 0.77% | 0.22% | - |
| XYZ | 2.17 | 1.25 | 3.87 | - |
| YUV | 28.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 56 | 0.11 | 0.77 | 0 | 0.78 | 291.63 | 0.62 | 0.14 |
| Hex | 32 | D | 38 | B | 4D | 0 | 4E | 124 | 3E | E |
| Octal | 62 | 15 | 70 | 13 | 115 | 0 | 116 | 444 | 76 | 16 |
| Binary | 110010 | 1101 | 111000 | 1011 | 1001101 | 0 | 1001110 | 100100100 | 111110 | 1110 |
Color Harmonies of #320D38
Complementary color
Monochromatic Colors of #320D38
Black with #320D38
Text Example
Text Example
White with #320D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D38; }
p { color: rgb(50,13,56); }
H1.HeaderClassName
{
color: #320D38;
}
.AnyTagClassName
{
color: #320D38;
}
</style>
background-color css
<style>
a { background-color: #320D38; }
a { background-color: rgb(50,13,56); }
div.DivClassName
{
background-color: #320D38;
}
.BgClassName
{
background-color: #320D38;
}
</style>
border-color css
<style>
span { border-color: #320D38; }
span { border-color: rgb(50,13,56); }
td.TdClassName
{
border-color: #320D38;
}
.TagClassName
{
border-color: #320D38;
}
</style>