#2E1926

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

Shades of Melanzane #2E1926

Tints of Melanzane #2E1926

Color information

#2E1926 (or 0x2E1926) is unknown color: approx Melanzane. HEX triplet: 2E, 19 and 26. RGB value is (46,25,38). Sum of RGB (Red+Green+Blue) = 46+25+38=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1926 is #D1E6D9. Grayscale: #202020. Windows color (decimal): -13756122 or 2496814. OLE color: 2496814.

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

Color convert

RGB462538-
CMYK00.460.170.82
HSL322.86º29.58%13.92%-
HSV(B)322.86º45.65%18.04%-
XYZ1.821.422.01-
YUV32.76130.96137.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=42.20%
G=22.94%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46253800.460.170.82322.8629.5813.92
Hex2E192602E11521431ee
Octal563146056211225033616
Binary101110110011001100101110100011010010101000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,38); }

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

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

 a { background-color: rgb(46,25,38); }

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

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

 span { border-color: rgb(46,25,38); }

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