Shades of Eternity #32352D
Tints of Eternity #32352D
RGB
CMYK
RGB Variations
Color information
#32352D (or 0x32352D) is known color: Eternity. HEX triplet: 32, 35 and 2D. RGB value is (50,53,45). Sum of RGB (Red+Green+Blue) = 50+53+45=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 53 - color contains mainly: green. Hex color #32352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32352D is #CDCAD2. Grayscale: #333333. Windows color (decimal): -13486803 or 2962738. OLE color: 2962738.
HSL color Cylindrical-coordinate representation of color #32352D: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32352D is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 45 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.79 |
| HSL | 82.5º | 0.08% | 0.19% | - |
| HSV(B) | 82.5º | 0.15% | 0.21% | - |
| XYZ | 3.06 | 3.41 | 2.98 | - |
| YUV | 51.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 45 | 0.06 | 0 | 0.15 | 0.79 | 82.5 | 0.08 | 0.19 |
| Hex | 32 | 35 | 2D | 6 | 0 | F | 4F | 52 | 8 | 13 |
| Octal | 62 | 65 | 55 | 6 | 0 | 17 | 117 | 122 | 10 | 23 |
| Binary | 110010 | 110101 | 101101 | 110 | 0 | 1111 | 1001111 | 1010010 | 1000 | 10011 |
Color Harmonies of #32352D
Complementary color
Monochromatic Colors of #32352D
Black with #32352D
Text Example
Text Example
White with #32352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32352D; }
p { color: rgb(50,53,45); }
H1.HeaderClassName
{
color: #32352D;
}
.AnyTagClassName
{
color: #32352D;
}
</style>
background-color css
<style>
a { background-color: #32352D; }
a { background-color: rgb(50,53,45); }
div.DivClassName
{
background-color: #32352D;
}
.BgClassName
{
background-color: #32352D;
}
</style>
border-color css
<style>
span { border-color: #32352D; }
span { border-color: rgb(50,53,45); }
td.TdClassName
{
border-color: #32352D;
}
.TagClassName
{
border-color: #32352D;
}
</style>