Shades of Eternity #313723
Tints of Eternity #313723
RGB
CMYK
RGB Variations
Color information
#313723 (or 0x313723) is known color: Eternity. HEX triplet: 31, 37 and 23. RGB value is (49,55,35). Sum of RGB (Red+Green+Blue) = 49+55+35=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #313723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313723 is #CEC8DC. Grayscale: #323232. Windows color (decimal): -13551837 or 2307889. OLE color: 2307889.
HSL color Cylindrical-coordinate representation of color #313723: hue angle of 78º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313723 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 35 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.78 |
| HSL | 78º | 0.22% | 0.18% | - |
| HSV(B) | 78º | 0.36% | 0.22% | - |
| XYZ | 2.94 | 3.51 | 2.11 | - |
| YUV | 50.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 35 | 0.11 | 0 | 0.36 | 0.78 | 78 | 0.22 | 0.18 |
| Hex | 31 | 37 | 23 | B | 0 | 24 | 4E | 4E | 16 | 12 |
| Octal | 61 | 67 | 43 | 13 | 0 | 44 | 116 | 116 | 26 | 22 |
| Binary | 110001 | 110111 | 100011 | 1011 | 0 | 100100 | 1001110 | 1001110 | 10110 | 10010 |
Color Harmonies of #313723
Complementary color
Monochromatic Colors of #313723
Black with #313723
Text Example
Text Example
White with #313723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313723; }
p { color: rgb(49,55,35); }
H1.HeaderClassName
{
color: #313723;
}
.AnyTagClassName
{
color: #313723;
}
</style>
background-color css
<style>
a { background-color: #313723; }
a { background-color: rgb(49,55,35); }
div.DivClassName
{
background-color: #313723;
}
.BgClassName
{
background-color: #313723;
}
</style>
border-color css
<style>
span { border-color: #313723; }
span { border-color: rgb(49,55,35); }
td.TdClassName
{
border-color: #313723;
}
.TagClassName
{
border-color: #313723;
}
</style>