#2C2527

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

Shades of Aubergine #2C2527

Tints of Aubergine #2C2527

Color information

#2C2527 (or 0x2C2527) is unknown color: approx Aubergine. HEX triplet: 2C, 25 and 27. RGB value is (44,37,39). Sum of RGB (Red+Green+Blue) = 44+37+39=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2527 is #D3DAD8. Grayscale: #272727. Windows color (decimal): -13884121 or 2565420. OLE color: 2565420.

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

Color convert

RGB443739-
CMYK00.160.110.83
HSL342.86º8.64%15.88%-
HSV(B)342.86º15.91%17.25%-
XYZ2.072.012.2-
YUV39.32127.82131.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.67%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=36.67%
G=30.83%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44373900.160.110.83342.868.6415.88
Hex2C2527010B53157910
Octal544547020131235271120
Binary10110010010110011101000010111010011101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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