Html Css Color HEX #2E333A Ebony

📋 copy color: '#2E333A'

red 46 ◦ green 51 ◦ blue 58

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

Shades of Ebony #2E333A

Tints of Ebony #2E333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 29.68%
G = 32.9%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E333A (or 0x2E333A) is known color: Ebony. HEX triplet: 2E, 33 and 3A. RGB value is (46,51,58). Sum of RGB (Red+Green+Blue) = 46+51+58=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E333A is #D1CCC5. Grayscale: #323232. Windows color (decimal): -13749446 or 3814190. OLE color: 3814190.

HSL color Cylindrical-coordinate representation of color #2E333A: hue angle of 215º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E333A is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 46 51 58 -
CMYK 0.21 0.12 0 0.77
HSL 215º 0.12% 0.2% -
HSV(B) 215º 0.21% 0.23% -
XYZ 3.07 3.25 4.47 -
YUV 50.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 46 51 58 0.21 0.12 0 0.77 215 0.12 0.2
Hex 2E 33 3A 15 C 0 4D D7 C 14
Octal 56 63 72 25 14 0 115 327 14 24
Binary 101110 110011 111010 10101 1100 0 1001101 11010111 1100 10100

Color Harmonies of #2E333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E333A

Black with #2E333A

Text Example


Text Example

White with #2E333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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