#2E282C

Color #2E282C Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #2E282C

Tints of Melanzane #2E282C

Color information

#2E282C (or 0x2E282C) is unknown color: approx Melanzane. HEX triplet: 2E, 28 and 2C. RGB value is (46,40,44). Sum of RGB (Red+Green+Blue) = 46+40+44=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 46 - color contains mainly: red. Hex color #2E282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E282C is #D1D7D3. Grayscale: #2A2A2A. Windows color (decimal): -13752276 or 2893870. OLE color: 2893870.

HSL color Cylindrical-coordinate representation of color #2E282C: hue angle of 320º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E282C is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB464044-
CMYK00.130.040.82
HSL320º6.98%16.86%-
HSV(B)320º13.04%18.04%-
XYZ2.342.282.7-
YUV42.25128.99130.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=35.38%
G=30.77%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46404400.130.040.823206.9816.86
Hex2E282C0D452140711
Octal5650540154122500721
Binary10111010100010110001101100101001010100000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,44); }

 H1.HeaderClassName
 {
   color: #2E282C;
 }
 .AnyTagClassName
 {
   color: #2E282C;
 }
</style>
background-color css

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

 a { background-color: rgb(46,40,44); }

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

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

 span { border-color: rgb(46,40,44); }

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