#373032

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

Shades of Aubergine #373032

Tints of Aubergine #373032

Color information

#373032 (or 0x373032) is unknown color: approx Aubergine. HEX triplet: 37, 30 and 32. RGB value is (55,48,50). Sum of RGB (Red+Green+Blue) = 55+48+50=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #373032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373032 is #C8CFCD. Grayscale: #323232. Windows color (decimal): -13160398 or 3289143. OLE color: 3289143.

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

Color convert

RGB554850-
CMYK00.130.090.78
HSL342.86º6.8%20.2%-
HSV(B)342.86º12.73%21.57%-
XYZ3.213.163.46-
YUV50.32127.82131.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=35.95%
G=31.37%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55485000.130.090.78342.866.820.2
Hex3730320D94E157714
Octal67606201511116527724
Binary110111110000110010011011001100111010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373032; }

 p { color: rgb(55,48,50); }

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

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

 a { background-color: rgb(55,48,50); }

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

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

 span { border-color: rgb(55,48,50); }

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