Shades of Blackcurrant #3E0A48
Tints of Blackcurrant #3E0A48
RGB
CMYK
RGB Variations
Color information
#3E0A48 (or 0x3E0A48) is known color: Blackcurrant. HEX triplet: 3E, 0A and 48. RGB value is (62,10,72). Sum of RGB (Red+Green+Blue) = 62+10+72=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A48 is #C1F5B7. Grayscale: #202020. Windows color (decimal): -12711352 or 4721214. OLE color: 4721214.
HSL color Cylindrical-coordinate representation of color #3E0A48: hue angle of 290.32º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E0A48 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 10 | 72 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.72 |
| HSL | 290.32º | 0.76% | 0.16% | - |
| HSV(B) | 290.32º | 0.86% | 0.28% | - |
| XYZ | 3.26 | 1.71 | 6.29 | - |
| YUV | 32.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 72 | 0.14 | 0.86 | 0 | 0.72 | 290.32 | 0.76 | 0.16 |
| Hex | 3E | A | 48 | E | 56 | 0 | 48 | 122 | 4C | 10 |
| Octal | 76 | 12 | 110 | 16 | 126 | 0 | 110 | 442 | 114 | 20 |
| Binary | 111110 | 1010 | 1001000 | 1110 | 1010110 | 0 | 1001000 | 100100010 | 1001100 | 10000 |
Color Harmonies of #3E0A48
Complementary color
Monochromatic Colors of #3E0A48
Black with #3E0A48
Text Example
Text Example
White with #3E0A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A48; }
p { color: rgb(62,10,72); }
H1.HeaderClassName
{
color: #3E0A48;
}
.AnyTagClassName
{
color: #3E0A48;
}
</style>
background-color css
<style>
a { background-color: #3E0A48; }
a { background-color: rgb(62,10,72); }
div.DivClassName
{
background-color: #3E0A48;
}
.BgClassName
{
background-color: #3E0A48;
}
</style>
border-color css
<style>
span { border-color: #3E0A48; }
span { border-color: rgb(62,10,72); }
td.TdClassName
{
border-color: #3E0A48;
}
.TagClassName
{
border-color: #3E0A48;
}
</style>