#372130

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

Shades of Melanzane #372130

Tints of Melanzane #372130

Color information

#372130 (or 0x372130) is unknown color: approx Melanzane. HEX triplet: 37, 21 and 30. RGB value is (55,33,48). Sum of RGB (Red+Green+Blue) = 55+33+48=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #372130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372130 is #C8DECF. Grayscale: #292929. Windows color (decimal): -13164240 or 3154231. OLE color: 3154231.

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

Color convert

RGB553348-
CMYK00.40.130.78
HSL319.09º25%17.25%-
HSV(B)319.09º40%21.57%-
XYZ2.652.113.06-
YUV41.29131.79137.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=40.44%
G=24.26%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55334800.40.130.78319.092517.25
Hex372130028D4E13f1911
Octal674160050151164773121
Binary1101111000011100000101000110110011101001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372130; }

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

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

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

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

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

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

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

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