#37262B

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

Shades of Aubergine #37262B

Tints of Aubergine #37262B

Color information

#37262B (or 0x37262B) is unknown color: approx Aubergine. HEX triplet: 37, 26 and 2B. RGB value is (55,38,43). Sum of RGB (Red+Green+Blue) = 55+38+43=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37262B is #C8D9D4. Grayscale: #2B2B2B. Windows color (decimal): -13162965 or 2827831. OLE color: 2827831.

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

Color convert

RGB553843-
CMYK00.310.220.78
HSL342.35º18.28%18.24%-
HSV(B)342.35º30.91%21.57%-
XYZ2.72.372.6-
YUV43.65127.63136.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=40.44%
G=27.94%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55384300.310.220.78342.3518.2818.24
Hex37262B01F164E1561212
Octal674653037261165262222
Binary1101111001101010110111111011010011101010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37262B; }

 p { color: rgb(55,38,43); }

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

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

 a { background-color: rgb(55,38,43); }

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

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

 span { border-color: rgb(55,38,43); }

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