#37162F

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

Shades of Melanzane #37162F

Tints of Melanzane #37162F

Color information

#37162F (or 0x37162F) is unknown color: approx Melanzane. HEX triplet: 37, 16 and 2F. RGB value is (55,22,47). Sum of RGB (Red+Green+Blue) = 55+22+47=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37162F is #C8E9D0. Grayscale: #222222. Windows color (decimal): -13167057 or 3085879. OLE color: 3085879.

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

Color convert

RGB552247-
CMYK00.60.150.78
HSL314.55º42.86%15.1%-
HSV(B)314.55º60%21.57%-
XYZ2.381.592.87-
YUV34.72134.93142.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=44.35%
G=17.74%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55224700.60.150.78314.5542.8615.1
Hex37162F03CF4E13b2bf
Octal672657074171164735317
Binary110111101101011110111100111110011101001110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37162F; }

 p { color: rgb(55,22,47); }

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

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

 a { background-color: rgb(55,22,47); }

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

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

 span { border-color: rgb(55,22,47); }

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