Shades of Eternity #31332B
Tints of Eternity #31332B
RGB
CMYK
RGB Variations
Color information
#31332B (or 0x31332B) is known color: Eternity. HEX triplet: 31, 33 and 2B. RGB value is (49,51,43). Sum of RGB (Red+Green+Blue) = 49+51+43=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 51 - color contains mainly: green. Hex color #31332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31332B is #CECCD4. Grayscale: #313131. Windows color (decimal): -13552853 or 2831153. OLE color: 2831153.
HSL color Cylindrical-coordinate representation of color #31332B: hue angle of 75º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31332B is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 43 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.8 |
| HSL | 75º | 0.09% | 0.18% | - |
| HSV(B) | 75º | 0.16% | 0.2% | - |
| XYZ | 2.89 | 3.2 | 2.75 | - |
| YUV | 49.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 43 | 0.04 | 0 | 0.16 | 0.8 | 75 | 0.09 | 0.18 |
| Hex | 31 | 33 | 2B | 4 | 0 | 10 | 50 | 4B | 9 | 12 |
| Octal | 61 | 63 | 53 | 4 | 0 | 20 | 120 | 113 | 11 | 22 |
| Binary | 110001 | 110011 | 101011 | 100 | 0 | 10000 | 1010000 | 1001011 | 1001 | 10010 |
Color Harmonies of #31332B
Complementary color
Monochromatic Colors of #31332B
Black with #31332B
Text Example
Text Example
White with #31332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31332B; }
p { color: rgb(49,51,43); }
H1.HeaderClassName
{
color: #31332B;
}
.AnyTagClassName
{
color: #31332B;
}
</style>
background-color css
<style>
a { background-color: #31332B; }
a { background-color: rgb(49,51,43); }
div.DivClassName
{
background-color: #31332B;
}
.BgClassName
{
background-color: #31332B;
}
</style>
border-color css
<style>
span { border-color: #31332B; }
span { border-color: rgb(49,51,43); }
td.TdClassName
{
border-color: #31332B;
}
.TagClassName
{
border-color: #31332B;
}
</style>