#37252A

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

Shades of Aubergine #37252A

Tints of Aubergine #37252A

Color information

#37252A (or 0x37252A) is unknown color: approx Aubergine. HEX triplet: 37, 25 and 2A. RGB value is (55,37,42). Sum of RGB (Red+Green+Blue) = 55+37+42=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37252A is #C8DAD5. Grayscale: #2A2A2A. Windows color (decimal): -13163222 or 2762039. OLE color: 2762039.

HSL color Cylindrical-coordinate representation of color #37252A: hue angle of 343.33º 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 #37252A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB553742-
CMYK00.330.240.78
HSL343.33º19.57%18.04%-
HSV(B)343.33º32.73%21.57%-
XYZ2.662.32.49-
YUV42.95127.46136.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=41.04%
G=27.61%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55374200.330.240.78343.3319.5718.04
Hex37252A021184E1571412
Octal674552041301165272422
Binary11011110010110101001000011100010011101010101111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37252A; }

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

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

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

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

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

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

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

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