#372934

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

Shades of Melanzane #372934

Tints of Melanzane #372934

Color information

#372934 (or 0x372934) is unknown color: approx Melanzane. HEX triplet: 37, 29 and 34. RGB value is (55,41,52). Sum of RGB (Red+Green+Blue) = 55+41+52=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372934 is #C8D6CB. Grayscale: #2E2E2E. Windows color (decimal): -13162188 or 3418423. OLE color: 3418423.

HSL color Cylindrical-coordinate representation of color #372934: hue angle of 312.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #372934 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB554152-
CMYK00.250.050.78
HSL312.86º14.58%18.82%-
HSV(B)312.86º25.45%21.57%-
XYZ2.992.653.6-
YUV46.44131.14134.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=37.16%
G=27.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55415200.250.050.78312.8614.5818.82
Hex37293401954E139f13
Octal67516403151164711723
Binary1101111010011101000110011011001110100111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372934; }

 p { color: rgb(55,41,52); }

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

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

 a { background-color: rgb(55,41,52); }

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

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

 span { border-color: rgb(55,41,52); }

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