#362A34

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

Shades of Melanzane #362A34

Tints of Melanzane #362A34

Color information

#362A34 (or 0x362A34) is unknown color: approx Melanzane. HEX triplet: 36, 2A and 34. RGB value is (54,42,52). Sum of RGB (Red+Green+Blue) = 54+42+52=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #362A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A34 is #C9D5CB. Grayscale: #2E2E2E. Windows color (decimal): -13227468 or 3418678. OLE color: 3418678.

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

Color convert

RGB544252-
CMYK00.220.040.79
HSL310º12.5%18.82%-
HSV(B)310º22.22%21.18%-
XYZ2.972.693.61-
YUV46.73130.98133.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=36.49%
G=28.38%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54425200.220.040.7931012.518.82
Hex362A3401644F136c13
Octal66526402641174661423
Binary1101101010101101000101101001001111100110110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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