#2C2426

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

Shades of Aubergine #2C2426

Tints of Aubergine #2C2426

Color information

#2C2426 (or 0x2C2426) is unknown color: approx Aubergine. HEX triplet: 2C, 24 and 26. RGB value is (44,36,38). Sum of RGB (Red+Green+Blue) = 44+36+38=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2426 is #D3DBD9. Grayscale: #262626. Windows color (decimal): -13884378 or 2499628. OLE color: 2499628.

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

Color convert

RGB443638-
CMYK00.180.140.83
HSL345º10%15.69%-
HSV(B)345º18.18%17.25%-
XYZ2.021.942.1-
YUV38.62127.65131.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.29%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=37.29%
G=30.51%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44363800.180.140.833451015.69
Hex2C2426012E53159a10
Octal544446022161235311220
Binary10110010010010011001001011101010011101011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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