Shades of Eternity #303324
Tints of Eternity #303324
RGB
CMYK
RGB Variations
Color information
#303324 (or 0x303324) is known color: Eternity. HEX triplet: 30, 33 and 24. RGB value is (48,51,36). Sum of RGB (Red+Green+Blue) = 48+51+36=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #303324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303324 is #CFCCDB. Grayscale: #303030. Windows color (decimal): -13618396 or 2372400. OLE color: 2372400.
HSL color Cylindrical-coordinate representation of color #303324: hue angle of 72º 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 #303324 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 51 | 36 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.8 |
| HSL | 72º | 0.17% | 0.17% | - |
| HSV(B) | 72º | 0.29% | 0.2% | - |
| XYZ | 2.72 | 3.12 | 2.13 | - |
| YUV | 48.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 36 | 0.06 | 0 | 0.29 | 0.8 | 72 | 0.17 | 0.17 |
| Hex | 30 | 33 | 24 | 6 | 0 | 1D | 50 | 48 | 11 | 11 |
| Octal | 60 | 63 | 44 | 6 | 0 | 35 | 120 | 110 | 21 | 21 |
| Binary | 110000 | 110011 | 100100 | 110 | 0 | 11101 | 1010000 | 1001000 | 10001 | 10001 |
Color Harmonies of #303324
Complementary color
Monochromatic Colors of #303324
Black with #303324
Text Example
Text Example
White with #303324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303324; }
p { color: rgb(48,51,36); }
H1.HeaderClassName
{
color: #303324;
}
.AnyTagClassName
{
color: #303324;
}
</style>
background-color css
<style>
a { background-color: #303324; }
a { background-color: rgb(48,51,36); }
div.DivClassName
{
background-color: #303324;
}
.BgClassName
{
background-color: #303324;
}
</style>
border-color css
<style>
span { border-color: #303324; }
span { border-color: rgb(48,51,36); }
td.TdClassName
{
border-color: #303324;
}
.TagClassName
{
border-color: #303324;
}
</style>