Shades of Blackcurrant #2E094D
Tints of Blackcurrant #2E094D
RGB
CMYK
RGB Variations
Color information
#2E094D (or 0x2E094D) is known color: Blackcurrant. HEX triplet: 2E, 09 and 4D. RGB value is (46,9,77). Sum of RGB (Red+Green+Blue) = 46+9+77=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E094D is #D1F6B2. Grayscale: #1B1B1B. Windows color (decimal): -13760179 or 5048622. OLE color: 5048622.
HSL color Cylindrical-coordinate representation of color #2E094D: hue angle of 272.65º 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 #2E094D is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 9 | 77 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.70 |
| HSL | 272.65º | 0.79% | 0.17% | - |
| HSV(B) | 272.65º | 0.88% | 0.3% | - |
| XYZ | 2.56 | 1.31 | 7.14 | - |
| YUV | 27.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 77 | 0.40 | 0.88 | 0 | 0.70 | 272.65 | 0.79 | 0.17 |
| Hex | 2E | 9 | 4D | 28 | 58 | 0 | 46 | 111 | 4F | 11 |
| Octal | 56 | 11 | 115 | 50 | 130 | 0 | 106 | 421 | 117 | 21 |
| Binary | 101110 | 1001 | 1001101 | 101000 | 1011000 | 0 | 1000110 | 100010001 | 1001111 | 10001 |
Color Harmonies of #2E094D
Complementary color
Monochromatic Colors of #2E094D
Black with #2E094D
Text Example
Text Example
White with #2E094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E094D; }
p { color: rgb(46,9,77); }
H1.HeaderClassName
{
color: #2E094D;
}
.AnyTagClassName
{
color: #2E094D;
}
</style>
background-color css
<style>
a { background-color: #2E094D; }
a { background-color: rgb(46,9,77); }
div.DivClassName
{
background-color: #2E094D;
}
.BgClassName
{
background-color: #2E094D;
}
</style>
border-color css
<style>
span { border-color: #2E094D; }
span { border-color: rgb(46,9,77); }
td.TdClassName
{
border-color: #2E094D;
}
.TagClassName
{
border-color: #2E094D;
}
</style>