Shades of Eternity #303524
Tints of Eternity #303524
RGB
CMYK
RGB Variations
Color information
#303524 (or 0x303524) is known color: Eternity. HEX triplet: 30, 35 and 24. RGB value is (48,53,36). Sum of RGB (Red+Green+Blue) = 48+53+36=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #303524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303524 is #CFCADB. Grayscale: #313131. Windows color (decimal): -13617884 or 2372912. OLE color: 2372912.
HSL color Cylindrical-coordinate representation of color #303524: hue angle of 77.65º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303524 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 53 | 36 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.79 |
| HSL | 77.65º | 0.19% | 0.17% | - |
| HSV(B) | 77.65º | 0.32% | 0.21% | - |
| XYZ | 2.81 | 3.3 | 2.16 | - |
| YUV | 49.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 36 | 0.09 | 0 | 0.32 | 0.79 | 77.65 | 0.19 | 0.17 |
| Hex | 30 | 35 | 24 | 9 | 0 | 20 | 4F | 4E | 13 | 11 |
| Octal | 60 | 65 | 44 | 11 | 0 | 40 | 117 | 116 | 23 | 21 |
| Binary | 110000 | 110101 | 100100 | 1001 | 0 | 100000 | 1001111 | 1001110 | 10011 | 10001 |
Color Harmonies of #303524
Complementary color
Monochromatic Colors of #303524
Black with #303524
Text Example
Text Example
White with #303524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303524; }
p { color: rgb(48,53,36); }
H1.HeaderClassName
{
color: #303524;
}
.AnyTagClassName
{
color: #303524;
}
</style>
background-color css
<style>
a { background-color: #303524; }
a { background-color: rgb(48,53,36); }
div.DivClassName
{
background-color: #303524;
}
.BgClassName
{
background-color: #303524;
}
</style>
border-color css
<style>
span { border-color: #303524; }
span { border-color: rgb(48,53,36); }
td.TdClassName
{
border-color: #303524;
}
.TagClassName
{
border-color: #303524;
}
</style>