Shades of Eternity #32342E
Tints of Eternity #32342E
RGB
CMYK
RGB Variations
Color information
#32342E (or 0x32342E) is known color: Eternity. HEX triplet: 32, 34 and 2E. RGB value is (50,52,46). Sum of RGB (Red+Green+Blue) = 50+52+46=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 52 - color contains mainly: green. Hex color #32342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32342E is #CDCBD1. Grayscale: #323232. Windows color (decimal): -13487058 or 3028018. OLE color: 3028018.
HSL color Cylindrical-coordinate representation of color #32342E: hue angle of 80º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #32342E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 46 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.80 |
| HSL | 80º | 0.06% | 0.19% | - |
| HSV(B) | 80º | 0.12% | 0.2% | - |
| XYZ | 3.04 | 3.33 | 3.07 | - |
| YUV | 50.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 46 | 0.04 | 0 | 0.12 | 0.80 | 80 | 0.06 | 0.19 |
| Hex | 32 | 34 | 2E | 4 | 0 | C | 50 | 50 | 6 | 13 |
| Octal | 62 | 64 | 56 | 4 | 0 | 14 | 120 | 120 | 6 | 23 |
| Binary | 110010 | 110100 | 101110 | 100 | 0 | 1100 | 1010000 | 1010000 | 110 | 10011 |
Color Harmonies of #32342E
Complementary color
Monochromatic Colors of #32342E
Black with #32342E
Text Example
Text Example
White with #32342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32342E; }
p { color: rgb(50,52,46); }
H1.HeaderClassName
{
color: #32342E;
}
.AnyTagClassName
{
color: #32342E;
}
</style>
background-color css
<style>
a { background-color: #32342E; }
a { background-color: rgb(50,52,46); }
div.DivClassName
{
background-color: #32342E;
}
.BgClassName
{
background-color: #32342E;
}
</style>
border-color css
<style>
span { border-color: #32342E; }
span { border-color: rgb(50,52,46); }
td.TdClassName
{
border-color: #32342E;
}
.TagClassName
{
border-color: #32342E;
}
</style>