Shades of Blackcurrant #390344
Tints of Blackcurrant #390344
RGB
CMYK
RGB Variations
Color information
#390344 (or 0x390344) is known color: Blackcurrant. HEX triplet: 39, 03 and 44. RGB value is (57,3,68). Sum of RGB (Red+Green+Blue) = 57+3+68=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #390344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390344 is #C6FCBB. Grayscale: #1A1A1A. Windows color (decimal): -13040828 or 4457273. OLE color: 4457273.
HSL color Cylindrical-coordinate representation of color #390344: hue angle of 289.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390344 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 3 | 68 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.73 |
| HSL | 289.85º | 0.92% | 0.14% | - |
| HSV(B) | 289.85º | 0.96% | 0.27% | - |
| XYZ | 2.76 | 1.35 | 5.58 | - |
| YUV | 26.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 68 | 0.16 | 0.96 | 0 | 0.73 | 289.85 | 0.92 | 0.14 |
| Hex | 39 | 3 | 44 | 10 | 60 | 0 | 49 | 122 | 5C | E |
| Octal | 71 | 3 | 104 | 20 | 140 | 0 | 111 | 442 | 134 | 16 |
| Binary | 111001 | 11 | 1000100 | 10000 | 1100000 | 0 | 1001001 | 100100010 | 1011100 | 1110 |
Color Harmonies of #390344
Complementary color
Monochromatic Colors of #390344
Black with #390344
Text Example
Text Example
White with #390344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390344; }
p { color: rgb(57,3,68); }
H1.HeaderClassName
{
color: #390344;
}
.AnyTagClassName
{
color: #390344;
}
</style>
background-color css
<style>
a { background-color: #390344; }
a { background-color: rgb(57,3,68); }
div.DivClassName
{
background-color: #390344;
}
.BgClassName
{
background-color: #390344;
}
</style>
border-color css
<style>
span { border-color: #390344; }
span { border-color: rgb(57,3,68); }
td.TdClassName
{
border-color: #390344;
}
.TagClassName
{
border-color: #390344;
}
</style>