#362B34

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

Shades of Melanzane #362B34

Tints of Melanzane #362B34

Color information

#362B34 (or 0x362B34) is unknown color: approx Melanzane. HEX triplet: 36, 2B and 34. RGB value is (54,43,52). Sum of RGB (Red+Green+Blue) = 54+43+52=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #362B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B34 is #C9D4CB. Grayscale: #2F2F2F. Windows color (decimal): -13227212 or 3418934. OLE color: 3418934.

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

Color convert

RGB544352-
CMYK00.200.040.79
HSL310.91º11.34%19.02%-
HSV(B)310.91º20.37%21.18%-
XYZ3.012.763.62-
YUV47.32130.64132.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=36.24%
G=28.86%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54435200.200.040.79310.9111.3419.02
Hex362B3401444F137b13
Octal66536402441174671323
Binary1101101010111101000101001001001111100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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