Shades of Blackcurrant #32134E
Tints of Blackcurrant #32134E
RGB
CMYK
RGB Variations
Color information
#32134E (or 0x32134E) is known color: Blackcurrant. HEX triplet: 32, 13 and 4E. RGB value is (50,19,78). Sum of RGB (Red+Green+Blue) = 50+19+78=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #32134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32134E is #CDECB1. Grayscale: #222222. Windows color (decimal): -13495474 or 5116722. OLE color: 5116722.
HSL color Cylindrical-coordinate representation of color #32134E: hue angle of 271.53º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32134E is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 19 | 78 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.69 |
| HSL | 271.53º | 0.61% | 0.19% | - |
| HSV(B) | 271.53º | 0.76% | 0.31% | - |
| XYZ | 2.92 | 1.69 | 7.38 | - |
| YUV | 35 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 78 | 0.36 | 0.76 | 0 | 0.69 | 271.53 | 0.61 | 0.19 |
| Hex | 32 | 13 | 4E | 24 | 4C | 0 | 45 | 110 | 3D | 13 |
| Octal | 62 | 23 | 116 | 44 | 114 | 0 | 105 | 420 | 75 | 23 |
| Binary | 110010 | 10011 | 1001110 | 100100 | 1001100 | 0 | 1000101 | 100010000 | 111101 | 10011 |
Color Harmonies of #32134E
Complementary color
Monochromatic Colors of #32134E
Black with #32134E
Text Example
Text Example
White with #32134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32134E; }
p { color: rgb(50,19,78); }
H1.HeaderClassName
{
color: #32134E;
}
.AnyTagClassName
{
color: #32134E;
}
</style>
background-color css
<style>
a { background-color: #32134E; }
a { background-color: rgb(50,19,78); }
div.DivClassName
{
background-color: #32134E;
}
.BgClassName
{
background-color: #32134E;
}
</style>
border-color css
<style>
span { border-color: #32134E; }
span { border-color: rgb(50,19,78); }
td.TdClassName
{
border-color: #32134E;
}
.TagClassName
{
border-color: #32134E;
}
</style>