Html Css Color HEX #2E323A Ebony

📋 copy color: '#2E323A'

red 46 ◦ green 50 ◦ blue 58

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

Shades of Ebony #2E323A

Tints of Ebony #2E323A

RGB

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

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

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

R = 29.87%
G = 32.47%
B = 37.66%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E323A (or 0x2E323A) is known color: Ebony. HEX triplet: 2E, 32 and 3A. RGB value is (46,50,58). Sum of RGB (Red+Green+Blue) = 46+50+58=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E323A is #D1CDC5. Grayscale: #313131. Windows color (decimal): -13749702 or 3813934. OLE color: 3813934.

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

Color convert

RGB 46 50 58 -
CMYK 0.21 0.14 0 0.77
HSL 220º 0.12% 0.2% -
HSV(B) 220º 0.21% 0.23% -
XYZ 3.03 3.17 4.45 -
YUV 49.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 46 50 58 0.21 0.14 0 0.77 220 0.12 0.2
Hex 2E 32 3A 15 E 0 4D DC C 14
Octal 56 62 72 25 16 0 115 334 14 24
Binary 101110 110010 111010 10101 1110 0 1001101 11011100 1100 10100

Color Harmonies of #2E323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E323A

Black with #2E323A

Text Example


Text Example

White with #2E323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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