Shades of Blackcurrant #3E0E48
Tints of Blackcurrant #3E0E48
RGB
CMYK
RGB Variations
Color information
#3E0E48 (or 0x3E0E48) is known color: Blackcurrant. HEX triplet: 3E, 0E and 48. RGB value is (62,14,72). Sum of RGB (Red+Green+Blue) = 62+14+72=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E48 is #C1F1B7. Grayscale: #222222. Windows color (decimal): -12710328 or 4722238. OLE color: 4722238.
HSL color Cylindrical-coordinate representation of color #3E0E48: hue angle of 289.66º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E0E48 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 14 | 72 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.72 |
| HSL | 289.66º | 0.67% | 0.17% | - |
| HSV(B) | 289.66º | 0.81% | 0.28% | - |
| XYZ | 3.31 | 1.81 | 6.3 | - |
| YUV | 34.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 72 | 0.14 | 0.81 | 0 | 0.72 | 289.66 | 0.67 | 0.17 |
| Hex | 3E | E | 48 | E | 51 | 0 | 48 | 122 | 43 | 11 |
| Octal | 76 | 16 | 110 | 16 | 121 | 0 | 110 | 442 | 103 | 21 |
| Binary | 111110 | 1110 | 1001000 | 1110 | 1010001 | 0 | 1001000 | 100100010 | 1000011 | 10001 |
Color Harmonies of #3E0E48
Complementary color
Monochromatic Colors of #3E0E48
Black with #3E0E48
Text Example
Text Example
White with #3E0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E48; }
p { color: rgb(62,14,72); }
H1.HeaderClassName
{
color: #3E0E48;
}
.AnyTagClassName
{
color: #3E0E48;
}
</style>
background-color css
<style>
a { background-color: #3E0E48; }
a { background-color: rgb(62,14,72); }
div.DivClassName
{
background-color: #3E0E48;
}
.BgClassName
{
background-color: #3E0E48;
}
</style>
border-color css
<style>
span { border-color: #3E0E48; }
span { border-color: rgb(62,14,72); }
td.TdClassName
{
border-color: #3E0E48;
}
.TagClassName
{
border-color: #3E0E48;
}
</style>