Shades of Blackcurrant #32144A
Tints of Blackcurrant #32144A
RGB
CMYK
RGB Variations
Color information
#32144A (or 0x32144A) is known color: Blackcurrant. HEX triplet: 32, 14 and 4A. RGB value is (50,20,74). Sum of RGB (Red+Green+Blue) = 50+20+74=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #32144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32144A is #CDEBB5. Grayscale: #222222. Windows color (decimal): -13495222 or 4854834. OLE color: 4854834.
HSL color Cylindrical-coordinate representation of color #32144A: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32144A is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 20 | 74 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.71 |
| HSL | 273.33º | 0.57% | 0.18% | - |
| HSV(B) | 273.33º | 0.73% | 0.29% | - |
| XYZ | 2.8 | 1.67 | 6.65 | - |
| YUV | 35.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 74 | 0.32 | 0.73 | 0 | 0.71 | 273.33 | 0.57 | 0.18 |
| Hex | 32 | 14 | 4A | 20 | 49 | 0 | 47 | 111 | 39 | 12 |
| Octal | 62 | 24 | 112 | 40 | 111 | 0 | 107 | 421 | 71 | 22 |
| Binary | 110010 | 10100 | 1001010 | 100000 | 1001001 | 0 | 1000111 | 100010001 | 111001 | 10010 |
Color Harmonies of #32144A
Complementary color
Monochromatic Colors of #32144A
Black with #32144A
Text Example
Text Example
White with #32144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32144A; }
p { color: rgb(50,20,74); }
H1.HeaderClassName
{
color: #32144A;
}
.AnyTagClassName
{
color: #32144A;
}
</style>
background-color css
<style>
a { background-color: #32144A; }
a { background-color: rgb(50,20,74); }
div.DivClassName
{
background-color: #32144A;
}
.BgClassName
{
background-color: #32144A;
}
</style>
border-color css
<style>
span { border-color: #32144A; }
span { border-color: rgb(50,20,74); }
td.TdClassName
{
border-color: #32144A;
}
.TagClassName
{
border-color: #32144A;
}
</style>