Html Css Color HEX #2E313A Ebony

📋 copy color: '#2E313A'

red 46 ◦ green 49 ◦ blue 58

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

Shades of Ebony #2E313A

Tints of Ebony #2E313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

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

R = 30.07%
G = 32.03%
B = 37.91%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E313A (or 0x2E313A) is known color: Ebony. HEX triplet: 2E, 31 and 3A. RGB value is (46,49,58). Sum of RGB (Red+Green+Blue) = 46+49+58=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E313A is #D1CEC5. Grayscale: #313131. Windows color (decimal): -13749958 or 3813678. OLE color: 3813678.

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

Color convert

RGB 46 49 58 -
CMYK 0.21 0.16 0 0.77
HSL 225º 0.12% 0.2% -
HSV(B) 225º 0.21% 0.23% -
XYZ 2.99 3.08 4.44 -
YUV 49.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 46 49 58 0.21 0.16 0 0.77 225 0.12 0.2
Hex 2E 31 3A 15 10 0 4D E1 C 14
Octal 56 61 72 25 20 0 115 341 14 24
Binary 101110 110001 111010 10101 10000 0 1001101 11100001 1100 10100

Color Harmonies of #2E313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E313A

Black with #2E313A

Text Example


Text Example

White with #2E313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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