#36162E

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

Shades of Melanzane #36162E

Tints of Melanzane #36162E

Color information

#36162E (or 0x36162E) is unknown color: approx Melanzane. HEX triplet: 36, 16 and 2E. RGB value is (54,22,46). Sum of RGB (Red+Green+Blue) = 54+22+46=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36162E is #C9E9D1. Grayscale: #222222. Windows color (decimal): -13232594 or 3020342. OLE color: 3020342.

HSL color Cylindrical-coordinate representation of color #36162E: hue angle of 315º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36162E is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB542246-
CMYK00.590.150.79
HSL315º42.11%14.9%-
HSV(B)315º59.26%21.18%-
XYZ2.31.562.76-
YUV34.3134.6142.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=44.26%
G=18.03%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54224600.590.150.7931542.1114.9
Hex36162E03BF4F13b2af
Octal662656073171174735217
Binary110110101101011100111011111110011111001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,22,46); }

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

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

 a { background-color: rgb(54,22,46); }

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

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

 span { border-color: rgb(54,22,46); }

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