Shades of Blackcurrant #390143
Tints of Blackcurrant #390143
RGB
CMYK
RGB Variations
Color information
#390143 (or 0x390143) is known color: Blackcurrant. HEX triplet: 39, 01 and 43. RGB value is (57,1,67). Sum of RGB (Red+Green+Blue) = 57+1+67=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #390143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390143 is #C6FEBC. Grayscale: #191919. Windows color (decimal): -13041341 or 4391225. OLE color: 4391225.
HSL color Cylindrical-coordinate representation of color #390143: hue angle of 290.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390143 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 1 | 67 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.74 |
| HSL | 290.91º | 0.97% | 0.13% | - |
| HSV(B) | 290.91º | 0.99% | 0.26% | - |
| XYZ | 2.71 | 1.3 | 5.42 | - |
| YUV | 25.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 67 | 0.15 | 0.99 | 0 | 0.74 | 290.91 | 0.97 | 0.13 |
| Hex | 39 | 1 | 43 | F | 63 | 0 | 4A | 123 | 61 | D |
| Octal | 71 | 1 | 103 | 17 | 143 | 0 | 112 | 443 | 141 | 15 |
| Binary | 111001 | 1 | 1000011 | 1111 | 1100011 | 0 | 1001010 | 100100011 | 1100001 | 1101 |
Color Harmonies of #390143
Complementary color
Monochromatic Colors of #390143
Black with #390143
Text Example
Text Example
White with #390143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390143; }
p { color: rgb(57,1,67); }
H1.HeaderClassName
{
color: #390143;
}
.AnyTagClassName
{
color: #390143;
}
</style>
background-color css
<style>
a { background-color: #390143; }
a { background-color: rgb(57,1,67); }
div.DivClassName
{
background-color: #390143;
}
.BgClassName
{
background-color: #390143;
}
</style>
border-color css
<style>
span { border-color: #390143; }
span { border-color: rgb(57,1,67); }
td.TdClassName
{
border-color: #390143;
}
.TagClassName
{
border-color: #390143;
}
</style>