Shades of Blackcurrant #32004E
Tints of Blackcurrant #32004E
RGB
CMYK
RGB Variations
Color information
#32004E (or 0x32004E) is known color: Blackcurrant. HEX triplet: 32, 00 and 4E. RGB value is (50,0,78). Sum of RGB (Red+Green+Blue) = 50+0+78=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #32004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32004E is #CDFFB1. Grayscale: #171717. Windows color (decimal): -13500338 or 5111858. OLE color: 5111858.
HSL color Cylindrical-coordinate representation of color #32004E: hue angle of 278.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32004E is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 0 | 78 | - |
| CMYK | 0.36 | 1 | 0 | 0.69 |
| HSL | 278.46º | 1% | 0.15% | - |
| HSV(B) | 278.46º | 1% | 0.31% | - |
| XYZ | 2.69 | 1.23 | 7.3 | - |
| YUV | 23.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 78 | 0.36 | 1 | 0 | 0.69 | 278.46 | 1 | 0.15 |
| Hex | 32 | 0 | 4E | 24 | 64 | 0 | 45 | 116 | 64 | F |
| Octal | 62 | 0 | 116 | 44 | 144 | 0 | 105 | 426 | 144 | 17 |
| Binary | 110010 | 0 | 1001110 | 100100 | 1100100 | 0 | 1000101 | 100010110 | 1100100 | 1111 |
Color Harmonies of #32004E
Complementary color
Monochromatic Colors of #32004E
Black with #32004E
Text Example
Text Example
White with #32004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32004E; }
p { color: rgb(50,0,78); }
H1.HeaderClassName
{
color: #32004E;
}
.AnyTagClassName
{
color: #32004E;
}
</style>
background-color css
<style>
a { background-color: #32004E; }
a { background-color: rgb(50,0,78); }
div.DivClassName
{
background-color: #32004E;
}
.BgClassName
{
background-color: #32004E;
}
</style>
border-color css
<style>
span { border-color: #32004E; }
span { border-color: rgb(50,0,78); }
td.TdClassName
{
border-color: #32004E;
}
.TagClassName
{
border-color: #32004E;
}
</style>