#2E343D

Color #2E343D Ebony Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony Clay #2E343D

Tints of Ebony Clay #2E343D

Color information

#2E343D (or 0x2E343D) is unknown color: approx Ebony Clay. HEX triplet: 2E, 34 and 3D. RGB value is (46,52,61). Sum of RGB (Red+Green+Blue) = 46+52+61=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E343D is #D1CBC2. Grayscale: #333333. Windows color (decimal): -13749187 or 4011054. OLE color: 4011054.

HSL color Cylindrical-coordinate representation of color #2E343D: hue angle of 216º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E343D is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB465261-
CMYK0.250.1500.76
HSL216º14.02%20.98%-
HSV(B)216º24.59%23.92%-
XYZ3.23.374.9-
YUV51.23133.51124.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=28.93%
G=32.70%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4652610.250.1500.7621614.0220.98
Hex2E343D19F04Cd8e15
Octal566475311701143301625
Binary1011101101001111011100111110100110011011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E343D; }

 p { color: rgb(46,52,61); }

 H1.HeaderClassName
 {
   color: #2E343D;
 }
 .AnyTagClassName
 {
   color: #2E343D;
 }
</style>
background-color css

<style>
 a { background-color: #2E343D; }

 a { background-color: rgb(46,52,61); }

 div.DivClassName
 {
   background-color: #2E343D;
 }
 .BgClassName
 {
   background-color: #2E343D;
 }
</style>
border-color css

<style>
 span { border-color: #2E343D; }

 span { border-color: rgb(46,52,61); }

 td.TdClassName
 {
   border-color: #2E343D;
 }
 .TagClassName
 {
   border-color: #2E343D;
 }
</style>