Shades of Eternity #32352B
Tints of Eternity #32352B
RGB
CMYK
RGB Variations
Color information
#32352B (or 0x32352B) is known color: Eternity. HEX triplet: 32, 35 and 2B. RGB value is (50,53,43). Sum of RGB (Red+Green+Blue) = 50+53+43=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 53 - color contains mainly: green. Hex color #32352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32352B is #CDCAD4. Grayscale: #333333. Windows color (decimal): -13486805 or 2831666. OLE color: 2831666.
HSL color Cylindrical-coordinate representation of color #32352B: hue angle of 78º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #32352B is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 43 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.79 |
| HSL | 78º | 0.1% | 0.19% | - |
| HSV(B) | 78º | 0.19% | 0.21% | - |
| XYZ | 3.02 | 3.4 | 2.78 | - |
| YUV | 50.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 43 | 0.06 | 0 | 0.19 | 0.79 | 78 | 0.1 | 0.19 |
| Hex | 32 | 35 | 2B | 6 | 0 | 13 | 4F | 4E | A | 13 |
| Octal | 62 | 65 | 53 | 6 | 0 | 23 | 117 | 116 | 12 | 23 |
| Binary | 110010 | 110101 | 101011 | 110 | 0 | 10011 | 1001111 | 1001110 | 1010 | 10011 |
Color Harmonies of #32352B
Complementary color
Monochromatic Colors of #32352B
Black with #32352B
Text Example
Text Example
White with #32352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32352B; }
p { color: rgb(50,53,43); }
H1.HeaderClassName
{
color: #32352B;
}
.AnyTagClassName
{
color: #32352B;
}
</style>
background-color css
<style>
a { background-color: #32352B; }
a { background-color: rgb(50,53,43); }
div.DivClassName
{
background-color: #32352B;
}
.BgClassName
{
background-color: #32352B;
}
</style>
border-color css
<style>
span { border-color: #32352B; }
span { border-color: rgb(50,53,43); }
td.TdClassName
{
border-color: #32352B;
}
.TagClassName
{
border-color: #32352B;
}
</style>