Shades of Ebony Clay #333538
Tints of Ebony Clay #333538
RGB
CMYK
RGB Variations
Color information
#333538 (or 0x333538) is known color: Ebony Clay. HEX triplet: 33, 35 and 38. RGB value is (51,53,56). Sum of RGB (Red+Green+Blue) = 51+53+56=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #333538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333538 is #CCCAC7. Grayscale: #343434. Windows color (decimal): -13421256 or 3683635. OLE color: 3683635.
HSL color Cylindrical-coordinate representation of color #333538: hue angle of 216º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #333538 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 53 | 56 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.78 |
| HSL | 216º | 0.05% | 0.21% | - |
| HSV(B) | 216º | 0.09% | 0.22% | - |
| XYZ | 3.35 | 3.54 | 4.25 | - |
| YUV | 52.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 56 | 0.09 | 0.05 | 0 | 0.78 | 216 | 0.05 | 0.21 |
| Hex | 33 | 35 | 38 | 9 | 5 | 0 | 4E | D8 | 5 | 15 |
| Octal | 63 | 65 | 70 | 11 | 5 | 0 | 116 | 330 | 5 | 25 |
| Binary | 110011 | 110101 | 111000 | 1001 | 101 | 0 | 1001110 | 11011000 | 101 | 10101 |
Color Harmonies of #333538
Complementary color
Monochromatic Colors of #333538
Black with #333538
Text Example
Text Example
White with #333538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333538; }
p { color: rgb(51,53,56); }
H1.HeaderClassName
{
color: #333538;
}
.AnyTagClassName
{
color: #333538;
}
</style>
background-color css
<style>
a { background-color: #333538; }
a { background-color: rgb(51,53,56); }
div.DivClassName
{
background-color: #333538;
}
.BgClassName
{
background-color: #333538;
}
</style>
border-color css
<style>
span { border-color: #333538; }
span { border-color: rgb(51,53,56); }
td.TdClassName
{
border-color: #333538;
}
.TagClassName
{
border-color: #333538;
}
</style>