Shades of Eternity #2E331F
Tints of Eternity #2E331F
RGB
CMYK
RGB Variations
Color information
#2E331F (or 0x2E331F) is known color: Eternity. HEX triplet: 2E, 33 and 1F. RGB value is (46,51,31). Sum of RGB (Red+Green+Blue) = 46+51+31=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #2E331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E331F is #D1CCE0. Grayscale: #2F2F2F. Windows color (decimal): -13749473 or 2044718. OLE color: 2044718.
HSL color Cylindrical-coordinate representation of color #2E331F: hue angle of 75º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E331F is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 31 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.8 |
| HSL | 75º | 0.24% | 0.16% | - |
| HSV(B) | 75º | 0.39% | 0.2% | - |
| XYZ | 2.56 | 3.05 | 1.75 | - |
| YUV | 47.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 31 | 0.10 | 0 | 0.39 | 0.8 | 75 | 0.24 | 0.16 |
| Hex | 2E | 33 | 1F | A | 0 | 27 | 50 | 4B | 18 | 10 |
| Octal | 56 | 63 | 37 | 12 | 0 | 47 | 120 | 113 | 30 | 20 |
| Binary | 101110 | 110011 | 11111 | 1010 | 0 | 100111 | 1010000 | 1001011 | 11000 | 10000 |
Color Harmonies of #2E331F
Complementary color
Monochromatic Colors of #2E331F
Black with #2E331F
Text Example
Text Example
White with #2E331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E331F; }
p { color: rgb(46,51,31); }
H1.HeaderClassName
{
color: #2E331F;
}
.AnyTagClassName
{
color: #2E331F;
}
</style>
background-color css
<style>
a { background-color: #2E331F; }
a { background-color: rgb(46,51,31); }
div.DivClassName
{
background-color: #2E331F;
}
.BgClassName
{
background-color: #2E331F;
}
</style>
border-color css
<style>
span { border-color: #2E331F; }
span { border-color: rgb(46,51,31); }
td.TdClassName
{
border-color: #2E331F;
}
.TagClassName
{
border-color: #2E331F;
}
</style>