#2A2126

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

Shades of Melanzane #2A2126

Tints of Melanzane #2A2126

Color information

#2A2126 (or 0x2A2126) is unknown color: approx Melanzane. HEX triplet: 2A, 21 and 26. RGB value is (42,33,38). Sum of RGB (Red+Green+Blue) = 42+33+38=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2126 is #D5DED9. Grayscale: #242424. Windows color (decimal): -14016218 or 2498858. OLE color: 2498858.

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

Color convert

RGB423338-
CMYK00.210.100.84
HSL326.67º12%14.71%-
HSV(B)326.67º21.43%16.47%-
XYZ1.851.722.07-
YUV36.26128.98132.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.17%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=37.17%
G=29.20%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42333800.210.100.84326.671214.71
Hex2A2126015A54147cf
Octal524146025121245071417
Binary1010101000011001100101011010101010010100011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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