#2E2028

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

Shades of Melanzane #2E2028

Tints of Melanzane #2E2028

Color information

#2E2028 (or 0x2E2028) is unknown color: approx Melanzane. HEX triplet: 2E, 20 and 28. RGB value is (46,32,40). Sum of RGB (Red+Green+Blue) = 46+32+40=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2028 is #D1DFD7. Grayscale: #252525. Windows color (decimal): -13754328 or 2629678. OLE color: 2629678.

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

Color convert

RGB463240-
CMYK00.300.130.82
HSL325.71º17.95%15.29%-
HSV(B)325.71º30.43%18.04%-
XYZ2.031.772.24-
YUV37.1129.64134.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.98%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=38.98%
G=27.12%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46324000.300.130.82325.7117.9515.29
Hex2E202801ED5214612f
Octal564050036151225062217
Binary10111010000010100001111011011010010101000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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