#2C2225

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

Shades of Aubergine #2C2225

Tints of Aubergine #2C2225

Color information

#2C2225 (or 0x2C2225) is unknown color: approx Aubergine. HEX triplet: 2C, 22 and 25. RGB value is (44,34,37). Sum of RGB (Red+Green+Blue) = 44+34+37=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2225 is #D3DDDA. Grayscale: #252525. Windows color (decimal): -13884891 or 2433580. OLE color: 2433580.

HSL color Cylindrical-coordinate representation of color #2C2225: hue angle of 342º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C2225 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB443437-
CMYK00.230.160.83
HSL342º12.82%15.29%-
HSV(B)342º22.73%17.25%-
XYZ1.941.812-
YUV37.33127.81132.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=38.26%
G=29.57%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44343700.230.160.8334212.8215.29
Hex2C22250171053156df
Octal544245027201235261517
Binary10110010001010010101011110000101001110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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