#2E1A29

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

Shades of Melanzane #2E1A29

Tints of Melanzane #2E1A29

Color information

#2E1A29 (or 0x2E1A29) is unknown color: approx Melanzane. HEX triplet: 2E, 1A and 29. RGB value is (46,26,41). Sum of RGB (Red+Green+Blue) = 46+26+41=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A29 is #D1E5D6. Grayscale: #212121. Windows color (decimal): -13755863 or 2693678. OLE color: 2693678.

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

Color convert

RGB462641-
CMYK00.430.110.82
HSL315º27.78%14.12%-
HSV(B)315º43.48%18.04%-
XYZ1.91.482.28-
YUV33.69132.13136.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=40.71%
G=23.01%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46264100.430.110.8231527.7814.12
Hex2E1A2902BB5213b1ce
Octal563251053131224733416
Binary10111011010101001010101110111010010100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,26,41); }

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

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

 a { background-color: rgb(46,26,41); }

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

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

 span { border-color: rgb(46,26,41); }

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