#2A2225

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

Shades of Aubergine #2A2225

Tints of Aubergine #2A2225

Color information

#2A2225 (or 0x2A2225) is unknown color: approx Aubergine. HEX triplet: 2A, 22 and 25. RGB value is (42,34,37). Sum of RGB (Red+Green+Blue) = 42+34+37=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2225 is #D5DDDA. Grayscale: #242424. Windows color (decimal): -14015963 or 2433578. OLE color: 2433578.

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

Color convert

RGB423437-
CMYK00.190.120.84
HSL337.5º10.53%14.9%-
HSV(B)337.5º19.05%16.47%-
XYZ1.861.771.99-
YUV36.73128.15131.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.17%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=37.17%
G=30.09%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42343700.190.120.84337.510.5314.9
Hex2A2225013C54152bf
Octal524245023141245221317
Binary1010101000101001010100111100101010010101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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