#362732

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

Shades of Melanzane #362732

Tints of Melanzane #362732

Color information

#362732 (or 0x362732) is unknown color: approx Melanzane. HEX triplet: 36, 27 and 32. RGB value is (54,39,50). Sum of RGB (Red+Green+Blue) = 54+39+50=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362732 is #C9D8CD. Grayscale: #2C2C2C. Windows color (decimal): -13228238 or 3286838. OLE color: 3286838.

HSL color Cylindrical-coordinate representation of color #362732: hue angle of 316º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #362732 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB543950-
CMYK00.280.070.79
HSL316º16.13%18.24%-
HSV(B)316º27.78%21.18%-
XYZ2.822.473.34-
YUV44.74130.97134.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=37.76%
G=27.27%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54395000.280.070.7931616.1318.24
Hex36273201C74F13c1012
Octal66476203471174742022
Binary11011010011111001001110011110011111001111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362732; }

 p { color: rgb(54,39,50); }

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

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

 a { background-color: rgb(54,39,50); }

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

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

 span { border-color: rgb(54,39,50); }

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