Shades of Eternity #333430
Tints of Eternity #333430
RGB
CMYK
RGB Variations
Color information
#333430 (or 0x333430) is known color: Eternity. HEX triplet: 33, 34 and 30. RGB value is (51,52,48). Sum of RGB (Red+Green+Blue) = 51+52+48=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 52 - color contains mainly: green. Hex color #333430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333430 is #CCCBCF. Grayscale: #333333. Windows color (decimal): -13421520 or 3159091. OLE color: 3159091.
HSL color Cylindrical-coordinate representation of color #333430: hue angle of 75º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #333430 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 48 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.80 |
| HSL | 75º | 0.04% | 0.2% | - |
| HSV(B) | 75º | 0.08% | 0.2% | - |
| XYZ | 3.13 | 3.37 | 3.28 | - |
| YUV | 51.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 48 | 0.02 | 0 | 0.08 | 0.80 | 75 | 0.04 | 0.2 |
| Hex | 33 | 34 | 30 | 2 | 0 | 8 | 50 | 4B | 4 | 14 |
| Octal | 63 | 64 | 60 | 2 | 0 | 10 | 120 | 113 | 4 | 24 |
| Binary | 110011 | 110100 | 110000 | 10 | 0 | 1000 | 1010000 | 1001011 | 100 | 10100 |
Color Harmonies of #333430
Complementary color
Monochromatic Colors of #333430
Black with #333430
Text Example
Text Example
White with #333430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333430; }
p { color: rgb(51,52,48); }
H1.HeaderClassName
{
color: #333430;
}
.AnyTagClassName
{
color: #333430;
}
</style>
background-color css
<style>
a { background-color: #333430; }
a { background-color: rgb(51,52,48); }
div.DivClassName
{
background-color: #333430;
}
.BgClassName
{
background-color: #333430;
}
</style>
border-color css
<style>
span { border-color: #333430; }
span { border-color: rgb(51,52,48); }
td.TdClassName
{
border-color: #333430;
}
.TagClassName
{
border-color: #333430;
}
</style>