Shades of Eternity #313527
Tints of Eternity #313527
RGB
CMYK
RGB Variations
Color information
#313527 (or 0x313527) is known color: Eternity. HEX triplet: 31, 35 and 27. RGB value is (49,53,39). Sum of RGB (Red+Green+Blue) = 49+53+39=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #313527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313527 is #CECAD8. Grayscale: #323232. Windows color (decimal): -13552345 or 2569521. OLE color: 2569521.
HSL color Cylindrical-coordinate representation of color #313527: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313527 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 39 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.79 |
| HSL | 77.14º | 0.15% | 0.18% | - |
| HSV(B) | 77.14º | 0.26% | 0.21% | - |
| XYZ | 2.91 | 3.35 | 2.41 | - |
| YUV | 50.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 39 | 0.08 | 0 | 0.26 | 0.79 | 77.14 | 0.15 | 0.18 |
| Hex | 31 | 35 | 27 | 8 | 0 | 1A | 4F | 4D | F | 12 |
| Octal | 61 | 65 | 47 | 10 | 0 | 32 | 117 | 115 | 17 | 22 |
| Binary | 110001 | 110101 | 100111 | 1000 | 0 | 11010 | 1001111 | 1001101 | 1111 | 10010 |
Color Harmonies of #313527
Complementary color
Monochromatic Colors of #313527
Black with #313527
Text Example
Text Example
White with #313527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313527; }
p { color: rgb(49,53,39); }
H1.HeaderClassName
{
color: #313527;
}
.AnyTagClassName
{
color: #313527;
}
</style>
background-color css
<style>
a { background-color: #313527; }
a { background-color: rgb(49,53,39); }
div.DivClassName
{
background-color: #313527;
}
.BgClassName
{
background-color: #313527;
}
</style>
border-color css
<style>
span { border-color: #313527; }
span { border-color: rgb(49,53,39); }
td.TdClassName
{
border-color: #313527;
}
.TagClassName
{
border-color: #313527;
}
</style>