Shades of Eternity #31322E
Tints of Eternity #31322E
RGB
CMYK
RGB Variations
Color information
#31322E (or 0x31322E) is known color: Eternity. HEX triplet: 31, 32 and 2E. RGB value is (49,50,46). Sum of RGB (Red+Green+Blue) = 49+50+46=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 50 - color contains mainly: green. Hex color #31322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31322E is #CECDD1. Grayscale: #313131. Windows color (decimal): -13553106 or 3027505. OLE color: 3027505.
HSL color Cylindrical-coordinate representation of color #31322E: hue angle of 75º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #31322E is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 46 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.80 |
| HSL | 75º | 0.04% | 0.19% | - |
| HSV(B) | 75º | 0.08% | 0.2% | - |
| XYZ | 2.9 | 3.13 | 3.04 | - |
| YUV | 49.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 46 | 0.02 | 0 | 0.08 | 0.80 | 75 | 0.04 | 0.19 |
| Hex | 31 | 32 | 2E | 2 | 0 | 8 | 50 | 4B | 4 | 13 |
| Octal | 61 | 62 | 56 | 2 | 0 | 10 | 120 | 113 | 4 | 23 |
| Binary | 110001 | 110010 | 101110 | 10 | 0 | 1000 | 1010000 | 1001011 | 100 | 10011 |
Color Harmonies of #31322E
Complementary color
Monochromatic Colors of #31322E
Black with #31322E
Text Example
Text Example
White with #31322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31322E; }
p { color: rgb(49,50,46); }
H1.HeaderClassName
{
color: #31322E;
}
.AnyTagClassName
{
color: #31322E;
}
</style>
background-color css
<style>
a { background-color: #31322E; }
a { background-color: rgb(49,50,46); }
div.DivClassName
{
background-color: #31322E;
}
.BgClassName
{
background-color: #31322E;
}
</style>
border-color css
<style>
span { border-color: #31322E; }
span { border-color: rgb(49,50,46); }
td.TdClassName
{
border-color: #31322E;
}
.TagClassName
{
border-color: #31322E;
}
</style>