Shades of Eternity #313823
Tints of Eternity #313823
RGB
CMYK
RGB Variations
Color information
#313823 (or 0x313823) is known color: Eternity. HEX triplet: 31, 38 and 23. RGB value is (49,56,35). Sum of RGB (Red+Green+Blue) = 49+56+35=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #313823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313823 is #CEC7DC. Grayscale: #333333. Windows color (decimal): -13551581 or 2308145. OLE color: 2308145.
HSL color Cylindrical-coordinate representation of color #313823: hue angle of 80º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313823 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 35 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.78 |
| HSL | 80º | 0.23% | 0.18% | - |
| HSV(B) | 80º | 0.38% | 0.22% | - |
| XYZ | 2.98 | 3.6 | 2.13 | - |
| YUV | 51.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 35 | 0.12 | 0 | 0.37 | 0.78 | 80 | 0.23 | 0.18 |
| Hex | 31 | 38 | 23 | C | 0 | 25 | 4E | 50 | 17 | 12 |
| Octal | 61 | 70 | 43 | 14 | 0 | 45 | 116 | 120 | 27 | 22 |
| Binary | 110001 | 111000 | 100011 | 1100 | 0 | 100101 | 1001110 | 1010000 | 10111 | 10010 |
Color Harmonies of #313823
Complementary color
Monochromatic Colors of #313823
Black with #313823
Text Example
Text Example
White with #313823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313823; }
p { color: rgb(49,56,35); }
H1.HeaderClassName
{
color: #313823;
}
.AnyTagClassName
{
color: #313823;
}
</style>
background-color css
<style>
a { background-color: #313823; }
a { background-color: rgb(49,56,35); }
div.DivClassName
{
background-color: #313823;
}
.BgClassName
{
background-color: #313823;
}
</style>
border-color css
<style>
span { border-color: #313823; }
span { border-color: rgb(49,56,35); }
td.TdClassName
{
border-color: #313823;
}
.TagClassName
{
border-color: #313823;
}
</style>