#372B2D

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

Shades of Aubergine #372B2D

Tints of Aubergine #372B2D

Color information

#372B2D (or 0x372B2D) is unknown color: approx Aubergine. HEX triplet: 37, 2B and 2D. RGB value is (55,43,45). Sum of RGB (Red+Green+Blue) = 55+43+45=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B2D is #C8D4D2. Grayscale: #2E2E2E. Windows color (decimal): -13161683 or 2960183. OLE color: 2960183.

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

Color convert

RGB554345-
CMYK00.220.180.78
HSL350º12.24%19.22%-
HSV(B)350º21.82%21.57%-
XYZ2.912.732.86-
YUV46.82126.98133.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=38.46%
G=30.07%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55434500.220.180.7835012.2419.22
Hex372B2D016124E15ec13
Octal675355026221165361423
Binary110111101011101101010110100101001110101011110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B2D; }

 p { color: rgb(55,43,45); }

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

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

 a { background-color: rgb(55,43,45); }

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

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

 span { border-color: rgb(55,43,45); }

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