#2E1B28

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

Shades of Melanzane #2E1B28

Tints of Melanzane #2E1B28

Color information

#2E1B28 (or 0x2E1B28) is unknown color: approx Melanzane. HEX triplet: 2E, 1B and 28. RGB value is (46,27,40). Sum of RGB (Red+Green+Blue) = 46+27+40=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B28 is #D1E4D7. Grayscale: #222222. Windows color (decimal): -13755608 or 2628398. OLE color: 2628398.

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

Color convert

RGB462740-
CMYK00.410.130.82
HSL318.95º26.03%14.31%-
HSV(B)318.95º41.3%18.04%-
XYZ1.91.522.2-
YUV34.16131.29136.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=40.71%
G=23.89%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46274000.410.130.82318.9526.0314.31
Hex2E1B28029D5213f1ae
Octal563350051151224773216
Binary10111011011101000010100111011010010100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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