Shades of Blackcurrant #32054E
Tints of Blackcurrant #32054E
RGB
CMYK
RGB Variations
Color information
#32054E (or 0x32054E) is known color: Blackcurrant. HEX triplet: 32, 05 and 4E. RGB value is (50,5,78). Sum of RGB (Red+Green+Blue) = 50+5+78=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #32054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32054E is #CDFAB1. Grayscale: #1A1A1A. Windows color (decimal): -13499058 or 5113138. OLE color: 5113138.
HSL color Cylindrical-coordinate representation of color #32054E: hue angle of 276.99º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32054E is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 5 | 78 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.69 |
| HSL | 276.99º | 0.88% | 0.16% | - |
| HSV(B) | 276.99º | 0.94% | 0.31% | - |
| XYZ | 2.74 | 1.34 | 7.32 | - |
| YUV | 26.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 78 | 0.36 | 0.94 | 0 | 0.69 | 276.99 | 0.88 | 0.16 |
| Hex | 32 | 5 | 4E | 24 | 5E | 0 | 45 | 115 | 58 | 10 |
| Octal | 62 | 5 | 116 | 44 | 136 | 0 | 105 | 425 | 130 | 20 |
| Binary | 110010 | 101 | 1001110 | 100100 | 1011110 | 0 | 1000101 | 100010101 | 1011000 | 10000 |
Color Harmonies of #32054E
Complementary color
Monochromatic Colors of #32054E
Black with #32054E
Text Example
Text Example
White with #32054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32054E; }
p { color: rgb(50,5,78); }
H1.HeaderClassName
{
color: #32054E;
}
.AnyTagClassName
{
color: #32054E;
}
</style>
background-color css
<style>
a { background-color: #32054E; }
a { background-color: rgb(50,5,78); }
div.DivClassName
{
background-color: #32054E;
}
.BgClassName
{
background-color: #32054E;
}
</style>
border-color css
<style>
span { border-color: #32054E; }
span { border-color: rgb(50,5,78); }
td.TdClassName
{
border-color: #32054E;
}
.TagClassName
{
border-color: #32054E;
}
</style>