Html Css Color HEX #2E3238 Ebony

📋 copy color: '#2E3238'

red 46 ◦ green 50 ◦ blue 56

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

Shades of Ebony #2E3238

Tints of Ebony #2E3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 56 (22.27% from 255) = 36.84%

R = 30.26%
G = 32.89%
B = 36.84%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E3238 (or 0x2E3238) is known color: Ebony. HEX triplet: 2E, 32 and 38. RGB value is (46,50,56). Sum of RGB (Red+Green+Blue) = 46+50+56=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3238 is #D1CDC7. Grayscale: #313131. Windows color (decimal): -13749704 or 3682862. OLE color: 3682862.

HSL color Cylindrical-coordinate representation of color #2E3238: hue angle of 216º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3238 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 50 56 -
CMYK 0.18 0.11 0 0.78
HSL 216º 0.1% 0.2% -
HSV(B) 216º 0.18% 0.22% -
XYZ 2.98 3.15 4.19 -
YUV 49.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 46 50 56 0.18 0.11 0 0.78 216 0.1 0.2
Hex 2E 32 38 12 B 0 4E D8 A 14
Octal 56 62 70 22 13 0 116 330 12 24
Binary 101110 110010 111000 10010 1011 0 1001110 11011000 1010 10100

Color Harmonies of #2E3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3238

Black with #2E3238

Text Example


Text Example

White with #2E3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,56); }

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

background-color css

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

 a { background-color: rgb(46,50,56); }

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

border-color css

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

 span { border-color: rgb(46,50,56); }

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