Shades of Ebony Clay #2E353E
Tints of Ebony Clay #2E353E
RGB
CMYK
RGB Variations
Color information
#2E353E (or 0x2E353E) is known color: Ebony Clay. HEX triplet: 2E, 35 and 3E. RGB value is (46,53,62). Sum of RGB (Red+Green+Blue) = 46+53+62=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E353E is #D1CAC1. Grayscale: #333333. Windows color (decimal): -13748930 or 4076846. OLE color: 4076846.
HSL color Cylindrical-coordinate representation of color #2E353E: hue angle of 213.75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E353E is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 53 | 62 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.76 |
| HSL | 213.75º | 0.15% | 0.21% | - |
| HSV(B) | 213.75º | 0.26% | 0.24% | - |
| XYZ | 3.27 | 3.47 | 5.06 | - |
| YUV | 51.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 62 | 0.26 | 0.15 | 0 | 0.76 | 213.75 | 0.15 | 0.21 |
| Hex | 2E | 35 | 3E | 1A | F | 0 | 4C | D6 | F | 15 |
| Octal | 56 | 65 | 76 | 32 | 17 | 0 | 114 | 326 | 17 | 25 |
| Binary | 101110 | 110101 | 111110 | 11010 | 1111 | 0 | 1001100 | 11010110 | 1111 | 10101 |
Color Harmonies of #2E353E
Complementary color
Monochromatic Colors of #2E353E
Black with #2E353E
Text Example
Text Example
White with #2E353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E353E; }
p { color: rgb(46,53,62); }
H1.HeaderClassName
{
color: #2E353E;
}
.AnyTagClassName
{
color: #2E353E;
}
</style>
background-color css
<style>
a { background-color: #2E353E; }
a { background-color: rgb(46,53,62); }
div.DivClassName
{
background-color: #2E353E;
}
.BgClassName
{
background-color: #2E353E;
}
</style>
border-color css
<style>
span { border-color: #2E353E; }
span { border-color: rgb(46,53,62); }
td.TdClassName
{
border-color: #2E353E;
}
.TagClassName
{
border-color: #2E353E;
}
</style>