Shades of Blackcurrant #39024E
Tints of Blackcurrant #39024E
RGB
CMYK
RGB Variations
Color information
#39024E (or 0x39024E) is known color: Blackcurrant. HEX triplet: 39, 02 and 4E. RGB value is (57,2,78). Sum of RGB (Red+Green+Blue) = 57+2+78=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #39024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39024E is #C6FDB1. Grayscale: #1A1A1A. Windows color (decimal): -13041074 or 5112377. OLE color: 5112377.
HSL color Cylindrical-coordinate representation of color #39024E: hue angle of 283.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39024E is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 2 | 78 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.69 |
| HSL | 283.42º | 0.95% | 0.16% | - |
| HSV(B) | 283.42º | 0.97% | 0.31% | - |
| XYZ | 3.08 | 1.46 | 7.33 | - |
| YUV | 27.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 78 | 0.27 | 0.97 | 0 | 0.69 | 283.42 | 0.95 | 0.16 |
| Hex | 39 | 2 | 4E | 1B | 61 | 0 | 45 | 11B | 5F | 10 |
| Octal | 71 | 2 | 116 | 33 | 141 | 0 | 105 | 433 | 137 | 20 |
| Binary | 111001 | 10 | 1001110 | 11011 | 1100001 | 0 | 1000101 | 100011011 | 1011111 | 10000 |
Color Harmonies of #39024E
Complementary color
Monochromatic Colors of #39024E
Black with #39024E
Text Example
Text Example
White with #39024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39024E; }
p { color: rgb(57,2,78); }
H1.HeaderClassName
{
color: #39024E;
}
.AnyTagClassName
{
color: #39024E;
}
</style>
background-color css
<style>
a { background-color: #39024E; }
a { background-color: rgb(57,2,78); }
div.DivClassName
{
background-color: #39024E;
}
.BgClassName
{
background-color: #39024E;
}
</style>
border-color css
<style>
span { border-color: #39024E; }
span { border-color: rgb(57,2,78); }
td.TdClassName
{
border-color: #39024E;
}
.TagClassName
{
border-color: #39024E;
}
</style>