Shades of Blackcurrant #3E0D47
Tints of Blackcurrant #3E0D47
RGB
CMYK
RGB Variations
Color information
#3E0D47 (or 0x3E0D47) is known color: Blackcurrant. HEX triplet: 3E, 0D and 47. RGB value is (62,13,71). Sum of RGB (Red+Green+Blue) = 62+13+71=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E0D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D47 is #C1F2B8. Grayscale: #222222. Windows color (decimal): -12710585 or 4656446. OLE color: 4656446.
HSL color Cylindrical-coordinate representation of color #3E0D47: hue angle of 290.69º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0D47 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 13 | 71 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.72 |
| HSL | 290.69º | 0.69% | 0.16% | - |
| HSV(B) | 290.69º | 0.82% | 0.28% | - |
| XYZ | 3.27 | 1.77 | 6.13 | - |
| YUV | 34.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 71 | 0.13 | 0.82 | 0 | 0.72 | 290.69 | 0.69 | 0.16 |
| Hex | 3E | D | 47 | D | 52 | 0 | 48 | 123 | 45 | 10 |
| Octal | 76 | 15 | 107 | 15 | 122 | 0 | 110 | 443 | 105 | 20 |
| Binary | 111110 | 1101 | 1000111 | 1101 | 1010010 | 0 | 1001000 | 100100011 | 1000101 | 10000 |
Color Harmonies of #3E0D47
Complementary color
Monochromatic Colors of #3E0D47
Black with #3E0D47
Text Example
Text Example
White with #3E0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D47; }
p { color: rgb(62,13,71); }
H1.HeaderClassName
{
color: #3E0D47;
}
.AnyTagClassName
{
color: #3E0D47;
}
</style>
background-color css
<style>
a { background-color: #3E0D47; }
a { background-color: rgb(62,13,71); }
div.DivClassName
{
background-color: #3E0D47;
}
.BgClassName
{
background-color: #3E0D47;
}
</style>
border-color css
<style>
span { border-color: #3E0D47; }
span { border-color: rgb(62,13,71); }
td.TdClassName
{
border-color: #3E0D47;
}
.TagClassName
{
border-color: #3E0D47;
}
</style>