#2E212A

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

Shades of Melanzane #2E212A

Tints of Melanzane #2E212A

Color information

#2E212A (or 0x2E212A) is unknown color: approx Melanzane. HEX triplet: 2E, 21 and 2A. RGB value is (46,33,42). Sum of RGB (Red+Green+Blue) = 46+33+42=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212A is #D1DED5. Grayscale: #252525. Windows color (decimal): -13754070 or 2761006. OLE color: 2761006.

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

Color convert

RGB463342-
CMYK00.280.090.82
HSL318.46º16.46%15.49%-
HSV(B)318.46º28.26%18.04%-
XYZ2.091.842.43-
YUV37.91130.31133.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=38.02%
G=27.27%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46334200.280.090.82318.4616.4615.49
Hex2E212A01C95213e10f
Octal564152034111224762017
Binary10111010000110101001110010011010010100111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,42); }

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

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

 a { background-color: rgb(46,33,42); }

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

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

 span { border-color: rgb(46,33,42); }

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