Shades of Blackcurrant #3E0B47
Tints of Blackcurrant #3E0B47
RGB
CMYK
RGB Variations
Color information
#3E0B47 (or 0x3E0B47) is known color: Blackcurrant. HEX triplet: 3E, 0B and 47. RGB value is (62,11,71). Sum of RGB (Red+Green+Blue) = 62+11+71=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E0B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B47 is #C1F4B8. Grayscale: #202020. Windows color (decimal): -12711097 or 4655934. OLE color: 4655934.
HSL color Cylindrical-coordinate representation of color #3E0B47: hue angle of 291º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0B47 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 11 | 71 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.72 |
| HSL | 291º | 0.73% | 0.16% | - |
| HSV(B) | 291º | 0.85% | 0.28% | - |
| XYZ | 3.24 | 1.72 | 6.12 | - |
| YUV | 33.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 71 | 0.13 | 0.85 | 0 | 0.72 | 291 | 0.73 | 0.16 |
| Hex | 3E | B | 47 | D | 55 | 0 | 48 | 123 | 49 | 10 |
| Octal | 76 | 13 | 107 | 15 | 125 | 0 | 110 | 443 | 111 | 20 |
| Binary | 111110 | 1011 | 1000111 | 1101 | 1010101 | 0 | 1001000 | 100100011 | 1001001 | 10000 |
Color Harmonies of #3E0B47
Complementary color
Monochromatic Colors of #3E0B47
Black with #3E0B47
Text Example
Text Example
White with #3E0B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B47; }
p { color: rgb(62,11,71); }
H1.HeaderClassName
{
color: #3E0B47;
}
.AnyTagClassName
{
color: #3E0B47;
}
</style>
background-color css
<style>
a { background-color: #3E0B47; }
a { background-color: rgb(62,11,71); }
div.DivClassName
{
background-color: #3E0B47;
}
.BgClassName
{
background-color: #3E0B47;
}
</style>
border-color css
<style>
span { border-color: #3E0B47; }
span { border-color: rgb(62,11,71); }
td.TdClassName
{
border-color: #3E0B47;
}
.TagClassName
{
border-color: #3E0B47;
}
</style>