Shades of Blackcurrant #3E084C
Tints of Blackcurrant #3E084C
RGB
CMYK
RGB Variations
Color information
#3E084C (or 0x3E084C) is known color: Blackcurrant. HEX triplet: 3E, 08 and 4C. RGB value is (62,8,76). Sum of RGB (Red+Green+Blue) = 62+8+76=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E084C is #C1F7B3. Grayscale: #1F1F1F. Windows color (decimal): -12711860 or 4982846. OLE color: 4982846.
HSL color Cylindrical-coordinate representation of color #3E084C: hue angle of 287.65º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E084C is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 8 | 76 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.70 |
| HSL | 287.65º | 0.81% | 0.16% | - |
| HSV(B) | 287.65º | 0.89% | 0.3% | - |
| XYZ | 3.38 | 1.72 | 6.99 | - |
| YUV | 31.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 76 | 0.18 | 0.89 | 0 | 0.70 | 287.65 | 0.81 | 0.16 |
| Hex | 3E | 8 | 4C | 12 | 59 | 0 | 46 | 120 | 51 | 10 |
| Octal | 76 | 10 | 114 | 22 | 131 | 0 | 106 | 440 | 121 | 20 |
| Binary | 111110 | 1000 | 1001100 | 10010 | 1011001 | 0 | 1000110 | 100100000 | 1010001 | 10000 |
Color Harmonies of #3E084C
Complementary color
Monochromatic Colors of #3E084C
Black with #3E084C
Text Example
Text Example
White with #3E084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E084C; }
p { color: rgb(62,8,76); }
H1.HeaderClassName
{
color: #3E084C;
}
.AnyTagClassName
{
color: #3E084C;
}
</style>
background-color css
<style>
a { background-color: #3E084C; }
a { background-color: rgb(62,8,76); }
div.DivClassName
{
background-color: #3E084C;
}
.BgClassName
{
background-color: #3E084C;
}
</style>
border-color css
<style>
span { border-color: #3E084C; }
span { border-color: rgb(62,8,76); }
td.TdClassName
{
border-color: #3E084C;
}
.TagClassName
{
border-color: #3E084C;
}
</style>