Shades of Blackcurrant #32124A
Tints of Blackcurrant #32124A
RGB
CMYK
RGB Variations
Color information
#32124A (or 0x32124A) is known color: Blackcurrant. HEX triplet: 32, 12 and 4A. RGB value is (50,18,74). Sum of RGB (Red+Green+Blue) = 50+18+74=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #32124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32124A is #CDEDB5. Grayscale: #212121. Windows color (decimal): -13495734 or 4854322. OLE color: 4854322.
HSL color Cylindrical-coordinate representation of color #32124A: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32124A is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 18 | 74 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.71 |
| HSL | 274.29º | 0.61% | 0.18% | - |
| HSV(B) | 274.29º | 0.76% | 0.29% | - |
| XYZ | 2.77 | 1.61 | 6.64 | - |
| YUV | 33.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 74 | 0.32 | 0.76 | 0 | 0.71 | 274.29 | 0.61 | 0.18 |
| Hex | 32 | 12 | 4A | 20 | 4C | 0 | 47 | 112 | 3D | 12 |
| Octal | 62 | 22 | 112 | 40 | 114 | 0 | 107 | 422 | 75 | 22 |
| Binary | 110010 | 10010 | 1001010 | 100000 | 1001100 | 0 | 1000111 | 100010010 | 111101 | 10010 |
Color Harmonies of #32124A
Complementary color
Monochromatic Colors of #32124A
Black with #32124A
Text Example
Text Example
White with #32124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32124A; }
p { color: rgb(50,18,74); }
H1.HeaderClassName
{
color: #32124A;
}
.AnyTagClassName
{
color: #32124A;
}
</style>
background-color css
<style>
a { background-color: #32124A; }
a { background-color: rgb(50,18,74); }
div.DivClassName
{
background-color: #32124A;
}
.BgClassName
{
background-color: #32124A;
}
</style>
border-color css
<style>
span { border-color: #32124A; }
span { border-color: rgb(50,18,74); }
td.TdClassName
{
border-color: #32124A;
}
.TagClassName
{
border-color: #32124A;
}
</style>