#372330

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

Shades of Melanzane #372330

Tints of Melanzane #372330

Color information

#372330 (or 0x372330) is unknown color: approx Melanzane. HEX triplet: 37, 23 and 30. RGB value is (55,35,48). Sum of RGB (Red+Green+Blue) = 55+35+48=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #372330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372330 is #C8DCCF. Grayscale: #2A2A2A. Windows color (decimal): -13163728 or 3154743. OLE color: 3154743.

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

Color convert

RGB553548-
CMYK00.360.130.78
HSL321º22.22%17.65%-
HSV(B)321º36.36%21.57%-
XYZ2.712.233.08-
YUV42.46131.13136.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=39.86%
G=25.36%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55354800.360.130.7832122.2217.65
Hex372330024D4E1411612
Octal674360044151165012622
Binary1101111000111100000100100110110011101010000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372330; }

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

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

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

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

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

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

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

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