Shades of Blackcurrant #390154
Tints of Blackcurrant #390154
RGB
CMYK
RGB Variations
Color information
#390154 (or 0x390154) is known color: Blackcurrant. HEX triplet: 39, 01 and 54. RGB value is (57,1,84). Sum of RGB (Red+Green+Blue) = 57+1+84=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #390154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390154 is #C6FEAB. Grayscale: #1A1A1A. Windows color (decimal): -13041324 or 5505337. OLE color: 5505337.
HSL color Cylindrical-coordinate representation of color #390154: hue angle of 280.48º 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 #390154 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 1 | 84 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.67 |
| HSL | 280.48º | 0.98% | 0.17% | - |
| HSV(B) | 280.48º | 0.99% | 0.33% | - |
| XYZ | 3.3 | 1.53 | 8.51 | - |
| YUV | 27.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 84 | 0.32 | 0.99 | 0 | 0.67 | 280.48 | 0.98 | 0.17 |
| Hex | 39 | 1 | 54 | 20 | 63 | 0 | 43 | 118 | 62 | 11 |
| Octal | 71 | 1 | 124 | 40 | 143 | 0 | 103 | 430 | 142 | 21 |
| Binary | 111001 | 1 | 1010100 | 100000 | 1100011 | 0 | 1000011 | 100011000 | 1100010 | 10001 |
Color Harmonies of #390154
Complementary color
Monochromatic Colors of #390154
Black with #390154
Text Example
Text Example
White with #390154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390154; }
p { color: rgb(57,1,84); }
H1.HeaderClassName
{
color: #390154;
}
.AnyTagClassName
{
color: #390154;
}
</style>
background-color css
<style>
a { background-color: #390154; }
a { background-color: rgb(57,1,84); }
div.DivClassName
{
background-color: #390154;
}
.BgClassName
{
background-color: #390154;
}
</style>
border-color css
<style>
span { border-color: #390154; }
span { border-color: rgb(57,1,84); }
td.TdClassName
{
border-color: #390154;
}
.TagClassName
{
border-color: #390154;
}
</style>