#362D34

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

Shades of Melanzane #362D34

Tints of Melanzane #362D34

Color information

#362D34 (or 0x362D34) is unknown color: approx Melanzane. HEX triplet: 36, 2D and 34. RGB value is (54,45,52). Sum of RGB (Red+Green+Blue) = 54+45+52=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #362D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D34 is #C9D2CB. Grayscale: #303030. Windows color (decimal): -13226700 or 3419446. OLE color: 3419446.

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

Color convert

RGB544552-
CMYK00.170.040.79
HSL313.33º9.09%19.41%-
HSV(B)313.33º16.67%21.18%-
XYZ3.082.913.65-
YUV48.49129.98131.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=35.76%
G=29.80%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54455200.170.040.79313.339.0919.41
Hex362D3401144F139913
Octal66556402141174711123
Binary1101101011011101000100011001001111100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D34; }

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

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

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

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

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

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

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

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