Shades of Blackcurrant #390442
Tints of Blackcurrant #390442
RGB
CMYK
RGB Variations
Color information
#390442 (or 0x390442) is known color: Blackcurrant. HEX triplet: 39, 04 and 42. RGB value is (57,4,66). Sum of RGB (Red+Green+Blue) = 57+4+66=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #390442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390442 is #C6FBBD. Grayscale: #1A1A1A. Windows color (decimal): -13040574 or 4326457. OLE color: 4326457.
HSL color Cylindrical-coordinate representation of color #390442: hue angle of 291.29º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390442 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 4 | 66 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.74 |
| HSL | 291.29º | 0.89% | 0.14% | - |
| HSV(B) | 291.29º | 0.94% | 0.26% | - |
| XYZ | 2.71 | 1.35 | 5.27 | - |
| YUV | 26.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 66 | 0.14 | 0.94 | 0 | 0.74 | 291.29 | 0.89 | 0.14 |
| Hex | 39 | 4 | 42 | E | 5E | 0 | 4A | 123 | 59 | E |
| Octal | 71 | 4 | 102 | 16 | 136 | 0 | 112 | 443 | 131 | 16 |
| Binary | 111001 | 100 | 1000010 | 1110 | 1011110 | 0 | 1001010 | 100100011 | 1011001 | 1110 |
Color Harmonies of #390442
Complementary color
Monochromatic Colors of #390442
Black with #390442
Text Example
Text Example
White with #390442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390442; }
p { color: rgb(57,4,66); }
H1.HeaderClassName
{
color: #390442;
}
.AnyTagClassName
{
color: #390442;
}
</style>
background-color css
<style>
a { background-color: #390442; }
a { background-color: rgb(57,4,66); }
div.DivClassName
{
background-color: #390442;
}
.BgClassName
{
background-color: #390442;
}
</style>
border-color css
<style>
span { border-color: #390442; }
span { border-color: rgb(57,4,66); }
td.TdClassName
{
border-color: #390442;
}
.TagClassName
{
border-color: #390442;
}
</style>