Shades of Eternity #32342A
Tints of Eternity #32342A
RGB
CMYK
RGB Variations
Color information
#32342A (or 0x32342A) is known color: Eternity. HEX triplet: 32, 34 and 2A. RGB value is (50,52,42). Sum of RGB (Red+Green+Blue) = 50+52+42=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 52 - color contains mainly: green. Hex color #32342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32342A is #CDCBD5. Grayscale: #323232. Windows color (decimal): -13487062 or 2765874. OLE color: 2765874.
HSL color Cylindrical-coordinate representation of color #32342A: hue angle of 72º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #32342A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 42 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.80 |
| HSL | 72º | 0.11% | 0.18% | - |
| HSV(B) | 72º | 0.19% | 0.2% | - |
| XYZ | 2.96 | 3.3 | 2.67 | - |
| YUV | 50.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 42 | 0.04 | 0 | 0.19 | 0.80 | 72 | 0.11 | 0.18 |
| Hex | 32 | 34 | 2A | 4 | 0 | 13 | 50 | 48 | B | 12 |
| Octal | 62 | 64 | 52 | 4 | 0 | 23 | 120 | 110 | 13 | 22 |
| Binary | 110010 | 110100 | 101010 | 100 | 0 | 10011 | 1010000 | 1001000 | 1011 | 10010 |
Color Harmonies of #32342A
Complementary color
Monochromatic Colors of #32342A
Black with #32342A
Text Example
Text Example
White with #32342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32342A; }
p { color: rgb(50,52,42); }
H1.HeaderClassName
{
color: #32342A;
}
.AnyTagClassName
{
color: #32342A;
}
</style>
background-color css
<style>
a { background-color: #32342A; }
a { background-color: rgb(50,52,42); }
div.DivClassName
{
background-color: #32342A;
}
.BgClassName
{
background-color: #32342A;
}
</style>
border-color css
<style>
span { border-color: #32342A; }
span { border-color: rgb(50,52,42); }
td.TdClassName
{
border-color: #32342A;
}
.TagClassName
{
border-color: #32342A;
}
</style>