Shades of Blackcurrant #39024A
Tints of Blackcurrant #39024A
RGB
CMYK
RGB Variations
Color information
#39024A (or 0x39024A) is known color: Blackcurrant. HEX triplet: 39, 02 and 4A. RGB value is (57,2,74). Sum of RGB (Red+Green+Blue) = 57+2+74=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #39024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39024A is #C6FDB5. Grayscale: #1A1A1A. Windows color (decimal): -13041078 or 4850233. OLE color: 4850233.
HSL color Cylindrical-coordinate representation of color #39024A: hue angle of 285.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39024A is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 2 | 74 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.71 |
| HSL | 285.83º | 0.95% | 0.15% | - |
| HSV(B) | 285.83º | 0.97% | 0.29% | - |
| XYZ | 2.95 | 1.41 | 6.6 | - |
| YUV | 26.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 74 | 0.23 | 0.97 | 0 | 0.71 | 285.83 | 0.95 | 0.15 |
| Hex | 39 | 2 | 4A | 17 | 61 | 0 | 47 | 11E | 5F | F |
| Octal | 71 | 2 | 112 | 27 | 141 | 0 | 107 | 436 | 137 | 17 |
| Binary | 111001 | 10 | 1001010 | 10111 | 1100001 | 0 | 1000111 | 100011110 | 1011111 | 1111 |
Color Harmonies of #39024A
Complementary color
Monochromatic Colors of #39024A
Black with #39024A
Text Example
Text Example
White with #39024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39024A; }
p { color: rgb(57,2,74); }
H1.HeaderClassName
{
color: #39024A;
}
.AnyTagClassName
{
color: #39024A;
}
</style>
background-color css
<style>
a { background-color: #39024A; }
a { background-color: rgb(57,2,74); }
div.DivClassName
{
background-color: #39024A;
}
.BgClassName
{
background-color: #39024A;
}
</style>
border-color css
<style>
span { border-color: #39024A; }
span { border-color: rgb(57,2,74); }
td.TdClassName
{
border-color: #39024A;
}
.TagClassName
{
border-color: #39024A;
}
</style>