#2A1E26

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

Shades of Melanzane #2A1E26

Tints of Melanzane #2A1E26

Color information

#2A1E26 (or 0x2A1E26) is unknown color: approx Melanzane. HEX triplet: 2A, 1E and 26. RGB value is (42,30,38). Sum of RGB (Red+Green+Blue) = 42+30+38=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1E26 is #D5E1D9. Grayscale: #222222. Windows color (decimal): -14016986 or 2498090. OLE color: 2498090.

HSL color Cylindrical-coordinate representation of color #2A1E26: hue angle of 320º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A1E26 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB423038-
CMYK00.290.100.84
HSL320º16.67%14.12%-
HSV(B)320º28.57%16.47%-
XYZ1.771.562.04-
YUV34.5129.98133.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.18%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=38.18%
G=27.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42303800.290.100.8432016.6714.12
Hex2A1E2601DA5414011e
Octal523646035121245002116
Binary1010101111010011001110110101010100101000000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,38); }

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

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

 a { background-color: rgb(42,30,38); }

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

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

 span { border-color: rgb(42,30,38); }

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