Html Css Color HEX #2E343F Ebony Clay

📋 copy color: '#2E343F'

red 46 ◦ green 52 ◦ blue 63

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

Shades of Ebony Clay #2E343F

Tints of Ebony Clay #2E343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.13%

R = 28.57%
G = 32.3%
B = 39.13%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E343F (or 0x2E343F) is known color: Ebony Clay. HEX triplet: 2E, 34 and 3F. RGB value is (46,52,63). Sum of RGB (Red+Green+Blue) = 46+52+63=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E343F is #D1CBC0. Grayscale: #333333. Windows color (decimal): -13749185 or 4142126. OLE color: 4142126.

HSL color Cylindrical-coordinate representation of color #2E343F: hue angle of 218.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E343F is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 52 63 -
CMYK 0.27 0.17 0 0.75
HSL 218.82º 0.16% 0.21% -
HSV(B) 218.82º 0.27% 0.25% -
XYZ 3.25 3.4 5.19 -
YUV 51.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 46 52 63 0.27 0.17 0 0.75 218.82 0.16 0.21
Hex 2E 34 3F 1B 11 0 4B DB 10 15
Octal 56 64 77 33 21 0 113 333 20 25
Binary 101110 110100 111111 11011 10001 0 1001011 11011011 10000 10101

Color Harmonies of #2E343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E343F

Black with #2E343F

Text Example


Text Example

White with #2E343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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