#372530

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

Shades of Melanzane #372530

Tints of Melanzane #372530

Color information

#372530 (or 0x372530) is unknown color: approx Melanzane. HEX triplet: 37, 25 and 30. RGB value is (55,37,48). Sum of RGB (Red+Green+Blue) = 55+37+48=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372530 is #C8DACF. Grayscale: #2B2B2B. Windows color (decimal): -13163216 or 3155255. OLE color: 3155255.

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

Color convert

RGB553748-
CMYK00.330.130.78
HSL323.33º19.57%18.04%-
HSV(B)323.33º32.73%21.57%-
XYZ2.772.353.1-
YUV43.64130.46136.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=39.29%
G=26.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55374800.330.130.78323.3319.5718.04
Hex372530021D4E1431412
Octal674560041151165032422
Binary1101111001011100000100001110110011101010000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372530; }

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

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

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

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

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

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

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

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