Shades of Eternity #32332D
Tints of Eternity #32332D
RGB
CMYK
RGB Variations
Color information
#32332D (or 0x32332D) is known color: Eternity. HEX triplet: 32, 33 and 2D. RGB value is (50,51,45). Sum of RGB (Red+Green+Blue) = 50+51+45=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 51 - color contains mainly: green. Hex color #32332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32332D is #CDCCD2. Grayscale: #323232. Windows color (decimal): -13487315 or 2962226. OLE color: 2962226.
HSL color Cylindrical-coordinate representation of color #32332D: hue angle of 70º 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 #32332D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 45 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.8 |
| HSL | 70º | 0.06% | 0.19% | - |
| HSV(B) | 70º | 0.12% | 0.2% | - |
| XYZ | 2.97 | 3.24 | 2.95 | - |
| YUV | 50.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 45 | 0.02 | 0 | 0.12 | 0.8 | 70 | 0.06 | 0.19 |
| Hex | 32 | 33 | 2D | 2 | 0 | C | 50 | 46 | 6 | 13 |
| Octal | 62 | 63 | 55 | 2 | 0 | 14 | 120 | 106 | 6 | 23 |
| Binary | 110010 | 110011 | 101101 | 10 | 0 | 1100 | 1010000 | 1000110 | 110 | 10011 |
Color Harmonies of #32332D
Complementary color
Monochromatic Colors of #32332D
Black with #32332D
Text Example
Text Example
White with #32332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32332D; }
p { color: rgb(50,51,45); }
H1.HeaderClassName
{
color: #32332D;
}
.AnyTagClassName
{
color: #32332D;
}
</style>
background-color css
<style>
a { background-color: #32332D; }
a { background-color: rgb(50,51,45); }
div.DivClassName
{
background-color: #32332D;
}
.BgClassName
{
background-color: #32332D;
}
</style>
border-color css
<style>
span { border-color: #32332D; }
span { border-color: rgb(50,51,45); }
td.TdClassName
{
border-color: #32332D;
}
.TagClassName
{
border-color: #32332D;
}
</style>