Shades of Eternity #303228
Tints of Eternity #303228
RGB
CMYK
RGB Variations
Color information
#303228 (or 0x303228) is known color: Eternity. HEX triplet: 30, 32 and 28. RGB value is (48,50,40). Sum of RGB (Red+Green+Blue) = 48+50+40=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #303228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303228 is #CFCDD7. Grayscale: #303030. Windows color (decimal): -13618648 or 2634288. OLE color: 2634288.
HSL color Cylindrical-coordinate representation of color #303228: hue angle of 72º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #303228 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 50 | 40 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.80 |
| HSL | 72º | 0.11% | 0.18% | - |
| HSV(B) | 72º | 0.2% | 0.2% | - |
| XYZ | 2.74 | 3.06 | 2.45 | - |
| YUV | 48.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 40 | 0.04 | 0 | 0.20 | 0.80 | 72 | 0.11 | 0.18 |
| Hex | 30 | 32 | 28 | 4 | 0 | 14 | 50 | 48 | B | 12 |
| Octal | 60 | 62 | 50 | 4 | 0 | 24 | 120 | 110 | 13 | 22 |
| Binary | 110000 | 110010 | 101000 | 100 | 0 | 10100 | 1010000 | 1001000 | 1011 | 10010 |
Color Harmonies of #303228
Complementary color
Monochromatic Colors of #303228
Black with #303228
Text Example
Text Example
White with #303228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303228; }
p { color: rgb(48,50,40); }
H1.HeaderClassName
{
color: #303228;
}
.AnyTagClassName
{
color: #303228;
}
</style>
background-color css
<style>
a { background-color: #303228; }
a { background-color: rgb(48,50,40); }
div.DivClassName
{
background-color: #303228;
}
.BgClassName
{
background-color: #303228;
}
</style>
border-color css
<style>
span { border-color: #303228; }
span { border-color: rgb(48,50,40); }
td.TdClassName
{
border-color: #303228;
}
.TagClassName
{
border-color: #303228;
}
</style>