Shades of Blackcurrant #32044C
Tints of Blackcurrant #32044C
RGB
CMYK
RGB Variations
Color information
#32044C (or 0x32044C) is known color: Blackcurrant. HEX triplet: 32, 04 and 4C. RGB value is (50,4,76). Sum of RGB (Red+Green+Blue) = 50+4+76=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #32044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32044C is #CDFBB3. Grayscale: #191919. Windows color (decimal): -13499316 or 4981810. OLE color: 4981810.
HSL color Cylindrical-coordinate representation of color #32044C: hue angle of 278.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32044C is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 4 | 76 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.70 |
| HSL | 278.33º | 0.9% | 0.16% | - |
| HSV(B) | 278.33º | 0.95% | 0.3% | - |
| XYZ | 2.66 | 1.29 | 6.95 | - |
| YUV | 25.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 76 | 0.34 | 0.95 | 0 | 0.70 | 278.33 | 0.9 | 0.16 |
| Hex | 32 | 4 | 4C | 22 | 5F | 0 | 46 | 116 | 5A | 10 |
| Octal | 62 | 4 | 114 | 42 | 137 | 0 | 106 | 426 | 132 | 20 |
| Binary | 110010 | 100 | 1001100 | 100010 | 1011111 | 0 | 1000110 | 100010110 | 1011010 | 10000 |
Color Harmonies of #32044C
Complementary color
Monochromatic Colors of #32044C
Black with #32044C
Text Example
Text Example
White with #32044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32044C; }
p { color: rgb(50,4,76); }
H1.HeaderClassName
{
color: #32044C;
}
.AnyTagClassName
{
color: #32044C;
}
</style>
background-color css
<style>
a { background-color: #32044C; }
a { background-color: rgb(50,4,76); }
div.DivClassName
{
background-color: #32044C;
}
.BgClassName
{
background-color: #32044C;
}
</style>
border-color css
<style>
span { border-color: #32044C; }
span { border-color: rgb(50,4,76); }
td.TdClassName
{
border-color: #32044C;
}
.TagClassName
{
border-color: #32044C;
}
</style>