Html Css Color HEX #2E343E Ebony Clay

📋 copy color: '#2E343E'

red 46 ◦ green 52 ◦ blue 62

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

Shades of Ebony Clay #2E343E

Tints of Ebony Clay #2E343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.75%

R = 28.75%
G = 32.5%
B = 38.75%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E343E (or 0x2E343E) is known color: Ebony Clay. HEX triplet: 2E, 34 and 3E. RGB value is (46,52,62). Sum of RGB (Red+Green+Blue) = 46+52+62=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E343E is #D1CBC1. Grayscale: #333333. Windows color (decimal): -13749186 or 4076590. OLE color: 4076590.

HSL color Cylindrical-coordinate representation of color #2E343E: hue angle of 217.5º 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 #2E343E is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 52 62 -
CMYK 0.26 0.16 0 0.76
HSL 217.5º 0.15% 0.21% -
HSV(B) 217.5º 0.26% 0.24% -
XYZ 3.22 3.38 5.04 -
YUV 51.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 46 52 62 0.26 0.16 0 0.76 217.5 0.15 0.21
Hex 2E 34 3E 1A 10 0 4C DA F 15
Octal 56 64 76 32 20 0 114 332 17 25
Binary 101110 110100 111110 11010 10000 0 1001100 11011010 1111 10101

Color Harmonies of #2E343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E343E

Black with #2E343E

Text Example


Text Example

White with #2E343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E343E;
 }
 .AnyTagClassName
 {
   color: #2E343E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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