Shades of Blackcurrant #32173A
Tints of Blackcurrant #32173A
RGB
CMYK
RGB Variations
Color information
#32173A (or 0x32173A) is known color: Blackcurrant. HEX triplet: 32, 17 and 3A. RGB value is (50,23,58). Sum of RGB (Red+Green+Blue) = 50+23+58=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #32173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32173A is #CDE8C5. Grayscale: #222222. Windows color (decimal): -13494470 or 3807026. OLE color: 3807026.
HSL color Cylindrical-coordinate representation of color #32173A: hue angle of 286.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32173A is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 23 | 58 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.77 |
| HSL | 286.29º | 0.43% | 0.16% | - |
| HSV(B) | 286.29º | 0.6% | 0.23% | - |
| XYZ | 2.39 | 1.6 | 4.19 | - |
| YUV | 35.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 58 | 0.14 | 0.60 | 0 | 0.77 | 286.29 | 0.43 | 0.16 |
| Hex | 32 | 17 | 3A | E | 3C | 0 | 4D | 11E | 2B | 10 |
| Octal | 62 | 27 | 72 | 16 | 74 | 0 | 115 | 436 | 53 | 20 |
| Binary | 110010 | 10111 | 111010 | 1110 | 111100 | 0 | 1001101 | 100011110 | 101011 | 10000 |
Color Harmonies of #32173A
Complementary color
Monochromatic Colors of #32173A
Black with #32173A
Text Example
Text Example
White with #32173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32173A; }
p { color: rgb(50,23,58); }
H1.HeaderClassName
{
color: #32173A;
}
.AnyTagClassName
{
color: #32173A;
}
</style>
background-color css
<style>
a { background-color: #32173A; }
a { background-color: rgb(50,23,58); }
div.DivClassName
{
background-color: #32173A;
}
.BgClassName
{
background-color: #32173A;
}
</style>
border-color css
<style>
span { border-color: #32173A; }
span { border-color: rgb(50,23,58); }
td.TdClassName
{
border-color: #32173A;
}
.TagClassName
{
border-color: #32173A;
}
</style>