Shades of Blackcurrant #320154
Tints of Blackcurrant #320154
RGB
CMYK
RGB Variations
Color information
#320154 (or 0x320154) is known color: Blackcurrant. HEX triplet: 32, 01 and 54. RGB value is (50,1,84). Sum of RGB (Red+Green+Blue) = 50+1+84=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #320154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320154 is #CDFEAB. Grayscale: #181818. Windows color (decimal): -13500076 or 5505330. OLE color: 5505330.
HSL color Cylindrical-coordinate representation of color #320154: hue angle of 275.42º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320154 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 1 | 84 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.67 |
| HSL | 275.42º | 0.98% | 0.17% | - |
| HSV(B) | 275.42º | 0.99% | 0.33% | - |
| XYZ | 2.93 | 1.34 | 8.49 | - |
| YUV | 25.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 84 | 0.40 | 0.99 | 0 | 0.67 | 275.42 | 0.98 | 0.17 |
| Hex | 32 | 1 | 54 | 28 | 63 | 0 | 43 | 113 | 62 | 11 |
| Octal | 62 | 1 | 124 | 50 | 143 | 0 | 103 | 423 | 142 | 21 |
| Binary | 110010 | 1 | 1010100 | 101000 | 1100011 | 0 | 1000011 | 100010011 | 1100010 | 10001 |
Color Harmonies of #320154
Complementary color
Monochromatic Colors of #320154
Black with #320154
Text Example
Text Example
White with #320154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320154; }
p { color: rgb(50,1,84); }
H1.HeaderClassName
{
color: #320154;
}
.AnyTagClassName
{
color: #320154;
}
</style>
background-color css
<style>
a { background-color: #320154; }
a { background-color: rgb(50,1,84); }
div.DivClassName
{
background-color: #320154;
}
.BgClassName
{
background-color: #320154;
}
</style>
border-color css
<style>
span { border-color: #320154; }
span { border-color: rgb(50,1,84); }
td.TdClassName
{
border-color: #320154;
}
.TagClassName
{
border-color: #320154;
}
</style>