Html Css Color HEX #2E323C Ebony

📋 copy color: '#2E323C'

red 46 ◦ green 50 ◦ blue 60

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

Shades of Ebony #2E323C

Tints of Ebony #2E323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 29.49%
G = 32.05%
B = 38.46%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E323C (or 0x2E323C) is known color: Ebony. HEX triplet: 2E, 32 and 3C. RGB value is (46,50,60). Sum of RGB (Red+Green+Blue) = 46+50+60=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E323C is #D1CDC3. Grayscale: #313131. Windows color (decimal): -13749700 or 3945006. OLE color: 3945006.

HSL color Cylindrical-coordinate representation of color #2E323C: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E323C is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 50 60 -
CMYK 0.23 0.17 0 0.76
HSL 222.86º 0.13% 0.21% -
HSV(B) 222.86º 0.23% 0.24% -
XYZ 3.08 3.19 4.73 -
YUV 49.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 46 50 60 0.23 0.17 0 0.76 222.86 0.13 0.21
Hex 2E 32 3C 17 11 0 4C DF D 15
Octal 56 62 74 27 21 0 114 337 15 25
Binary 101110 110010 111100 10111 10001 0 1001100 11011111 1101 10101

Color Harmonies of #2E323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E323C

Black with #2E323C

Text Example


Text Example

White with #2E323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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