Shades of Blackcurrant #390343
Tints of Blackcurrant #390343
RGB
CMYK
RGB Variations
Color information
#390343 (or 0x390343) is known color: Blackcurrant. HEX triplet: 39, 03 and 43. RGB value is (57,3,67). Sum of RGB (Red+Green+Blue) = 57+3+67=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #390343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390343 is #C6FCBC. Grayscale: #1A1A1A. Windows color (decimal): -13040829 or 4391737. OLE color: 4391737.
HSL color Cylindrical-coordinate representation of color #390343: hue angle of 290.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390343 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 3 | 67 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.74 |
| HSL | 290.63º | 0.91% | 0.14% | - |
| HSV(B) | 290.63º | 0.96% | 0.26% | - |
| XYZ | 2.73 | 1.34 | 5.42 | - |
| YUV | 26.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 67 | 0.15 | 0.96 | 0 | 0.74 | 290.63 | 0.91 | 0.14 |
| Hex | 39 | 3 | 43 | F | 60 | 0 | 4A | 123 | 5B | E |
| Octal | 71 | 3 | 103 | 17 | 140 | 0 | 112 | 443 | 133 | 16 |
| Binary | 111001 | 11 | 1000011 | 1111 | 1100000 | 0 | 1001010 | 100100011 | 1011011 | 1110 |
Color Harmonies of #390343
Complementary color
Monochromatic Colors of #390343
Black with #390343
Text Example
Text Example
White with #390343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390343; }
p { color: rgb(57,3,67); }
H1.HeaderClassName
{
color: #390343;
}
.AnyTagClassName
{
color: #390343;
}
</style>
background-color css
<style>
a { background-color: #390343; }
a { background-color: rgb(57,3,67); }
div.DivClassName
{
background-color: #390343;
}
.BgClassName
{
background-color: #390343;
}
</style>
border-color css
<style>
span { border-color: #390343; }
span { border-color: rgb(57,3,67); }
td.TdClassName
{
border-color: #390343;
}
.TagClassName
{
border-color: #390343;
}
</style>