Shades of Blackcurrant #39014D
Tints of Blackcurrant #39014D
RGB
CMYK
RGB Variations
Color information
#39014D (or 0x39014D) is known color: Blackcurrant. HEX triplet: 39, 01 and 4D. RGB value is (57,1,77). Sum of RGB (Red+Green+Blue) = 57+1+77=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #39014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39014D is #C6FEB2. Grayscale: #1A1A1A. Windows color (decimal): -13041331 or 5046585. OLE color: 5046585.
HSL color Cylindrical-coordinate representation of color #39014D: hue angle of 284.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39014D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 1 | 77 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.70 |
| HSL | 284.21º | 0.97% | 0.15% | - |
| HSV(B) | 284.21º | 0.99% | 0.3% | - |
| XYZ | 3.04 | 1.43 | 7.14 | - |
| YUV | 26.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 77 | 0.26 | 0.99 | 0 | 0.70 | 284.21 | 0.97 | 0.15 |
| Hex | 39 | 1 | 4D | 1A | 63 | 0 | 46 | 11C | 61 | F |
| Octal | 71 | 1 | 115 | 32 | 143 | 0 | 106 | 434 | 141 | 17 |
| Binary | 111001 | 1 | 1001101 | 11010 | 1100011 | 0 | 1000110 | 100011100 | 1100001 | 1111 |
Color Harmonies of #39014D
Complementary color
Monochromatic Colors of #39014D
Black with #39014D
Text Example
Text Example
White with #39014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39014D; }
p { color: rgb(57,1,77); }
H1.HeaderClassName
{
color: #39014D;
}
.AnyTagClassName
{
color: #39014D;
}
</style>
background-color css
<style>
a { background-color: #39014D; }
a { background-color: rgb(57,1,77); }
div.DivClassName
{
background-color: #39014D;
}
.BgClassName
{
background-color: #39014D;
}
</style>
border-color css
<style>
span { border-color: #39014D; }
span { border-color: rgb(57,1,77); }
td.TdClassName
{
border-color: #39014D;
}
.TagClassName
{
border-color: #39014D;
}
</style>