Shades of Blackcurrant #32004A
Tints of Blackcurrant #32004A
RGB
CMYK
RGB Variations
Color information
#32004A (or 0x32004A) is known color: Blackcurrant. HEX triplet: 32, 00 and 4A. RGB value is (50,0,74). Sum of RGB (Red+Green+Blue) = 50+0+74=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #32004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32004A is #CDFFB5. Grayscale: #171717. Windows color (decimal): -13500342 or 4849714. OLE color: 4849714.
HSL color Cylindrical-coordinate representation of color #32004A: hue angle of 280.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32004A is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 0 | 74 | - |
| CMYK | 0.32 | 1 | 0 | 0.71 |
| HSL | 280.54º | 1% | 0.15% | - |
| HSV(B) | 280.54º | 1% | 0.29% | - |
| XYZ | 2.55 | 1.17 | 6.57 | - |
| YUV | 23.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 74 | 0.32 | 1 | 0 | 0.71 | 280.54 | 1 | 0.15 |
| Hex | 32 | 0 | 4A | 20 | 64 | 0 | 47 | 119 | 64 | F |
| Octal | 62 | 0 | 112 | 40 | 144 | 0 | 107 | 431 | 144 | 17 |
| Binary | 110010 | 0 | 1001010 | 100000 | 1100100 | 0 | 1000111 | 100011001 | 1100100 | 1111 |
Color Harmonies of #32004A
Complementary color
Monochromatic Colors of #32004A
Black with #32004A
Text Example
Text Example
White with #32004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32004A; }
p { color: rgb(50,0,74); }
H1.HeaderClassName
{
color: #32004A;
}
.AnyTagClassName
{
color: #32004A;
}
</style>
background-color css
<style>
a { background-color: #32004A; }
a { background-color: rgb(50,0,74); }
div.DivClassName
{
background-color: #32004A;
}
.BgClassName
{
background-color: #32004A;
}
</style>
border-color css
<style>
span { border-color: #32004A; }
span { border-color: rgb(50,0,74); }
td.TdClassName
{
border-color: #32004A;
}
.TagClassName
{
border-color: #32004A;
}
</style>