Shades of Blackcurrant #320C38
Tints of Blackcurrant #320C38
RGB
CMYK
RGB Variations
Color information
#320C38 (or 0x320C38) is known color: Blackcurrant. HEX triplet: 32, 0C and 38. RGB value is (50,12,56). Sum of RGB (Red+Green+Blue) = 50+12+56=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #320C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C38 is #CDF3C7. Grayscale: #1C1C1C. Windows color (decimal): -13497288 or 3673138. OLE color: 3673138.
HSL color Cylindrical-coordinate representation of color #320C38: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #320C38 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 12 | 56 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.78 |
| HSL | 291.82º | 0.65% | 0.13% | - |
| HSV(B) | 291.82º | 0.79% | 0.22% | - |
| XYZ | 2.16 | 1.23 | 3.86 | - |
| YUV | 28.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 56 | 0.11 | 0.79 | 0 | 0.78 | 291.82 | 0.65 | 0.13 |
| Hex | 32 | C | 38 | B | 4F | 0 | 4E | 124 | 41 | D |
| Octal | 62 | 14 | 70 | 13 | 117 | 0 | 116 | 444 | 101 | 15 |
| Binary | 110010 | 1100 | 111000 | 1011 | 1001111 | 0 | 1001110 | 100100100 | 1000001 | 1101 |
Color Harmonies of #320C38
Complementary color
Monochromatic Colors of #320C38
Black with #320C38
Text Example
Text Example
White with #320C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C38; }
p { color: rgb(50,12,56); }
H1.HeaderClassName
{
color: #320C38;
}
.AnyTagClassName
{
color: #320C38;
}
</style>
background-color css
<style>
a { background-color: #320C38; }
a { background-color: rgb(50,12,56); }
div.DivClassName
{
background-color: #320C38;
}
.BgClassName
{
background-color: #320C38;
}
</style>
border-color css
<style>
span { border-color: #320C38; }
span { border-color: rgb(50,12,56); }
td.TdClassName
{
border-color: #320C38;
}
.TagClassName
{
border-color: #320C38;
}
</style>