Html Css Color HEX #2E2F31 Ebony

📋 copy color: '#2E2F31'

red 46 ◦ green 47 ◦ blue 49

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

Shades of Ebony #2E2F31

Tints of Ebony #2E2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.1%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 32.39%
G = 33.1%
B = 34.51%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E2F31 (or 0x2E2F31) is known color: Ebony. HEX triplet: 2E, 2F and 31. RGB value is (46,47,49). Sum of RGB (Red+Green+Blue) = 46+47+49=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F31 is #D1D0CE. Grayscale: #2E2E2E. Windows color (decimal): -13750479 or 3223342. OLE color: 3223342.

HSL color Cylindrical-coordinate representation of color #2E2F31: hue angle of 220º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E2F31 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 47 49 -
CMYK 0.06 0.04 0 0.81
HSL 220º 0.03% 0.19% -
HSV(B) 220º 0.06% 0.19% -
XYZ 2.7 2.84 3.31 -
YUV 46.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 46 47 49 0.06 0.04 0 0.81 220 0.03 0.19
Hex 2E 2F 31 6 4 0 51 DC 3 13
Octal 56 57 61 6 4 0 121 334 3 23
Binary 101110 101111 110001 110 100 0 1010001 11011100 11 10011

Color Harmonies of #2E2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2F31

Black with #2E2F31

Text Example


Text Example

White with #2E2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,47,49); }

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

background-color css

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

 a { background-color: rgb(46,47,49); }

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

border-color css

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

 span { border-color: rgb(46,47,49); }

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