#363134

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

Shades of Melanzane #363134

Tints of Melanzane #363134

Color information

#363134 (or 0x363134) is unknown color: approx Melanzane. HEX triplet: 36, 31 and 34. RGB value is (54,49,52). Sum of RGB (Red+Green+Blue) = 54+49+52=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363134 is #C9CECB. Grayscale: #323232. Windows color (decimal): -13225676 or 3420470. OLE color: 3420470.

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

Color convert

RGB544952-
CMYK00.090.040.79
HSL324º4.85%20.2%-
HSV(B)324º9.26%21.18%-
XYZ3.243.233.7-
YUV50.84128.66130.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=34.84%
G=31.61%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54495200.090.040.793244.8520.2
Hex3631340944F144514
Octal6661640114117504524
Binary11011011000111010001001100100111110100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363134; }

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

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

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

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

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

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

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

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