Shades of Blackcurrant #32134C
Tints of Blackcurrant #32134C
RGB
CMYK
RGB Variations
Color information
#32134C (or 0x32134C) is known color: Blackcurrant. HEX triplet: 32, 13 and 4C. RGB value is (50,19,76). Sum of RGB (Red+Green+Blue) = 50+19+76=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #32134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32134C is #CDECB3. Grayscale: #222222. Windows color (decimal): -13495476 or 4985650. OLE color: 4985650.
HSL color Cylindrical-coordinate representation of color #32134C: hue angle of 272.63º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32134C is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 19 | 76 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.70 |
| HSL | 272.63º | 0.6% | 0.19% | - |
| HSV(B) | 272.63º | 0.75% | 0.3% | - |
| XYZ | 2.85 | 1.67 | 7.01 | - |
| YUV | 34.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 76 | 0.34 | 0.75 | 0 | 0.70 | 272.63 | 0.6 | 0.19 |
| Hex | 32 | 13 | 4C | 22 | 4B | 0 | 46 | 111 | 3C | 13 |
| Octal | 62 | 23 | 114 | 42 | 113 | 0 | 106 | 421 | 74 | 23 |
| Binary | 110010 | 10011 | 1001100 | 100010 | 1001011 | 0 | 1000110 | 100010001 | 111100 | 10011 |
Color Harmonies of #32134C
Complementary color
Monochromatic Colors of #32134C
Black with #32134C
Text Example
Text Example
White with #32134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32134C; }
p { color: rgb(50,19,76); }
H1.HeaderClassName
{
color: #32134C;
}
.AnyTagClassName
{
color: #32134C;
}
</style>
background-color css
<style>
a { background-color: #32134C; }
a { background-color: rgb(50,19,76); }
div.DivClassName
{
background-color: #32134C;
}
.BgClassName
{
background-color: #32134C;
}
</style>
border-color css
<style>
span { border-color: #32134C; }
span { border-color: rgb(50,19,76); }
td.TdClassName
{
border-color: #32134C;
}
.TagClassName
{
border-color: #32134C;
}
</style>