Shades of Blackcurrant #32124E
Tints of Blackcurrant #32124E
RGB
CMYK
RGB Variations
Color information
#32124E (or 0x32124E) is known color: Blackcurrant. HEX triplet: 32, 12 and 4E. RGB value is (50,18,78). Sum of RGB (Red+Green+Blue) = 50+18+78=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #32124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32124E is #CDEDB1. Grayscale: #222222. Windows color (decimal): -13495730 or 5116466. OLE color: 5116466.
HSL color Cylindrical-coordinate representation of color #32124E: hue angle of 272º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32124E is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 18 | 78 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.69 |
| HSL | 272º | 0.63% | 0.19% | - |
| HSV(B) | 272º | 0.77% | 0.31% | - |
| XYZ | 2.91 | 1.66 | 7.38 | - |
| YUV | 34.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 78 | 0.36 | 0.77 | 0 | 0.69 | 272 | 0.63 | 0.19 |
| Hex | 32 | 12 | 4E | 24 | 4D | 0 | 45 | 110 | 3E | 13 |
| Octal | 62 | 22 | 116 | 44 | 115 | 0 | 105 | 420 | 76 | 23 |
| Binary | 110010 | 10010 | 1001110 | 100100 | 1001101 | 0 | 1000101 | 100010000 | 111110 | 10011 |
Color Harmonies of #32124E
Complementary color
Monochromatic Colors of #32124E
Black with #32124E
Text Example
Text Example
White with #32124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32124E; }
p { color: rgb(50,18,78); }
H1.HeaderClassName
{
color: #32124E;
}
.AnyTagClassName
{
color: #32124E;
}
</style>
background-color css
<style>
a { background-color: #32124E; }
a { background-color: rgb(50,18,78); }
div.DivClassName
{
background-color: #32124E;
}
.BgClassName
{
background-color: #32124E;
}
</style>
border-color css
<style>
span { border-color: #32124E; }
span { border-color: rgb(50,18,78); }
td.TdClassName
{
border-color: #32124E;
}
.TagClassName
{
border-color: #32124E;
}
</style>