Shades of Blackcurrant #32004C
Tints of Blackcurrant #32004C
RGB
CMYK
RGB Variations
Color information
#32004C (or 0x32004C) is known color: Blackcurrant. HEX triplet: 32, 00 and 4C. RGB value is (50,0,76). Sum of RGB (Red+Green+Blue) = 50+0+76=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #32004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32004C is #CDFFB3. Grayscale: #171717. Windows color (decimal): -13500340 or 4980786. OLE color: 4980786.
HSL color Cylindrical-coordinate representation of color #32004C: hue angle of 279.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32004C is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 0 | 76 | - |
| CMYK | 0.34 | 1 | 0 | 0.70 |
| HSL | 279.47º | 1% | 0.15% | - |
| HSV(B) | 279.47º | 1% | 0.3% | - |
| XYZ | 2.62 | 1.2 | 6.93 | - |
| YUV | 23.61 | 157.57 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 76 | 0.34 | 1 | 0 | 0.70 | 279.47 | 1 | 0.15 |
| Hex | 32 | 0 | 4C | 22 | 64 | 0 | 46 | 117 | 64 | F |
| Octal | 62 | 0 | 114 | 42 | 144 | 0 | 106 | 427 | 144 | 17 |
| Binary | 110010 | 0 | 1001100 | 100010 | 1100100 | 0 | 1000110 | 100010111 | 1100100 | 1111 |
Color Harmonies of #32004C
Complementary color
Monochromatic Colors of #32004C
Black with #32004C
Text Example
Text Example
White with #32004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32004C; }
p { color: rgb(50,0,76); }
H1.HeaderClassName
{
color: #32004C;
}
.AnyTagClassName
{
color: #32004C;
}
</style>
background-color css
<style>
a { background-color: #32004C; }
a { background-color: rgb(50,0,76); }
div.DivClassName
{
background-color: #32004C;
}
.BgClassName
{
background-color: #32004C;
}
</style>
border-color css
<style>
span { border-color: #32004C; }
span { border-color: rgb(50,0,76); }
td.TdClassName
{
border-color: #32004C;
}
.TagClassName
{
border-color: #32004C;
}
</style>