#2E1629

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

Shades of Melanzane #2E1629

Tints of Melanzane #2E1629

Color information

#2E1629 (or 0x2E1629) is unknown color: approx Melanzane. HEX triplet: 2E, 16 and 29. RGB value is (46,22,41). Sum of RGB (Red+Green+Blue) = 46+22+41=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1629 is #D1E9D6. Grayscale: #1F1F1F. Windows color (decimal): -13756887 or 2692654. OLE color: 2692654.

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

Color convert

RGB462241-
CMYK00.520.110.82
HSL312.5º35.29%13.33%-
HSV(B)312.5º52.17%18.04%-
XYZ1.811.312.26-
YUV31.34133.45138.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=42.20%
G=20.18%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46224100.520.110.82312.535.2913.33
Hex2E1629034B5213823d
Octal562651064131224704315
Binary101110101101010010110100101110100101001110001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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