Shades of Blackcurrant #32174C
Tints of Blackcurrant #32174C
RGB
CMYK
RGB Variations
Color information
#32174C (or 0x32174C) is known color: Blackcurrant. HEX triplet: 32, 17 and 4C. RGB value is (50,23,76). Sum of RGB (Red+Green+Blue) = 50+23+76=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #32174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32174C is #CDE8B3. Grayscale: #242424. Windows color (decimal): -13494452 or 4986674. OLE color: 4986674.
HSL color Cylindrical-coordinate representation of color #32174C: hue angle of 270.57º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32174C is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 23 | 76 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.70 |
| HSL | 270.57º | 0.54% | 0.19% | - |
| HSV(B) | 270.57º | 0.7% | 0.3% | - |
| XYZ | 2.93 | 1.81 | 7.03 | - |
| YUV | 37.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 76 | 0.34 | 0.70 | 0 | 0.70 | 270.57 | 0.54 | 0.19 |
| Hex | 32 | 17 | 4C | 22 | 46 | 0 | 46 | 10F | 36 | 13 |
| Octal | 62 | 27 | 114 | 42 | 106 | 0 | 106 | 417 | 66 | 23 |
| Binary | 110010 | 10111 | 1001100 | 100010 | 1000110 | 0 | 1000110 | 100001111 | 110110 | 10011 |
Color Harmonies of #32174C
Complementary color
Monochromatic Colors of #32174C
Black with #32174C
Text Example
Text Example
White with #32174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32174C; }
p { color: rgb(50,23,76); }
H1.HeaderClassName
{
color: #32174C;
}
.AnyTagClassName
{
color: #32174C;
}
</style>
background-color css
<style>
a { background-color: #32174C; }
a { background-color: rgb(50,23,76); }
div.DivClassName
{
background-color: #32174C;
}
.BgClassName
{
background-color: #32174C;
}
</style>
border-color css
<style>
span { border-color: #32174C; }
span { border-color: rgb(50,23,76); }
td.TdClassName
{
border-color: #32174C;
}
.TagClassName
{
border-color: #32174C;
}
</style>