#362231

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

Shades of Melanzane #362231

Tints of Melanzane #362231

Color information

#362231 (or 0x362231) is unknown color: approx Melanzane. HEX triplet: 36, 22 and 31. RGB value is (54,34,49). Sum of RGB (Red+Green+Blue) = 54+34+49=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #362231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362231 is #C9DDCE. Grayscale: #292929. Windows color (decimal): -13229519 or 3220022. OLE color: 3220022.

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

Color convert

RGB543449-
CMYK00.370.090.79
HSL315º22.73%17.25%-
HSV(B)315º37.04%21.18%-
XYZ2.652.153.18-
YUV41.69132.13136.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=39.42%
G=24.82%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54344900.370.090.7931522.7317.25
Hex36223102594F13b1711
Octal664261045111174732721
Binary1101101000101100010100101100110011111001110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362231; }

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

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

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

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

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

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

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

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