#36162F

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

Shades of Melanzane #36162F

Tints of Melanzane #36162F

Color information

#36162F (or 0x36162F) is unknown color: approx Melanzane. HEX triplet: 36, 16 and 2F. RGB value is (54,22,47). Sum of RGB (Red+Green+Blue) = 54+22+47=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #36162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36162F is #C9E9D0. Grayscale: #222222. Windows color (decimal): -13232593 or 3085878. OLE color: 3085878.

HSL color Cylindrical-coordinate representation of color #36162F: hue angle of 313.12º 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 #36162F is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB542247-
CMYK00.590.130.79
HSL313.12º42.11%14.9%-
HSV(B)313.12º59.26%21.18%-
XYZ2.321.562.87-
YUV34.42135.1141.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=43.90%
G=17.89%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54224700.590.130.79313.1242.1114.9
Hex36162F03BD4F1392af
Octal662657073151174715217
Binary110110101101011110111011110110011111001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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