Shades of Blackcurrant #390E42
Tints of Blackcurrant #390E42
RGB
CMYK
RGB Variations
Color information
#390E42 (or 0x390E42) is known color: Blackcurrant. HEX triplet: 39, 0E and 42. RGB value is (57,14,66). Sum of RGB (Red+Green+Blue) = 57+14+66=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #390E42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E42 is #C6F1BD. Grayscale: #202020. Windows color (decimal): -13038014 or 4329017. OLE color: 4329017.
HSL color Cylindrical-coordinate representation of color #390E42: hue angle of 289.62º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #390E42 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 14 | 66 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.74 |
| HSL | 289.62º | 0.65% | 0.16% | - |
| HSV(B) | 289.62º | 0.79% | 0.26% | - |
| XYZ | 2.83 | 1.58 | 5.31 | - |
| YUV | 32.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 66 | 0.14 | 0.79 | 0 | 0.74 | 289.62 | 0.65 | 0.16 |
| Hex | 39 | E | 42 | E | 4F | 0 | 4A | 122 | 41 | 10 |
| Octal | 71 | 16 | 102 | 16 | 117 | 0 | 112 | 442 | 101 | 20 |
| Binary | 111001 | 1110 | 1000010 | 1110 | 1001111 | 0 | 1001010 | 100100010 | 1000001 | 10000 |
Color Harmonies of #390E42
Complementary color
Monochromatic Colors of #390E42
Black with #390E42
Text Example
Text Example
White with #390E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E42; }
p { color: rgb(57,14,66); }
H1.HeaderClassName
{
color: #390E42;
}
.AnyTagClassName
{
color: #390E42;
}
</style>
background-color css
<style>
a { background-color: #390E42; }
a { background-color: rgb(57,14,66); }
div.DivClassName
{
background-color: #390E42;
}
.BgClassName
{
background-color: #390E42;
}
</style>
border-color css
<style>
span { border-color: #390E42; }
span { border-color: rgb(57,14,66); }
td.TdClassName
{
border-color: #390E42;
}
.TagClassName
{
border-color: #390E42;
}
</style>