Shades of Blackcurrant #390543
Tints of Blackcurrant #390543
RGB
CMYK
RGB Variations
Color information
#390543 (or 0x390543) is known color: Blackcurrant. HEX triplet: 39, 05 and 43. RGB value is (57,5,67). Sum of RGB (Red+Green+Blue) = 57+5+67=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #390543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390543 is #C6FABC. Grayscale: #1B1B1B. Windows color (decimal): -13040317 or 4392249. OLE color: 4392249.
HSL color Cylindrical-coordinate representation of color #390543: hue angle of 290.32º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390543 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 5 | 67 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.74 |
| HSL | 290.32º | 0.86% | 0.14% | - |
| HSV(B) | 290.32º | 0.93% | 0.26% | - |
| XYZ | 2.75 | 1.38 | 5.43 | - |
| YUV | 27.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 67 | 0.15 | 0.93 | 0 | 0.74 | 290.32 | 0.86 | 0.14 |
| Hex | 39 | 5 | 43 | F | 5D | 0 | 4A | 122 | 56 | E |
| Octal | 71 | 5 | 103 | 17 | 135 | 0 | 112 | 442 | 126 | 16 |
| Binary | 111001 | 101 | 1000011 | 1111 | 1011101 | 0 | 1001010 | 100100010 | 1010110 | 1110 |
Color Harmonies of #390543
Complementary color
Monochromatic Colors of #390543
Black with #390543
Text Example
Text Example
White with #390543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390543; }
p { color: rgb(57,5,67); }
H1.HeaderClassName
{
color: #390543;
}
.AnyTagClassName
{
color: #390543;
}
</style>
background-color css
<style>
a { background-color: #390543; }
a { background-color: rgb(57,5,67); }
div.DivClassName
{
background-color: #390543;
}
.BgClassName
{
background-color: #390543;
}
</style>
border-color css
<style>
span { border-color: #390543; }
span { border-color: rgb(57,5,67); }
td.TdClassName
{
border-color: #390543;
}
.TagClassName
{
border-color: #390543;
}
</style>