Shades of Eternity #323628
Tints of Eternity #323628
RGB
CMYK
RGB Variations
Color information
#323628 (or 0x323628) is known color: Eternity. HEX triplet: 32, 36 and 28. RGB value is (50,54,40). Sum of RGB (Red+Green+Blue) = 50+54+40=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 54 - color contains mainly: green. Hex color #323628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323628 is #CDC9D7. Grayscale: #333333. Windows color (decimal): -13486552 or 2635314. OLE color: 2635314.
HSL color Cylindrical-coordinate representation of color #323628: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323628 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 40 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.79 |
| HSL | 77.14º | 0.15% | 0.18% | - |
| HSV(B) | 77.14º | 0.26% | 0.21% | - |
| XYZ | 3.02 | 3.47 | 2.52 | - |
| YUV | 51.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 40 | 0.07 | 0 | 0.26 | 0.79 | 77.14 | 0.15 | 0.18 |
| Hex | 32 | 36 | 28 | 7 | 0 | 1A | 4F | 4D | F | 12 |
| Octal | 62 | 66 | 50 | 7 | 0 | 32 | 117 | 115 | 17 | 22 |
| Binary | 110010 | 110110 | 101000 | 111 | 0 | 11010 | 1001111 | 1001101 | 1111 | 10010 |
Color Harmonies of #323628
Complementary color
Monochromatic Colors of #323628
Black with #323628
Text Example
Text Example
White with #323628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323628; }
p { color: rgb(50,54,40); }
H1.HeaderClassName
{
color: #323628;
}
.AnyTagClassName
{
color: #323628;
}
</style>
background-color css
<style>
a { background-color: #323628; }
a { background-color: rgb(50,54,40); }
div.DivClassName
{
background-color: #323628;
}
.BgClassName
{
background-color: #323628;
}
</style>
border-color css
<style>
span { border-color: #323628; }
span { border-color: rgb(50,54,40); }
td.TdClassName
{
border-color: #323628;
}
.TagClassName
{
border-color: #323628;
}
</style>