Shades of Blackcurrant #390942
Tints of Blackcurrant #390942
RGB
CMYK
RGB Variations
Color information
#390942 (or 0x390942) is known color: Blackcurrant. HEX triplet: 39, 09 and 42. RGB value is (57,9,66). Sum of RGB (Red+Green+Blue) = 57+9+66=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #390942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390942 is #C6F6BD. Grayscale: #1D1D1D. Windows color (decimal): -13039294 or 4327737. OLE color: 4327737.
HSL color Cylindrical-coordinate representation of color #390942: hue angle of 290.53º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390942 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 9 | 66 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.74 |
| HSL | 290.53º | 0.76% | 0.15% | - |
| HSV(B) | 290.53º | 0.86% | 0.26% | - |
| XYZ | 2.77 | 1.46 | 5.29 | - |
| YUV | 29.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 9 | 66 | 0.14 | 0.86 | 0 | 0.74 | 290.53 | 0.76 | 0.15 |
| Hex | 39 | 9 | 42 | E | 56 | 0 | 4A | 123 | 4C | F |
| Octal | 71 | 11 | 102 | 16 | 126 | 0 | 112 | 443 | 114 | 17 |
| Binary | 111001 | 1001 | 1000010 | 1110 | 1010110 | 0 | 1001010 | 100100011 | 1001100 | 1111 |
Color Harmonies of #390942
Complementary color
Monochromatic Colors of #390942
Black with #390942
Text Example
Text Example
White with #390942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390942; }
p { color: rgb(57,9,66); }
H1.HeaderClassName
{
color: #390942;
}
.AnyTagClassName
{
color: #390942;
}
</style>
background-color css
<style>
a { background-color: #390942; }
a { background-color: rgb(57,9,66); }
div.DivClassName
{
background-color: #390942;
}
.BgClassName
{
background-color: #390942;
}
</style>
border-color css
<style>
span { border-color: #390942; }
span { border-color: rgb(57,9,66); }
td.TdClassName
{
border-color: #390942;
}
.TagClassName
{
border-color: #390942;
}
</style>