Shades of Blackcurrant #3E1148
Tints of Blackcurrant #3E1148
RGB
CMYK
RGB Variations
Color information
#3E1148 (or 0x3E1148) is known color: Blackcurrant. HEX triplet: 3E, 11 and 48. RGB value is (62,17,72). Sum of RGB (Red+Green+Blue) = 62+17+72=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1148 is #C1EEB7. Grayscale: #242424. Windows color (decimal): -12709560 or 4723006. OLE color: 4723006.
HSL color Cylindrical-coordinate representation of color #3E1148: hue angle of 289.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1148 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 17 | 72 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.72 |
| HSL | 289.09º | 0.62% | 0.17% | - |
| HSV(B) | 289.09º | 0.76% | 0.28% | - |
| XYZ | 3.36 | 1.89 | 6.32 | - |
| YUV | 36.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 72 | 0.14 | 0.76 | 0 | 0.72 | 289.09 | 0.62 | 0.17 |
| Hex | 3E | 11 | 48 | E | 4C | 0 | 48 | 121 | 3E | 11 |
| Octal | 76 | 21 | 110 | 16 | 114 | 0 | 110 | 441 | 76 | 21 |
| Binary | 111110 | 10001 | 1001000 | 1110 | 1001100 | 0 | 1001000 | 100100001 | 111110 | 10001 |
Color Harmonies of #3E1148
Complementary color
Monochromatic Colors of #3E1148
Black with #3E1148
Text Example
Text Example
White with #3E1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1148; }
p { color: rgb(62,17,72); }
H1.HeaderClassName
{
color: #3E1148;
}
.AnyTagClassName
{
color: #3E1148;
}
</style>
background-color css
<style>
a { background-color: #3E1148; }
a { background-color: rgb(62,17,72); }
div.DivClassName
{
background-color: #3E1148;
}
.BgClassName
{
background-color: #3E1148;
}
</style>
border-color css
<style>
span { border-color: #3E1148; }
span { border-color: rgb(62,17,72); }
td.TdClassName
{
border-color: #3E1148;
}
.TagClassName
{
border-color: #3E1148;
}
</style>