Html Css Color HEX #2E333D Ebony Clay

📋 copy color: '#2E333D'

red 46 ◦ green 51 ◦ blue 61

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

Shades of Ebony Clay #2E333D

Tints of Ebony Clay #2E333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

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

R = 29.11%
G = 32.28%
B = 38.61%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E333D (or 0x2E333D) is known color: Ebony Clay. HEX triplet: 2E, 33 and 3D. RGB value is (46,51,61). Sum of RGB (Red+Green+Blue) = 46+51+61=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E333D is #D1CCC2. Grayscale: #323232. Windows color (decimal): -13749443 or 4010798. OLE color: 4010798.

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

Color convert

RGB 46 51 61 -
CMYK 0.25 0.16 0 0.76
HSL 220º 0.14% 0.21% -
HSV(B) 220º 0.25% 0.24% -
XYZ 3.15 3.29 4.88 -
YUV 50.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 46 51 61 0.25 0.16 0 0.76 220 0.14 0.21
Hex 2E 33 3D 19 10 0 4C DC E 15
Octal 56 63 75 31 20 0 114 334 16 25
Binary 101110 110011 111101 11001 10000 0 1001100 11011100 1110 10101

Color Harmonies of #2E333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E333D

Black with #2E333D

Text Example


Text Example

White with #2E333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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