Shades of Blackcurrant #390151
Tints of Blackcurrant #390151
RGB
CMYK
RGB Variations
Color information
#390151 (or 0x390151) is known color: Blackcurrant. HEX triplet: 39, 01 and 51. RGB value is (57,1,81). Sum of RGB (Red+Green+Blue) = 57+1+81=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #390151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390151 is #C6FEAE. Grayscale: #1A1A1A. Windows color (decimal): -13041327 or 5308729. OLE color: 5308729.
HSL color Cylindrical-coordinate representation of color #390151: hue angle of 282º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390151 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 1 | 81 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.68 |
| HSL | 282º | 0.98% | 0.16% | - |
| HSV(B) | 282º | 0.99% | 0.32% | - |
| XYZ | 3.18 | 1.49 | 7.9 | - |
| YUV | 26.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 81 | 0.30 | 0.99 | 0 | 0.68 | 282 | 0.98 | 0.16 |
| Hex | 39 | 1 | 51 | 1E | 63 | 0 | 44 | 11A | 62 | 10 |
| Octal | 71 | 1 | 121 | 36 | 143 | 0 | 104 | 432 | 142 | 20 |
| Binary | 111001 | 1 | 1010001 | 11110 | 1100011 | 0 | 1000100 | 100011010 | 1100010 | 10000 |
Color Harmonies of #390151
Complementary color
Monochromatic Colors of #390151
Black with #390151
Text Example
Text Example
White with #390151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390151; }
p { color: rgb(57,1,81); }
H1.HeaderClassName
{
color: #390151;
}
.AnyTagClassName
{
color: #390151;
}
</style>
background-color css
<style>
a { background-color: #390151; }
a { background-color: rgb(57,1,81); }
div.DivClassName
{
background-color: #390151;
}
.BgClassName
{
background-color: #390151;
}
</style>
border-color css
<style>
span { border-color: #390151; }
span { border-color: rgb(57,1,81); }
td.TdClassName
{
border-color: #390151;
}
.TagClassName
{
border-color: #390151;
}
</style>