Shades of Eternity #323824
Tints of Eternity #323824
RGB
CMYK
RGB Variations
Color information
#323824 (or 0x323824) is known color: Eternity. HEX triplet: 32, 38 and 24. RGB value is (50,56,36). Sum of RGB (Red+Green+Blue) = 50+56+36=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #323824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323824 is #CDC7DB. Grayscale: #343434. Windows color (decimal): -13486044 or 2373682. OLE color: 2373682.
HSL color Cylindrical-coordinate representation of color #323824: hue angle of 78º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323824 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 36 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.78 |
| HSL | 78º | 0.22% | 0.18% | - |
| HSV(B) | 78º | 0.36% | 0.22% | - |
| XYZ | 3.05 | 3.63 | 2.21 | - |
| YUV | 51.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 36 | 0.11 | 0 | 0.36 | 0.78 | 78 | 0.22 | 0.18 |
| Hex | 32 | 38 | 24 | B | 0 | 24 | 4E | 4E | 16 | 12 |
| Octal | 62 | 70 | 44 | 13 | 0 | 44 | 116 | 116 | 26 | 22 |
| Binary | 110010 | 111000 | 100100 | 1011 | 0 | 100100 | 1001110 | 1001110 | 10110 | 10010 |
Color Harmonies of #323824
Complementary color
Monochromatic Colors of #323824
Black with #323824
Text Example
Text Example
White with #323824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323824; }
p { color: rgb(50,56,36); }
H1.HeaderClassName
{
color: #323824;
}
.AnyTagClassName
{
color: #323824;
}
</style>
background-color css
<style>
a { background-color: #323824; }
a { background-color: rgb(50,56,36); }
div.DivClassName
{
background-color: #323824;
}
.BgClassName
{
background-color: #323824;
}
</style>
border-color css
<style>
span { border-color: #323824; }
span { border-color: rgb(50,56,36); }
td.TdClassName
{
border-color: #323824;
}
.TagClassName
{
border-color: #323824;
}
</style>