Shades of Blackcurrant #32113A
Tints of Blackcurrant #32113A
RGB
CMYK
RGB Variations
Color information
#32113A (or 0x32113A) is known color: Blackcurrant. HEX triplet: 32, 11 and 3A. RGB value is (50,17,58). Sum of RGB (Red+Green+Blue) = 50+17+58=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #32113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32113A is #CDEEC5. Grayscale: #1F1F1F. Windows color (decimal): -13496006 or 3805490. OLE color: 3805490.
HSL color Cylindrical-coordinate representation of color #32113A: hue angle of 288.29º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32113A is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 17 | 58 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.77 |
| HSL | 288.29º | 0.55% | 0.15% | - |
| HSV(B) | 288.29º | 0.71% | 0.23% | - |
| XYZ | 2.28 | 1.38 | 4.15 | - |
| YUV | 31.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 58 | 0.14 | 0.71 | 0 | 0.77 | 288.29 | 0.55 | 0.15 |
| Hex | 32 | 11 | 3A | E | 47 | 0 | 4D | 120 | 37 | F |
| Octal | 62 | 21 | 72 | 16 | 107 | 0 | 115 | 440 | 67 | 17 |
| Binary | 110010 | 10001 | 111010 | 1110 | 1000111 | 0 | 1001101 | 100100000 | 110111 | 1111 |
Color Harmonies of #32113A
Complementary color
Monochromatic Colors of #32113A
Black with #32113A
Text Example
Text Example
White with #32113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32113A; }
p { color: rgb(50,17,58); }
H1.HeaderClassName
{
color: #32113A;
}
.AnyTagClassName
{
color: #32113A;
}
</style>
background-color css
<style>
a { background-color: #32113A; }
a { background-color: rgb(50,17,58); }
div.DivClassName
{
background-color: #32113A;
}
.BgClassName
{
background-color: #32113A;
}
</style>
border-color css
<style>
span { border-color: #32113A; }
span { border-color: rgb(50,17,58); }
td.TdClassName
{
border-color: #32113A;
}
.TagClassName
{
border-color: #32113A;
}
</style>