Shades of Eternity #323725
Tints of Eternity #323725
RGB
CMYK
RGB Variations
Color information
#323725 (or 0x323725) is known color: Eternity. HEX triplet: 32, 37 and 25. RGB value is (50,55,37). Sum of RGB (Red+Green+Blue) = 50+55+37=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #323725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323725 is #CDC8DA. Grayscale: #333333. Windows color (decimal): -13486299 or 2438962. OLE color: 2438962.
HSL color Cylindrical-coordinate representation of color #323725: hue angle of 76.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323725 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 37 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.78 |
| HSL | 76.67º | 0.2% | 0.18% | - |
| HSV(B) | 76.67º | 0.33% | 0.22% | - |
| XYZ | 3.02 | 3.54 | 2.28 | - |
| YUV | 51.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 37 | 0.09 | 0 | 0.33 | 0.78 | 76.67 | 0.2 | 0.18 |
| Hex | 32 | 37 | 25 | 9 | 0 | 21 | 4E | 4D | 14 | 12 |
| Octal | 62 | 67 | 45 | 11 | 0 | 41 | 116 | 115 | 24 | 22 |
| Binary | 110010 | 110111 | 100101 | 1001 | 0 | 100001 | 1001110 | 1001101 | 10100 | 10010 |
Color Harmonies of #323725
Complementary color
Monochromatic Colors of #323725
Black with #323725
Text Example
Text Example
White with #323725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323725; }
p { color: rgb(50,55,37); }
H1.HeaderClassName
{
color: #323725;
}
.AnyTagClassName
{
color: #323725;
}
</style>
background-color css
<style>
a { background-color: #323725; }
a { background-color: rgb(50,55,37); }
div.DivClassName
{
background-color: #323725;
}
.BgClassName
{
background-color: #323725;
}
</style>
border-color css
<style>
span { border-color: #323725; }
span { border-color: rgb(50,55,37); }
td.TdClassName
{
border-color: #323725;
}
.TagClassName
{
border-color: #323725;
}
</style>