Shades of Blackcurrant #39054D
Tints of Blackcurrant #39054D
RGB
CMYK
RGB Variations
Color information
#39054D (or 0x39054D) is known color: Blackcurrant. HEX triplet: 39, 05 and 4D. RGB value is (57,5,77). Sum of RGB (Red+Green+Blue) = 57+5+77=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #39054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39054D is #C6FAB2. Grayscale: #1C1C1C. Windows color (decimal): -13040307 or 5047609. OLE color: 5047609.
HSL color Cylindrical-coordinate representation of color #39054D: hue angle of 283.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39054D is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 5 | 77 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.70 |
| HSL | 283.33º | 0.88% | 0.16% | - |
| HSV(B) | 283.33º | 0.94% | 0.3% | - |
| XYZ | 3.08 | 1.51 | 7.15 | - |
| YUV | 28.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 77 | 0.26 | 0.94 | 0 | 0.70 | 283.33 | 0.88 | 0.16 |
| Hex | 39 | 5 | 4D | 1A | 5E | 0 | 46 | 11B | 58 | 10 |
| Octal | 71 | 5 | 115 | 32 | 136 | 0 | 106 | 433 | 130 | 20 |
| Binary | 111001 | 101 | 1001101 | 11010 | 1011110 | 0 | 1000110 | 100011011 | 1011000 | 10000 |
Color Harmonies of #39054D
Complementary color
Monochromatic Colors of #39054D
Black with #39054D
Text Example
Text Example
White with #39054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39054D; }
p { color: rgb(57,5,77); }
H1.HeaderClassName
{
color: #39054D;
}
.AnyTagClassName
{
color: #39054D;
}
</style>
background-color css
<style>
a { background-color: #39054D; }
a { background-color: rgb(57,5,77); }
div.DivClassName
{
background-color: #39054D;
}
.BgClassName
{
background-color: #39054D;
}
</style>
border-color css
<style>
span { border-color: #39054D; }
span { border-color: rgb(57,5,77); }
td.TdClassName
{
border-color: #39054D;
}
.TagClassName
{
border-color: #39054D;
}
</style>