Shades of Eternity #303425
Tints of Eternity #303425
RGB
CMYK
RGB Variations
Color information
#303425 (or 0x303425) is known color: Eternity. HEX triplet: 30, 34 and 25. RGB value is (48,52,37). Sum of RGB (Red+Green+Blue) = 48+52+37=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #303425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303425 is #CFCBDA. Grayscale: #313131. Windows color (decimal): -13618139 or 2438192. OLE color: 2438192.
HSL color Cylindrical-coordinate representation of color #303425: hue angle of 76º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303425 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 52 | 37 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.80 |
| HSL | 76º | 0.17% | 0.17% | - |
| HSV(B) | 76º | 0.29% | 0.2% | - |
| XYZ | 2.78 | 3.22 | 2.22 | - |
| YUV | 49.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 37 | 0.08 | 0 | 0.29 | 0.80 | 76 | 0.17 | 0.17 |
| Hex | 30 | 34 | 25 | 8 | 0 | 1D | 50 | 4C | 11 | 11 |
| Octal | 60 | 64 | 45 | 10 | 0 | 35 | 120 | 114 | 21 | 21 |
| Binary | 110000 | 110100 | 100101 | 1000 | 0 | 11101 | 1010000 | 1001100 | 10001 | 10001 |
Color Harmonies of #303425
Complementary color
Monochromatic Colors of #303425
Black with #303425
Text Example
Text Example
White with #303425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303425; }
p { color: rgb(48,52,37); }
H1.HeaderClassName
{
color: #303425;
}
.AnyTagClassName
{
color: #303425;
}
</style>
background-color css
<style>
a { background-color: #303425; }
a { background-color: rgb(48,52,37); }
div.DivClassName
{
background-color: #303425;
}
.BgClassName
{
background-color: #303425;
}
</style>
border-color css
<style>
span { border-color: #303425; }
span { border-color: rgb(48,52,37); }
td.TdClassName
{
border-color: #303425;
}
.TagClassName
{
border-color: #303425;
}
</style>