Shades of Blackcurrant #3E0D48
Tints of Blackcurrant #3E0D48
RGB
CMYK
RGB Variations
Color information
#3E0D48 (or 0x3E0D48) is known color: Blackcurrant. HEX triplet: 3E, 0D and 48. RGB value is (62,13,72). Sum of RGB (Red+Green+Blue) = 62+13+72=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D48 is #C1F2B7. Grayscale: #222222. Windows color (decimal): -12710584 or 4721982. OLE color: 4721982.
HSL color Cylindrical-coordinate representation of color #3E0D48: hue angle of 289.83º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0D48 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 13 | 72 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.72 |
| HSL | 289.83º | 0.69% | 0.17% | - |
| HSV(B) | 289.83º | 0.82% | 0.28% | - |
| XYZ | 3.3 | 1.78 | 6.3 | - |
| YUV | 34.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 72 | 0.14 | 0.82 | 0 | 0.72 | 289.83 | 0.69 | 0.17 |
| Hex | 3E | D | 48 | E | 52 | 0 | 48 | 122 | 45 | 11 |
| Octal | 76 | 15 | 110 | 16 | 122 | 0 | 110 | 442 | 105 | 21 |
| Binary | 111110 | 1101 | 1001000 | 1110 | 1010010 | 0 | 1001000 | 100100010 | 1000101 | 10001 |
Color Harmonies of #3E0D48
Complementary color
Monochromatic Colors of #3E0D48
Black with #3E0D48
Text Example
Text Example
White with #3E0D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D48; }
p { color: rgb(62,13,72); }
H1.HeaderClassName
{
color: #3E0D48;
}
.AnyTagClassName
{
color: #3E0D48;
}
</style>
background-color css
<style>
a { background-color: #3E0D48; }
a { background-color: rgb(62,13,72); }
div.DivClassName
{
background-color: #3E0D48;
}
.BgClassName
{
background-color: #3E0D48;
}
</style>
border-color css
<style>
span { border-color: #3E0D48; }
span { border-color: rgb(62,13,72); }
td.TdClassName
{
border-color: #3E0D48;
}
.TagClassName
{
border-color: #3E0D48;
}
</style>