Shades of Blackcurrant #390F55
Tints of Blackcurrant #390F55
RGB
CMYK
RGB Variations
Color information
#390F55 (or 0x390F55) is known color: Blackcurrant. HEX triplet: 39, 0F and 55. RGB value is (57,15,85). Sum of RGB (Red+Green+Blue) = 57+15+85=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #390F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F55 is #C6F0AA. Grayscale: #232323. Windows color (decimal): -13037739 or 5574457. OLE color: 5574457.
HSL color Cylindrical-coordinate representation of color #390F55: hue angle of 276º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390F55 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 15 | 85 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.67 |
| HSL | 276º | 0.7% | 0.2% | - |
| HSV(B) | 276º | 0.82% | 0.33% | - |
| XYZ | 3.5 | 1.87 | 8.77 | - |
| YUV | 35.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 85 | 0.33 | 0.82 | 0 | 0.67 | 276 | 0.7 | 0.2 |
| Hex | 39 | F | 55 | 21 | 52 | 0 | 43 | 114 | 46 | 14 |
| Octal | 71 | 17 | 125 | 41 | 122 | 0 | 103 | 424 | 106 | 24 |
| Binary | 111001 | 1111 | 1010101 | 100001 | 1010010 | 0 | 1000011 | 100010100 | 1000110 | 10100 |
Color Harmonies of #390F55
Complementary color
Monochromatic Colors of #390F55
Black with #390F55
Text Example
Text Example
White with #390F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F55; }
p { color: rgb(57,15,85); }
H1.HeaderClassName
{
color: #390F55;
}
.AnyTagClassName
{
color: #390F55;
}
</style>
background-color css
<style>
a { background-color: #390F55; }
a { background-color: rgb(57,15,85); }
div.DivClassName
{
background-color: #390F55;
}
.BgClassName
{
background-color: #390F55;
}
</style>
border-color css
<style>
span { border-color: #390F55; }
span { border-color: rgb(57,15,85); }
td.TdClassName
{
border-color: #390F55;
}
.TagClassName
{
border-color: #390F55;
}
</style>