#37242A

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

Shades of Aubergine #37242A

Tints of Aubergine #37242A

Color information

#37242A (or 0x37242A) is unknown color: approx Aubergine. HEX triplet: 37, 24 and 2A. RGB value is (55,36,42). Sum of RGB (Red+Green+Blue) = 55+36+42=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #37242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37242A is #C8DBD5. Grayscale: #2A2A2A. Windows color (decimal): -13163478 or 2761783. OLE color: 2761783.

HSL color Cylindrical-coordinate representation of color #37242A: hue angle of 341.05º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37242A is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB553642-
CMYK00.350.240.78
HSL341.05º20.88%17.84%-
HSV(B)341.05º34.55%21.57%-
XYZ2.622.242.48-
YUV42.36127.79137.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.35%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=41.35%
G=27.07%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55364200.350.240.78341.0520.8817.84
Hex37242A023184E1551512
Octal674452043301165252522
Binary11011110010010101001000111100010011101010101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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