#37292D

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

Shades of Aubergine #37292D

Tints of Aubergine #37292D

Color information

#37292D (or 0x37292D) is unknown color: approx Aubergine. HEX triplet: 37, 29 and 2D. RGB value is (55,41,45). Sum of RGB (Red+Green+Blue) = 55+41+45=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #37292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37292D is #C8D6D2. Grayscale: #2D2D2D. Windows color (decimal): -13162195 or 2959671. OLE color: 2959671.

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

Color convert

RGB554145-
CMYK00.250.180.78
HSL342.86º14.58%18.82%-
HSV(B)342.86º25.45%21.57%-
XYZ2.842.592.83-
YUV45.64127.64134.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=39.01%
G=29.08%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55414500.250.180.78342.8614.5818.82
Hex37292D019124E157f13
Octal675155031221165271723
Binary110111101001101101011001100101001110101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37292D; }

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

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

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

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

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

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

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

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