Shades of Blackcurrant #32144C
Tints of Blackcurrant #32144C
RGB
CMYK
RGB Variations
Color information
#32144C (or 0x32144C) is known color: Blackcurrant. HEX triplet: 32, 14 and 4C. RGB value is (50,20,76). Sum of RGB (Red+Green+Blue) = 50+20+76=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #32144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32144C is #CDEBB3. Grayscale: #232323. Windows color (decimal): -13495220 or 4985906. OLE color: 4985906.
HSL color Cylindrical-coordinate representation of color #32144C: hue angle of 272.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32144C is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 20 | 76 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.70 |
| HSL | 272.14º | 0.58% | 0.19% | - |
| HSV(B) | 272.14º | 0.74% | 0.3% | - |
| XYZ | 2.87 | 1.7 | 7.01 | - |
| YUV | 35.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 76 | 0.34 | 0.74 | 0 | 0.70 | 272.14 | 0.58 | 0.19 |
| Hex | 32 | 14 | 4C | 22 | 4A | 0 | 46 | 110 | 3A | 13 |
| Octal | 62 | 24 | 114 | 42 | 112 | 0 | 106 | 420 | 72 | 23 |
| Binary | 110010 | 10100 | 1001100 | 100010 | 1001010 | 0 | 1000110 | 100010000 | 111010 | 10011 |
Color Harmonies of #32144C
Complementary color
Monochromatic Colors of #32144C
Black with #32144C
Text Example
Text Example
White with #32144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32144C; }
p { color: rgb(50,20,76); }
H1.HeaderClassName
{
color: #32144C;
}
.AnyTagClassName
{
color: #32144C;
}
</style>
background-color css
<style>
a { background-color: #32144C; }
a { background-color: rgb(50,20,76); }
div.DivClassName
{
background-color: #32144C;
}
.BgClassName
{
background-color: #32144C;
}
</style>
border-color css
<style>
span { border-color: #32144C; }
span { border-color: rgb(50,20,76); }
td.TdClassName
{
border-color: #32144C;
}
.TagClassName
{
border-color: #32144C;
}
</style>