Shades of Eternity #2D3121
Tints of Eternity #2D3121
RGB
CMYK
RGB Variations
Color information
#2D3121 (or 0x2D3121) is known color: Eternity. HEX triplet: 2D, 31 and 21. RGB value is (45,49,33). Sum of RGB (Red+Green+Blue) = 45+49+33=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3121 is #D2CEDE. Grayscale: #2E2E2E. Windows color (decimal): -13815519 or 2175277. OLE color: 2175277.
HSL color Cylindrical-coordinate representation of color #2D3121: hue angle of 75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D3121 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 33 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.81 |
| HSL | 75º | 0.2% | 0.16% | - |
| HSV(B) | 75º | 0.33% | 0.19% | - |
| XYZ | 2.46 | 2.86 | 1.86 | - |
| YUV | 45.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 33 | 0.08 | 0 | 0.33 | 0.81 | 75 | 0.2 | 0.16 |
| Hex | 2D | 31 | 21 | 8 | 0 | 21 | 51 | 4B | 14 | 10 |
| Octal | 55 | 61 | 41 | 10 | 0 | 41 | 121 | 113 | 24 | 20 |
| Binary | 101101 | 110001 | 100001 | 1000 | 0 | 100001 | 1010001 | 1001011 | 10100 | 10000 |
Color Harmonies of #2D3121
Complementary color
Monochromatic Colors of #2D3121
Black with #2D3121
Text Example
Text Example
White with #2D3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3121; }
p { color: rgb(45,49,33); }
H1.HeaderClassName
{
color: #2D3121;
}
.AnyTagClassName
{
color: #2D3121;
}
</style>
background-color css
<style>
a { background-color: #2D3121; }
a { background-color: rgb(45,49,33); }
div.DivClassName
{
background-color: #2D3121;
}
.BgClassName
{
background-color: #2D3121;
}
</style>
border-color css
<style>
span { border-color: #2D3121; }
span { border-color: rgb(45,49,33); }
td.TdClassName
{
border-color: #2D3121;
}
.TagClassName
{
border-color: #2D3121;
}
</style>