Shades of Blackcurrant #3E1548
Tints of Blackcurrant #3E1548
RGB
CMYK
RGB Variations
Color information
#3E1548 (or 0x3E1548) is known color: Blackcurrant. HEX triplet: 3E, 15 and 48. RGB value is (62,21,72). Sum of RGB (Red+Green+Blue) = 62+21+72=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E1548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1548 is #C1EAB7. Grayscale: #262626. Windows color (decimal): -12708536 or 4724030. OLE color: 4724030.
HSL color Cylindrical-coordinate representation of color #3E1548: hue angle of 288.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1548 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 21 | 72 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.72 |
| HSL | 288.24º | 0.55% | 0.18% | - |
| HSV(B) | 288.24º | 0.71% | 0.28% | - |
| XYZ | 3.42 | 2.03 | 6.34 | - |
| YUV | 39.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 72 | 0.14 | 0.71 | 0 | 0.72 | 288.24 | 0.55 | 0.18 |
| Hex | 3E | 15 | 48 | E | 47 | 0 | 48 | 120 | 37 | 12 |
| Octal | 76 | 25 | 110 | 16 | 107 | 0 | 110 | 440 | 67 | 22 |
| Binary | 111110 | 10101 | 1001000 | 1110 | 1000111 | 0 | 1001000 | 100100000 | 110111 | 10010 |
Color Harmonies of #3E1548
Complementary color
Monochromatic Colors of #3E1548
Black with #3E1548
Text Example
Text Example
White with #3E1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1548; }
p { color: rgb(62,21,72); }
H1.HeaderClassName
{
color: #3E1548;
}
.AnyTagClassName
{
color: #3E1548;
}
</style>
background-color css
<style>
a { background-color: #3E1548; }
a { background-color: rgb(62,21,72); }
div.DivClassName
{
background-color: #3E1548;
}
.BgClassName
{
background-color: #3E1548;
}
</style>
border-color css
<style>
span { border-color: #3E1548; }
span { border-color: rgb(62,21,72); }
td.TdClassName
{
border-color: #3E1548;
}
.TagClassName
{
border-color: #3E1548;
}
</style>