Shades of Blackcurrant #3E094D
Tints of Blackcurrant #3E094D
RGB
CMYK
RGB Variations
Color information
#3E094D (or 0x3E094D) is known color: Blackcurrant. HEX triplet: 3E, 09 and 4D. RGB value is (62,9,77). Sum of RGB (Red+Green+Blue) = 62+9+77=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E094D is #C1F6B2. Grayscale: #202020. Windows color (decimal): -12711603 or 5048638. OLE color: 5048638.
HSL color Cylindrical-coordinate representation of color #3E094D: hue angle of 286.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E094D is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 9 | 77 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.70 |
| HSL | 286.76º | 0.79% | 0.17% | - |
| HSV(B) | 286.76º | 0.88% | 0.3% | - |
| XYZ | 3.42 | 1.76 | 7.18 | - |
| YUV | 32.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 77 | 0.19 | 0.88 | 0 | 0.70 | 286.76 | 0.79 | 0.17 |
| Hex | 3E | 9 | 4D | 13 | 58 | 0 | 46 | 11F | 4F | 11 |
| Octal | 76 | 11 | 115 | 23 | 130 | 0 | 106 | 437 | 117 | 21 |
| Binary | 111110 | 1001 | 1001101 | 10011 | 1011000 | 0 | 1000110 | 100011111 | 1001111 | 10001 |
Color Harmonies of #3E094D
Complementary color
Monochromatic Colors of #3E094D
Black with #3E094D
Text Example
Text Example
White with #3E094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E094D; }
p { color: rgb(62,9,77); }
H1.HeaderClassName
{
color: #3E094D;
}
.AnyTagClassName
{
color: #3E094D;
}
</style>
background-color css
<style>
a { background-color: #3E094D; }
a { background-color: rgb(62,9,77); }
div.DivClassName
{
background-color: #3E094D;
}
.BgClassName
{
background-color: #3E094D;
}
</style>
border-color css
<style>
span { border-color: #3E094D; }
span { border-color: rgb(62,9,77); }
td.TdClassName
{
border-color: #3E094D;
}
.TagClassName
{
border-color: #3E094D;
}
</style>