#372630

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

Shades of Melanzane #372630

Tints of Melanzane #372630

Color information

#372630 (or 0x372630) is unknown color: approx Melanzane. HEX triplet: 37, 26 and 30. RGB value is (55,38,48). Sum of RGB (Red+Green+Blue) = 55+38+48=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372630 is #C8D9CF. Grayscale: #2C2C2C. Windows color (decimal): -13162960 or 3155511. OLE color: 3155511.

HSL color Cylindrical-coordinate representation of color #372630: hue angle of 324.71º 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 #372630 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB553848-
CMYK00.310.130.78
HSL324.71º18.28%18.24%-
HSV(B)324.71º30.91%21.57%-
XYZ2.82.413.11-
YUV44.22130.13135.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=39.01%
G=26.95%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55384800.310.130.78324.7118.2818.24
Hex37263001FD4E1451212
Octal674660037151165052222
Binary110111100110110000011111110110011101010001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372630; }

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

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

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

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

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

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

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

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