Shades of Blackcurrant #32054D
Tints of Blackcurrant #32054D
RGB
CMYK
RGB Variations
Color information
#32054D (or 0x32054D) is known color: Blackcurrant. HEX triplet: 32, 05 and 4D. RGB value is (50,5,77). Sum of RGB (Red+Green+Blue) = 50+5+77=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #32054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32054D is #CDFAB2. Grayscale: #1A1A1A. Windows color (decimal): -13499059 or 5047602. OLE color: 5047602.
HSL color Cylindrical-coordinate representation of color #32054D: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32054D is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 5 | 77 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.70 |
| HSL | 277.5º | 0.88% | 0.16% | - |
| HSV(B) | 277.5º | 0.94% | 0.3% | - |
| XYZ | 2.71 | 1.32 | 7.13 | - |
| YUV | 26.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 77 | 0.35 | 0.94 | 0 | 0.70 | 277.5 | 0.88 | 0.16 |
| Hex | 32 | 5 | 4D | 23 | 5E | 0 | 46 | 116 | 58 | 10 |
| Octal | 62 | 5 | 115 | 43 | 136 | 0 | 106 | 426 | 130 | 20 |
| Binary | 110010 | 101 | 1001101 | 100011 | 1011110 | 0 | 1000110 | 100010110 | 1011000 | 10000 |
Color Harmonies of #32054D
Complementary color
Monochromatic Colors of #32054D
Black with #32054D
Text Example
Text Example
White with #32054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32054D; }
p { color: rgb(50,5,77); }
H1.HeaderClassName
{
color: #32054D;
}
.AnyTagClassName
{
color: #32054D;
}
</style>
background-color css
<style>
a { background-color: #32054D; }
a { background-color: rgb(50,5,77); }
div.DivClassName
{
background-color: #32054D;
}
.BgClassName
{
background-color: #32054D;
}
</style>
border-color css
<style>
span { border-color: #32054D; }
span { border-color: rgb(50,5,77); }
td.TdClassName
{
border-color: #32054D;
}
.TagClassName
{
border-color: #32054D;
}
</style>