Html Css Color HEX #2E3033 Ebony

📋 copy color: '#2E3033'

red 46 ◦ green 48 ◦ blue 51

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

Shades of Ebony #2E3033

Tints of Ebony #2E3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

 BLUE value IS 51 (20.31% from 255) = 35.17%

R = 31.72%
G = 33.1%
B = 35.17%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#2E3033 (or 0x2E3033) is known color: Ebony. HEX triplet: 2E, 30 and 33. RGB value is (46,48,51). Sum of RGB (Red+Green+Blue) = 46+48+51=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3033 is #D1CFCC. Grayscale: #2F2F2F. Windows color (decimal): -13750221 or 3354670. OLE color: 3354670.

HSL color Cylindrical-coordinate representation of color #2E3033: hue angle of 216º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E3033 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 48 51 -
CMYK 0.10 0.06 0 0.8
HSL 216º 0.05% 0.19% -
HSV(B) 216º 0.1% 0.2% -
XYZ 2.78 2.93 3.55 -
YUV 47.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 46 48 51 0.10 0.06 0 0.8 216 0.05 0.19
Hex 2E 30 33 A 6 0 50 D8 5 13
Octal 56 60 63 12 6 0 120 330 5 23
Binary 101110 110000 110011 1010 110 0 1010000 11011000 101 10011

Color Harmonies of #2E3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3033

Black with #2E3033

Text Example


Text Example

White with #2E3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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