#372528

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

Shades of Aubergine #372528

Tints of Aubergine #372528

Color information

#372528 (or 0x372528) is unknown color: approx Aubergine. HEX triplet: 37, 25 and 28. RGB value is (55,37,40). Sum of RGB (Red+Green+Blue) = 55+37+40=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #372528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372528 is #C8DAD7. Grayscale: #2A2A2A. Windows color (decimal): -13163224 or 2630967. OLE color: 2630967.

HSL color Cylindrical-coordinate representation of color #372528: hue angle of 350º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #372528 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB553740-
CMYK00.330.270.78
HSL350º19.57%18.04%-
HSV(B)350º32.73%21.57%-
XYZ2.622.292.31-
YUV42.72126.46136.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=41.67%
G=28.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55374000.330.270.7835019.5718.04
Hex3725280211B4E15e1412
Octal674550041331165362422
Binary11011110010110100001000011101110011101010111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372528; }

 p { color: rgb(55,37,40); }

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

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

 a { background-color: rgb(55,37,40); }

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

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

 span { border-color: rgb(55,37,40); }

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