Shades of Blackcurrant #390246
Tints of Blackcurrant #390246
RGB
CMYK
RGB Variations
Color information
#390246 (or 0x390246) is known color: Blackcurrant. HEX triplet: 39, 02 and 46. RGB value is (57,2,70). Sum of RGB (Red+Green+Blue) = 57+2+70=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #390246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390246 is #C6FDB9. Grayscale: #191919. Windows color (decimal): -13041082 or 4588089. OLE color: 4588089.
HSL color Cylindrical-coordinate representation of color #390246: hue angle of 288.53º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390246 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 2 | 70 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.73 |
| HSL | 288.53º | 0.94% | 0.14% | - |
| HSV(B) | 288.53º | 0.97% | 0.27% | - |
| XYZ | 2.81 | 1.36 | 5.91 | - |
| YUV | 26.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 70 | 0.19 | 0.97 | 0 | 0.73 | 288.53 | 0.94 | 0.14 |
| Hex | 39 | 2 | 46 | 13 | 61 | 0 | 49 | 121 | 5E | E |
| Octal | 71 | 2 | 106 | 23 | 141 | 0 | 111 | 441 | 136 | 16 |
| Binary | 111001 | 10 | 1000110 | 10011 | 1100001 | 0 | 1001001 | 100100001 | 1011110 | 1110 |
Color Harmonies of #390246
Complementary color
Monochromatic Colors of #390246
Black with #390246
Text Example
Text Example
White with #390246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390246; }
p { color: rgb(57,2,70); }
H1.HeaderClassName
{
color: #390246;
}
.AnyTagClassName
{
color: #390246;
}
</style>
background-color css
<style>
a { background-color: #390246; }
a { background-color: rgb(57,2,70); }
div.DivClassName
{
background-color: #390246;
}
.BgClassName
{
background-color: #390246;
}
</style>
border-color css
<style>
span { border-color: #390246; }
span { border-color: rgb(57,2,70); }
td.TdClassName
{
border-color: #390246;
}
.TagClassName
{
border-color: #390246;
}
</style>