Shades of Eternity #323925
Tints of Eternity #323925
RGB
CMYK
RGB Variations
Color information
#323925 (or 0x323925) is known color: Eternity. HEX triplet: 32, 39 and 25. RGB value is (50,57,37). Sum of RGB (Red+Green+Blue) = 50+57+37=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #323925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323925 is #CDC6DA. Grayscale: #343434. Windows color (decimal): -13485787 or 2439474. OLE color: 2439474.
HSL color Cylindrical-coordinate representation of color #323925: hue angle of 81º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #323925 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 37 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.78 |
| HSL | 81º | 0.21% | 0.18% | - |
| HSV(B) | 81º | 0.35% | 0.22% | - |
| XYZ | 3.11 | 3.74 | 2.31 | - |
| YUV | 52.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 37 | 0.12 | 0 | 0.35 | 0.78 | 81 | 0.21 | 0.18 |
| Hex | 32 | 39 | 25 | C | 0 | 23 | 4E | 51 | 15 | 12 |
| Octal | 62 | 71 | 45 | 14 | 0 | 43 | 116 | 121 | 25 | 22 |
| Binary | 110010 | 111001 | 100101 | 1100 | 0 | 100011 | 1001110 | 1010001 | 10101 | 10010 |
Color Harmonies of #323925
Complementary color
Monochromatic Colors of #323925
Black with #323925
Text Example
Text Example
White with #323925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323925; }
p { color: rgb(50,57,37); }
H1.HeaderClassName
{
color: #323925;
}
.AnyTagClassName
{
color: #323925;
}
</style>
background-color css
<style>
a { background-color: #323925; }
a { background-color: rgb(50,57,37); }
div.DivClassName
{
background-color: #323925;
}
.BgClassName
{
background-color: #323925;
}
</style>
border-color css
<style>
span { border-color: #323925; }
span { border-color: rgb(50,57,37); }
td.TdClassName
{
border-color: #323925;
}
.TagClassName
{
border-color: #323925;
}
</style>