#2A2526

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

Shades of Aubergine #2A2526

Tints of Aubergine #2A2526

Color information

#2A2526 (or 0x2A2526) is unknown color: approx Aubergine. HEX triplet: 2A, 25 and 26. RGB value is (42,37,38). Sum of RGB (Red+Green+Blue) = 42+37+38=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2526 is #D5DAD9. Grayscale: #262626. Windows color (decimal): -14015194 or 2499882. OLE color: 2499882.

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

Color convert

RGB423738-
CMYK00.120.100.84
HSL348º6.33%15.49%-
HSV(B)348º11.9%16.47%-
XYZ1.971.962.11-
YUV38.61127.66130.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=35.90%
G=31.62%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42373800.120.100.843486.3315.49
Hex2A25260CA5415c6f
Octal52454601412124534617
Binary10101010010110011001100101010101001010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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