Html Css Color HEX #2E343D Ebony Clay

📋 copy color: '#2E343D'

red 46 ◦ green 52 ◦ blue 61

#2E343D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ebony Clay #2E343D

Tints of Ebony Clay #2E343D

RGB

 RED value IS 46 (18.36% from 255) = 28.93%

 GREEN value IS 52 (20.7% from 255) = 32.7%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 28.93%
G = 32.7%
B = 38.36%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E343D (or 0x2E343D) is known color: 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

RGB 46 52 61 -
CMYK 0.25 0.15 0 0.76
HSL 216º 0.14% 0.21% -
HSV(B) 216º 0.25% 0.24% -
XYZ 3.2 3.37 4.9 -
YUV 51.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 46 52 61 0.25 0.15 0 0.76 216 0.14 0.21
Hex 2E 34 3D 19 F 0 4C D8 E 15
Octal 56 64 75 31 17 0 114 330 16 25
Binary 101110 110100 111101 11001 1111 0 1001100 11011000 1110 10101

Color Harmonies of #2E343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E343D

Black with #2E343D

Text Example


Text Example

White with #2E343D

Text Example


Text Example

HTML Codes & Css Web 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>