Shades of Eternity #31332D
Tints of Eternity #31332D
RGB
CMYK
RGB Variations
Color information
#31332D (or 0x31332D) is known color: Eternity. HEX triplet: 31, 33 and 2D. RGB value is (49,51,45). Sum of RGB (Red+Green+Blue) = 49+51+45=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 51 - color contains mainly: green. Hex color #31332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31332D is #CECCD2. Grayscale: #313131. Windows color (decimal): -13552851 or 2962225. OLE color: 2962225.
HSL color Cylindrical-coordinate representation of color #31332D: hue angle of 80º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #31332D is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 45 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.8 |
| HSL | 80º | 0.06% | 0.19% | - |
| HSV(B) | 80º | 0.12% | 0.2% | - |
| XYZ | 2.92 | 3.21 | 2.95 | - |
| YUV | 49.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 45 | 0.04 | 0 | 0.12 | 0.8 | 80 | 0.06 | 0.19 |
| Hex | 31 | 33 | 2D | 4 | 0 | C | 50 | 50 | 6 | 13 |
| Octal | 61 | 63 | 55 | 4 | 0 | 14 | 120 | 120 | 6 | 23 |
| Binary | 110001 | 110011 | 101101 | 100 | 0 | 1100 | 1010000 | 1010000 | 110 | 10011 |
Color Harmonies of #31332D
Complementary color
Monochromatic Colors of #31332D
Black with #31332D
Text Example
Text Example
White with #31332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31332D; }
p { color: rgb(49,51,45); }
H1.HeaderClassName
{
color: #31332D;
}
.AnyTagClassName
{
color: #31332D;
}
</style>
background-color css
<style>
a { background-color: #31332D; }
a { background-color: rgb(49,51,45); }
div.DivClassName
{
background-color: #31332D;
}
.BgClassName
{
background-color: #31332D;
}
</style>
border-color css
<style>
span { border-color: #31332D; }
span { border-color: rgb(49,51,45); }
td.TdClassName
{
border-color: #31332D;
}
.TagClassName
{
border-color: #31332D;
}
</style>