Shades of Eternity #2E331E
Tints of Eternity #2E331E
RGB
CMYK
RGB Variations
Color information
#2E331E (or 0x2E331E) is known color: Eternity. HEX triplet: 2E, 33 and 1E. RGB value is (46,51,30). Sum of RGB (Red+Green+Blue) = 46+51+30=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 51 - color contains mainly: green. Hex color #2E331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E331E is #D1CCE1. Grayscale: #2F2F2F. Windows color (decimal): -13749474 or 1979182. OLE color: 1979182.
HSL color Cylindrical-coordinate representation of color #2E331E: hue angle of 74.29º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E331E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 30 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.8 |
| HSL | 74.29º | 0.26% | 0.16% | - |
| HSV(B) | 74.29º | 0.41% | 0.2% | - |
| XYZ | 2.54 | 3.04 | 1.68 | - |
| YUV | 47.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 30 | 0.10 | 0 | 0.41 | 0.8 | 74.29 | 0.26 | 0.16 |
| Hex | 2E | 33 | 1E | A | 0 | 29 | 50 | 4A | 1A | 10 |
| Octal | 56 | 63 | 36 | 12 | 0 | 51 | 120 | 112 | 32 | 20 |
| Binary | 101110 | 110011 | 11110 | 1010 | 0 | 101001 | 1010000 | 1001010 | 11010 | 10000 |
Color Harmonies of #2E331E
Complementary color
Monochromatic Colors of #2E331E
Black with #2E331E
Text Example
Text Example
White with #2E331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E331E; }
p { color: rgb(46,51,30); }
H1.HeaderClassName
{
color: #2E331E;
}
.AnyTagClassName
{
color: #2E331E;
}
</style>
background-color css
<style>
a { background-color: #2E331E; }
a { background-color: rgb(46,51,30); }
div.DivClassName
{
background-color: #2E331E;
}
.BgClassName
{
background-color: #2E331E;
}
</style>
border-color css
<style>
span { border-color: #2E331E; }
span { border-color: rgb(46,51,30); }
td.TdClassName
{
border-color: #2E331E;
}
.TagClassName
{
border-color: #2E331E;
}
</style>