Shades of Eternity #313425
Tints of Eternity #313425
RGB
CMYK
RGB Variations
Color information
#313425 (or 0x313425) is known color: Eternity. HEX triplet: 31, 34 and 25. RGB value is (49,52,37). Sum of RGB (Red+Green+Blue) = 49+52+37=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #313425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313425 is #CECBDA. Grayscale: #313131. Windows color (decimal): -13552603 or 2438193. OLE color: 2438193.
HSL color Cylindrical-coordinate representation of color #313425: hue angle of 72º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313425 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 37 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.80 |
| HSL | 72º | 0.17% | 0.17% | - |
| HSV(B) | 72º | 0.29% | 0.2% | - |
| XYZ | 2.83 | 3.24 | 2.23 | - |
| YUV | 49.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 37 | 0.06 | 0 | 0.29 | 0.80 | 72 | 0.17 | 0.17 |
| Hex | 31 | 34 | 25 | 6 | 0 | 1D | 50 | 48 | 11 | 11 |
| Octal | 61 | 64 | 45 | 6 | 0 | 35 | 120 | 110 | 21 | 21 |
| Binary | 110001 | 110100 | 100101 | 110 | 0 | 11101 | 1010000 | 1001000 | 10001 | 10001 |
Color Harmonies of #313425
Complementary color
Monochromatic Colors of #313425
Black with #313425
Text Example
Text Example
White with #313425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313425; }
p { color: rgb(49,52,37); }
H1.HeaderClassName
{
color: #313425;
}
.AnyTagClassName
{
color: #313425;
}
</style>
background-color css
<style>
a { background-color: #313425; }
a { background-color: rgb(49,52,37); }
div.DivClassName
{
background-color: #313425;
}
.BgClassName
{
background-color: #313425;
}
</style>
border-color css
<style>
span { border-color: #313425; }
span { border-color: rgb(49,52,37); }
td.TdClassName
{
border-color: #313425;
}
.TagClassName
{
border-color: #313425;
}
</style>