#37142E

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

Shades of Melanzane #37142E

Tints of Melanzane #37142E

Color information

#37142E (or 0x37142E) is unknown color: approx Melanzane. HEX triplet: 37, 14 and 2E. RGB value is (55,20,46). Sum of RGB (Red+Green+Blue) = 55+20+46=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37142E is #C8EBD1. Grayscale: #212121. Windows color (decimal): -13167570 or 3019831. OLE color: 3019831.

HSL color Cylindrical-coordinate representation of color #37142E: hue angle of 315.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37142E is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB552046-
CMYK00.640.160.78
HSL315.43º46.67%14.71%-
HSV(B)315.43º63.64%21.57%-
XYZ2.321.512.75-
YUV33.43135.1143.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=45.45%
G=16.53%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55204600.640.160.78315.4346.6714.71
Hex37142E040104E13b2ff
Octal6724560100201164735717
Binary11011110100101110010000001000010011101001110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37142E; }

 p { color: rgb(55,20,46); }

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

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

 a { background-color: rgb(55,20,46); }

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

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

 span { border-color: rgb(55,20,46); }

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