Shades of Blackcurrant #3E0548
Tints of Blackcurrant #3E0548
RGB
CMYK
RGB Variations
Color information
#3E0548 (or 0x3E0548) is known color: Blackcurrant. HEX triplet: 3E, 05 and 48. RGB value is (62,5,72). Sum of RGB (Red+Green+Blue) = 62+5+72=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0548 is #C1FAB7. Grayscale: #1D1D1D. Windows color (decimal): -12712632 or 4719934. OLE color: 4719934.
HSL color Cylindrical-coordinate representation of color #3E0548: hue angle of 291.04º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0548 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 5 | 72 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.72 |
| HSL | 291.04º | 0.87% | 0.15% | - |
| HSV(B) | 291.04º | 0.93% | 0.28% | - |
| XYZ | 3.21 | 1.6 | 6.27 | - |
| YUV | 29.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 72 | 0.14 | 0.93 | 0 | 0.72 | 291.04 | 0.87 | 0.15 |
| Hex | 3E | 5 | 48 | E | 5D | 0 | 48 | 123 | 57 | F |
| Octal | 76 | 5 | 110 | 16 | 135 | 0 | 110 | 443 | 127 | 17 |
| Binary | 111110 | 101 | 1001000 | 1110 | 1011101 | 0 | 1001000 | 100100011 | 1010111 | 1111 |
Color Harmonies of #3E0548
Complementary color
Monochromatic Colors of #3E0548
Black with #3E0548
Text Example
Text Example
White with #3E0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0548; }
p { color: rgb(62,5,72); }
H1.HeaderClassName
{
color: #3E0548;
}
.AnyTagClassName
{
color: #3E0548;
}
</style>
background-color css
<style>
a { background-color: #3E0548; }
a { background-color: rgb(62,5,72); }
div.DivClassName
{
background-color: #3E0548;
}
.BgClassName
{
background-color: #3E0548;
}
</style>
border-color css
<style>
span { border-color: #3E0548; }
span { border-color: rgb(62,5,72); }
td.TdClassName
{
border-color: #3E0548;
}
.TagClassName
{
border-color: #3E0548;
}
</style>