#362331

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

Shades of Melanzane #362331

Tints of Melanzane #362331

Color information

#362331 (or 0x362331) is unknown color: approx Melanzane. HEX triplet: 36, 23 and 31. RGB value is (54,35,49). Sum of RGB (Red+Green+Blue) = 54+35+49=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362331 is #C9DCCE. Grayscale: #2A2A2A. Windows color (decimal): -13229263 or 3220278. OLE color: 3220278.

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

Color convert

RGB543549-
CMYK00.350.090.79
HSL315.79º21.35%17.45%-
HSV(B)315.79º35.19%21.18%-
XYZ2.682.213.19-
YUV42.28131.79136.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=39.13%
G=25.36%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54354900.350.090.79315.7921.3517.45
Hex36233102394F13c1511
Octal664361043111174742521
Binary1101101000111100010100011100110011111001111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362331; }

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

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

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

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

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

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

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

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