Shades of Blackcurrant #32124D
Tints of Blackcurrant #32124D
RGB
CMYK
RGB Variations
Color information
#32124D (or 0x32124D) is known color: Blackcurrant. HEX triplet: 32, 12 and 4D. RGB value is (50,18,77). Sum of RGB (Red+Green+Blue) = 50+18+77=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #32124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32124D is #CDEDB2. Grayscale: #222222. Windows color (decimal): -13495731 or 5050930. OLE color: 5050930.
HSL color Cylindrical-coordinate representation of color #32124D: hue angle of 272.54º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32124D is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 18 | 77 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.70 |
| HSL | 272.54º | 0.62% | 0.19% | - |
| HSV(B) | 272.54º | 0.77% | 0.3% | - |
| XYZ | 2.87 | 1.65 | 7.19 | - |
| YUV | 34.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 77 | 0.35 | 0.77 | 0 | 0.70 | 272.54 | 0.62 | 0.19 |
| Hex | 32 | 12 | 4D | 23 | 4D | 0 | 46 | 111 | 3E | 13 |
| Octal | 62 | 22 | 115 | 43 | 115 | 0 | 106 | 421 | 76 | 23 |
| Binary | 110010 | 10010 | 1001101 | 100011 | 1001101 | 0 | 1000110 | 100010001 | 111110 | 10011 |
Color Harmonies of #32124D
Complementary color
Monochromatic Colors of #32124D
Black with #32124D
Text Example
Text Example
White with #32124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32124D; }
p { color: rgb(50,18,77); }
H1.HeaderClassName
{
color: #32124D;
}
.AnyTagClassName
{
color: #32124D;
}
</style>
background-color css
<style>
a { background-color: #32124D; }
a { background-color: rgb(50,18,77); }
div.DivClassName
{
background-color: #32124D;
}
.BgClassName
{
background-color: #32124D;
}
</style>
border-color css
<style>
span { border-color: #32124D; }
span { border-color: rgb(50,18,77); }
td.TdClassName
{
border-color: #32124D;
}
.TagClassName
{
border-color: #32124D;
}
</style>