Shades of Ebony Clay #2E343C
Tints of Ebony Clay #2E343C
RGB
CMYK
RGB Variations
Color information
#2E343C (or 0x2E343C) is known color: Ebony Clay. HEX triplet: 2E, 34 and 3C. RGB value is (46,52,60). Sum of RGB (Red+Green+Blue) = 46+52+60=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E343C is #D1CBC3. Grayscale: #333333. Windows color (decimal): -13749188 or 3945518. OLE color: 3945518.
HSL color Cylindrical-coordinate representation of color #2E343C: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E343C is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 52 | 60 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.76 |
| HSL | 214.29º | 0.13% | 0.21% | - |
| HSV(B) | 214.29º | 0.23% | 0.24% | - |
| XYZ | 3.17 | 3.36 | 4.76 | - |
| YUV | 51.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 60 | 0.23 | 0.13 | 0 | 0.76 | 214.29 | 0.13 | 0.21 |
| Hex | 2E | 34 | 3C | 17 | D | 0 | 4C | D6 | D | 15 |
| Octal | 56 | 64 | 74 | 27 | 15 | 0 | 114 | 326 | 15 | 25 |
| Binary | 101110 | 110100 | 111100 | 10111 | 1101 | 0 | 1001100 | 11010110 | 1101 | 10101 |
Color Harmonies of #2E343C
Complementary color
Monochromatic Colors of #2E343C
Black with #2E343C
Text Example
Text Example
White with #2E343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E343C; }
p { color: rgb(46,52,60); }
H1.HeaderClassName
{
color: #2E343C;
}
.AnyTagClassName
{
color: #2E343C;
}
</style>
background-color css
<style>
a { background-color: #2E343C; }
a { background-color: rgb(46,52,60); }
div.DivClassName
{
background-color: #2E343C;
}
.BgClassName
{
background-color: #2E343C;
}
</style>
border-color css
<style>
span { border-color: #2E343C; }
span { border-color: rgb(46,52,60); }
td.TdClassName
{
border-color: #2E343C;
}
.TagClassName
{
border-color: #2E343C;
}
</style>