Shades of Eternity #32362A
Tints of Eternity #32362A
RGB
CMYK
RGB Variations
Color information
#32362A (or 0x32362A) is known color: Eternity. HEX triplet: 32, 36 and 2A. RGB value is (50,54,42). Sum of RGB (Red+Green+Blue) = 50+54+42=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 54 - color contains mainly: green. Hex color #32362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32362A is #CDC9D5. Grayscale: #333333. Windows color (decimal): -13486550 or 2766386. OLE color: 2766386.
HSL color Cylindrical-coordinate representation of color #32362A: hue angle of 80º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32362A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 42 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.79 |
| HSL | 80º | 0.13% | 0.19% | - |
| HSV(B) | 80º | 0.22% | 0.21% | - |
| XYZ | 3.05 | 3.48 | 2.7 | - |
| YUV | 51.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 42 | 0.07 | 0 | 0.22 | 0.79 | 80 | 0.13 | 0.19 |
| Hex | 32 | 36 | 2A | 7 | 0 | 16 | 4F | 50 | C | 13 |
| Octal | 62 | 66 | 52 | 7 | 0 | 26 | 117 | 120 | 14 | 23 |
| Binary | 110010 | 110110 | 101010 | 111 | 0 | 10110 | 1001111 | 1010000 | 1100 | 10011 |
Color Harmonies of #32362A
Complementary color
Monochromatic Colors of #32362A
Black with #32362A
Text Example
Text Example
White with #32362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32362A; }
p { color: rgb(50,54,42); }
H1.HeaderClassName
{
color: #32362A;
}
.AnyTagClassName
{
color: #32362A;
}
</style>
background-color css
<style>
a { background-color: #32362A; }
a { background-color: rgb(50,54,42); }
div.DivClassName
{
background-color: #32362A;
}
.BgClassName
{
background-color: #32362A;
}
</style>
border-color css
<style>
span { border-color: #32362A; }
span { border-color: rgb(50,54,42); }
td.TdClassName
{
border-color: #32362A;
}
.TagClassName
{
border-color: #32362A;
}
</style>