#2A2426

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

Shades of Aubergine #2A2426

Tints of Aubergine #2A2426

Color information

#2A2426 (or 0x2A2426) is unknown color: approx Aubergine. HEX triplet: 2A, 24 and 26. RGB value is (42,36,38). Sum of RGB (Red+Green+Blue) = 42+36+38=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2426 is #D5DBD9. Grayscale: #262626. Windows color (decimal): -14015450 or 2499626. OLE color: 2499626.

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

Color convert

RGB423638-
CMYK00.140.100.84
HSL340º7.69%15.29%-
HSV(B)340º14.29%16.47%-
XYZ1.941.892.1-
YUV38.02127.99130.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.21%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=36.21%
G=31.03%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42363800.140.100.843407.6915.29
Hex2A24260EA541548f
Octal524446016121245241017
Binary101010100100100110011101010101010010101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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