#36202D

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

Shades of Melanzane #36202D

Tints of Melanzane #36202D

Color information

#36202D (or 0x36202D) is unknown color: approx Melanzane. HEX triplet: 36, 20 and 2D. RGB value is (54,32,45). Sum of RGB (Red+Green+Blue) = 54+32+45=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #36202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202D is #C9DFD2. Grayscale: #282828. Windows color (decimal): -13230035 or 2957366. OLE color: 2957366.

HSL color Cylindrical-coordinate representation of color #36202D: hue angle of 324.55º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36202D is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB543245-
CMYK00.410.170.79
HSL324.55º25.58%16.86%-
HSV(B)324.55º40.74%21.18%-
XYZ2.512.012.74-
YUV40.06130.79137.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=41.22%
G=24.43%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54324500.410.170.79324.5525.5816.86
Hex36202D029114F1451a11
Octal664055051211175053221
Binary11011010000010110101010011000110011111010001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36202D; }

 p { color: rgb(54,32,45); }

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

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

 a { background-color: rgb(54,32,45); }

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

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

 span { border-color: rgb(54,32,45); }

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