Shades of Blackcurrant #3E0246
Tints of Blackcurrant #3E0246
RGB
CMYK
RGB Variations
Color information
#3E0246 (or 0x3E0246) is known color: Blackcurrant. HEX triplet: 3E, 02 and 46. RGB value is (62,2,70). Sum of RGB (Red+Green+Blue) = 62+2+70=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E0246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0246 is #C1FDB9. Grayscale: #1B1B1B. Windows color (decimal): -12713402 or 4588094. OLE color: 4588094.
HSL color Cylindrical-coordinate representation of color #3E0246: hue angle of 292.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0246 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 2 | 70 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.73 |
| HSL | 292.94º | 0.94% | 0.14% | - |
| HSV(B) | 292.94º | 0.97% | 0.27% | - |
| XYZ | 3.11 | 1.51 | 5.92 | - |
| YUV | 27.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 70 | 0.11 | 0.97 | 0 | 0.73 | 292.94 | 0.94 | 0.14 |
| Hex | 3E | 2 | 46 | B | 61 | 0 | 49 | 125 | 5E | E |
| Octal | 76 | 2 | 106 | 13 | 141 | 0 | 111 | 445 | 136 | 16 |
| Binary | 111110 | 10 | 1000110 | 1011 | 1100001 | 0 | 1001001 | 100100101 | 1011110 | 1110 |
Color Harmonies of #3E0246
Complementary color
Monochromatic Colors of #3E0246
Black with #3E0246
Text Example
Text Example
White with #3E0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0246; }
p { color: rgb(62,2,70); }
H1.HeaderClassName
{
color: #3E0246;
}
.AnyTagClassName
{
color: #3E0246;
}
</style>
background-color css
<style>
a { background-color: #3E0246; }
a { background-color: rgb(62,2,70); }
div.DivClassName
{
background-color: #3E0246;
}
.BgClassName
{
background-color: #3E0246;
}
</style>
border-color css
<style>
span { border-color: #3E0246; }
span { border-color: rgb(62,2,70); }
td.TdClassName
{
border-color: #3E0246;
}
.TagClassName
{
border-color: #3E0246;
}
</style>