Shades of Eternity #30312C
Tints of Eternity #30312C
RGB
CMYK
RGB Variations
Color information
#30312C (or 0x30312C) is known color: Eternity. HEX triplet: 30, 31 and 2C. RGB value is (48,49,44). Sum of RGB (Red+Green+Blue) = 48+49+44=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 49 - color contains mainly: green. Hex color #30312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30312C is #CFCED3. Grayscale: #303030. Windows color (decimal): -13618900 or 2896176. OLE color: 2896176.
HSL color Cylindrical-coordinate representation of color #30312C: hue angle of 72º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #30312C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 44 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.81 |
| HSL | 72º | 0.05% | 0.18% | - |
| HSV(B) | 72º | 0.1% | 0.19% | - |
| XYZ | 2.77 | 3.01 | 2.82 | - |
| YUV | 48.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 44 | 0.02 | 0 | 0.10 | 0.81 | 72 | 0.05 | 0.18 |
| Hex | 30 | 31 | 2C | 2 | 0 | A | 51 | 48 | 5 | 12 |
| Octal | 60 | 61 | 54 | 2 | 0 | 12 | 121 | 110 | 5 | 22 |
| Binary | 110000 | 110001 | 101100 | 10 | 0 | 1010 | 1010001 | 1001000 | 101 | 10010 |
Color Harmonies of #30312C
Complementary color
Monochromatic Colors of #30312C
Black with #30312C
Text Example
Text Example
White with #30312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30312C; }
p { color: rgb(48,49,44); }
H1.HeaderClassName
{
color: #30312C;
}
.AnyTagClassName
{
color: #30312C;
}
</style>
background-color css
<style>
a { background-color: #30312C; }
a { background-color: rgb(48,49,44); }
div.DivClassName
{
background-color: #30312C;
}
.BgClassName
{
background-color: #30312C;
}
</style>
border-color css
<style>
span { border-color: #30312C; }
span { border-color: rgb(48,49,44); }
td.TdClassName
{
border-color: #30312C;
}
.TagClassName
{
border-color: #30312C;
}
</style>