Html Css Color HEX #2E3036 Ebony

📋 copy color: '#2E3036'

red 46 ◦ green 48 ◦ blue 54

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

Shades of Ebony #2E3036

Tints of Ebony #2E3036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36.49%

R = 31.08%
G = 32.43%
B = 36.49%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2E3036 (or 0x2E3036) is known color: Ebony. HEX triplet: 2E, 30 and 36. RGB value is (46,48,54). Sum of RGB (Red+Green+Blue) = 46+48+54=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3036 is #D1CFC9. Grayscale: #303030. Windows color (decimal): -13750218 or 3551278. OLE color: 3551278.

HSL color Cylindrical-coordinate representation of color #2E3036: hue angle of 225º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E3036 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 48 54 -
CMYK 0.15 0.11 0 0.79
HSL 225º 0.08% 0.2% -
HSV(B) 225º 0.15% 0.21% -
XYZ 2.85 2.96 3.91 -
YUV 48.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 46 48 54 0.15 0.11 0 0.79 225 0.08 0.2
Hex 2E 30 36 F B 0 4F E1 8 14
Octal 56 60 66 17 13 0 117 341 10 24
Binary 101110 110000 110110 1111 1011 0 1001111 11100001 1000 10100

Color Harmonies of #2E3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3036

Black with #2E3036

Text Example


Text Example

White with #2E3036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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