Shades of Blackcurrant #32124F
Tints of Blackcurrant #32124F
RGB
CMYK
RGB Variations
Color information
#32124F (or 0x32124F) is known color: Blackcurrant. HEX triplet: 32, 12 and 4F. RGB value is (50,18,79). Sum of RGB (Red+Green+Blue) = 50+18+79=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #32124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32124F is #CDEDB0. Grayscale: #222222. Windows color (decimal): -13495729 or 5182002. OLE color: 5182002.
HSL color Cylindrical-coordinate representation of color #32124F: hue angle of 271.48º degrees, saturation: 0.63, 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 #32124F is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 18 | 79 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.69 |
| HSL | 271.48º | 0.63% | 0.19% | - |
| HSV(B) | 271.48º | 0.77% | 0.31% | - |
| XYZ | 2.94 | 1.68 | 7.57 | - |
| YUV | 34.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 79 | 0.37 | 0.77 | 0 | 0.69 | 271.48 | 0.63 | 0.19 |
| Hex | 32 | 12 | 4F | 25 | 4D | 0 | 45 | 10F | 3F | 13 |
| Octal | 62 | 22 | 117 | 45 | 115 | 0 | 105 | 417 | 77 | 23 |
| Binary | 110010 | 10010 | 1001111 | 100101 | 1001101 | 0 | 1000101 | 100001111 | 111111 | 10011 |
Color Harmonies of #32124F
Complementary color
Monochromatic Colors of #32124F
Black with #32124F
Text Example
Text Example
White with #32124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32124F; }
p { color: rgb(50,18,79); }
H1.HeaderClassName
{
color: #32124F;
}
.AnyTagClassName
{
color: #32124F;
}
</style>
background-color css
<style>
a { background-color: #32124F; }
a { background-color: rgb(50,18,79); }
div.DivClassName
{
background-color: #32124F;
}
.BgClassName
{
background-color: #32124F;
}
</style>
border-color css
<style>
span { border-color: #32124F; }
span { border-color: rgb(50,18,79); }
td.TdClassName
{
border-color: #32124F;
}
.TagClassName
{
border-color: #32124F;
}
</style>