Shades of Eternity #2F312B
Tints of Eternity #2F312B
RGB
CMYK
RGB Variations
Color information
#2F312B (or 0x2F312B) is known color: Eternity. HEX triplet: 2F, 31 and 2B. RGB value is (47,49,43). Sum of RGB (Red+Green+Blue) = 47+49+43=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312B is #D0CED4. Grayscale: #2F2F2F. Windows color (decimal): -13684437 or 2830639. OLE color: 2830639.
HSL color Cylindrical-coordinate representation of color #2F312B: hue angle of 80º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2F312B is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 43 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.81 |
| HSL | 80º | 0.07% | 0.18% | - |
| HSV(B) | 80º | 0.12% | 0.19% | - |
| XYZ | 2.71 | 2.98 | 2.72 | - |
| YUV | 47.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 43 | 0.04 | 0 | 0.12 | 0.81 | 80 | 0.07 | 0.18 |
| Hex | 2F | 31 | 2B | 4 | 0 | C | 51 | 50 | 7 | 12 |
| Octal | 57 | 61 | 53 | 4 | 0 | 14 | 121 | 120 | 7 | 22 |
| Binary | 101111 | 110001 | 101011 | 100 | 0 | 1100 | 1010001 | 1010000 | 111 | 10010 |
Color Harmonies of #2F312B
Complementary color
Monochromatic Colors of #2F312B
Black with #2F312B
Text Example
Text Example
White with #2F312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F312B; }
p { color: rgb(47,49,43); }
H1.HeaderClassName
{
color: #2F312B;
}
.AnyTagClassName
{
color: #2F312B;
}
</style>
background-color css
<style>
a { background-color: #2F312B; }
a { background-color: rgb(47,49,43); }
div.DivClassName
{
background-color: #2F312B;
}
.BgClassName
{
background-color: #2F312B;
}
</style>
border-color css
<style>
span { border-color: #2F312B; }
span { border-color: rgb(47,49,43); }
td.TdClassName
{
border-color: #2F312B;
}
.TagClassName
{
border-color: #2F312B;
}
</style>