#362934

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

Shades of Melanzane #362934

Tints of Melanzane #362934

Color information

#362934 (or 0x362934) is unknown color: approx Melanzane. HEX triplet: 36, 29 and 34. RGB value is (54,41,52). Sum of RGB (Red+Green+Blue) = 54+41+52=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362934 is #C9D6CB. Grayscale: #2E2E2E. Windows color (decimal): -13227724 or 3418422. OLE color: 3418422.

HSL color Cylindrical-coordinate representation of color #362934: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #362934 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB544152-
CMYK00.240.040.79
HSL309.23º13.68%18.63%-
HSV(B)309.23º24.07%21.18%-
XYZ2.932.623.6-
YUV46.14131.31133.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=36.73%
G=27.89%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54415200.240.040.79309.2313.6818.63
Hex36293401844F135e13
Octal66516403041174651623
Binary1101101010011101000110001001001111100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362934; }

 p { color: rgb(54,41,52); }

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

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

 a { background-color: rgb(54,41,52); }

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

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

 span { border-color: rgb(54,41,52); }

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