Shades of Eternity #303621
Tints of Eternity #303621
RGB
CMYK
RGB Variations
Color information
#303621 (or 0x303621) is known color: Eternity. HEX triplet: 30, 36 and 21. RGB value is (48,54,33). Sum of RGB (Red+Green+Blue) = 48+54+33=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #303621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303621 is #CFC9DE. Grayscale: #313131. Windows color (decimal): -13617631 or 2176560. OLE color: 2176560.
HSL color Cylindrical-coordinate representation of color #303621: hue angle of 77.14º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #303621 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 33 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.79 |
| HSL | 77.14º | 0.24% | 0.17% | - |
| HSV(B) | 77.14º | 0.39% | 0.21% | - |
| XYZ | 2.81 | 3.38 | 1.94 | - |
| YUV | 49.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 33 | 0.11 | 0 | 0.39 | 0.79 | 77.14 | 0.24 | 0.17 |
| Hex | 30 | 36 | 21 | B | 0 | 27 | 4F | 4D | 18 | 11 |
| Octal | 60 | 66 | 41 | 13 | 0 | 47 | 117 | 115 | 30 | 21 |
| Binary | 110000 | 110110 | 100001 | 1011 | 0 | 100111 | 1001111 | 1001101 | 11000 | 10001 |
Color Harmonies of #303621
Complementary color
Monochromatic Colors of #303621
Black with #303621
Text Example
Text Example
White with #303621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303621; }
p { color: rgb(48,54,33); }
H1.HeaderClassName
{
color: #303621;
}
.AnyTagClassName
{
color: #303621;
}
</style>
background-color css
<style>
a { background-color: #303621; }
a { background-color: rgb(48,54,33); }
div.DivClassName
{
background-color: #303621;
}
.BgClassName
{
background-color: #303621;
}
</style>
border-color css
<style>
span { border-color: #303621; }
span { border-color: rgb(48,54,33); }
td.TdClassName
{
border-color: #303621;
}
.TagClassName
{
border-color: #303621;
}
</style>