#372C2E

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

Shades of Aubergine #372C2E

Tints of Aubergine #372C2E

Color information

#372C2E (or 0x372C2E) is unknown color: approx Aubergine. HEX triplet: 37, 2C and 2E. RGB value is (55,44,46). Sum of RGB (Red+Green+Blue) = 55+44+46=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C2E is #C8D3D1. Grayscale: #2F2F2F. Windows color (decimal): -13161426 or 3025975. OLE color: 3025975.

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

Color convert

RGB554446-
CMYK00.20.160.78
HSL349.09º11.11%19.41%-
HSV(B)349.09º20%21.57%-
XYZ2.972.812.97-
YUV47.52127.14133.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=37.93%
G=30.34%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55444600.20.160.78349.0911.1119.41
Hex372C2E014104E15db13
Octal675456024201165351323
Binary110111101100101110010100100001001110101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,46); }

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

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

 a { background-color: rgb(55,44,46); }

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

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

 span { border-color: rgb(55,44,46); }

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