Shades of Blackcurrant #3E1348
Tints of Blackcurrant #3E1348
RGB
CMYK
RGB Variations
Color information
#3E1348 (or 0x3E1348) is known color: Blackcurrant. HEX triplet: 3E, 13 and 48. RGB value is (62,19,72). Sum of RGB (Red+Green+Blue) = 62+19+72=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1348 is #C1ECB7. Grayscale: #252525. Windows color (decimal): -12709048 or 4723518. OLE color: 4723518.
HSL color Cylindrical-coordinate representation of color #3E1348: hue angle of 288.68º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1348 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 19 | 72 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.72 |
| HSL | 288.68º | 0.58% | 0.18% | - |
| HSV(B) | 288.68º | 0.74% | 0.28% | - |
| XYZ | 3.39 | 1.96 | 6.33 | - |
| YUV | 37.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 72 | 0.14 | 0.74 | 0 | 0.72 | 288.68 | 0.58 | 0.18 |
| Hex | 3E | 13 | 48 | E | 4A | 0 | 48 | 121 | 3A | 12 |
| Octal | 76 | 23 | 110 | 16 | 112 | 0 | 110 | 441 | 72 | 22 |
| Binary | 111110 | 10011 | 1001000 | 1110 | 1001010 | 0 | 1001000 | 100100001 | 111010 | 10010 |
Color Harmonies of #3E1348
Complementary color
Monochromatic Colors of #3E1348
Black with #3E1348
Text Example
Text Example
White with #3E1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1348; }
p { color: rgb(62,19,72); }
H1.HeaderClassName
{
color: #3E1348;
}
.AnyTagClassName
{
color: #3E1348;
}
</style>
background-color css
<style>
a { background-color: #3E1348; }
a { background-color: rgb(62,19,72); }
div.DivClassName
{
background-color: #3E1348;
}
.BgClassName
{
background-color: #3E1348;
}
</style>
border-color css
<style>
span { border-color: #3E1348; }
span { border-color: rgb(62,19,72); }
td.TdClassName
{
border-color: #3E1348;
}
.TagClassName
{
border-color: #3E1348;
}
</style>