#362232

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

Shades of Melanzane #362232

Tints of Melanzane #362232

Color information

#362232 (or 0x362232) is unknown color: approx Melanzane. HEX triplet: 36, 22 and 32. RGB value is (54,34,50). Sum of RGB (Red+Green+Blue) = 54+34+50=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362232 is #C9DDCD. Grayscale: #292929. Windows color (decimal): -13229518 or 3285558. OLE color: 3285558.

HSL color Cylindrical-coordinate representation of color #362232: hue angle of 312º 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 #362232 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB543450-
CMYK00.370.070.79
HSL312º22.73%17.25%-
HSV(B)312º37.04%21.18%-
XYZ2.672.163.29-
YUV41.8132.63136.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=39.13%
G=24.64%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54345000.370.070.7931222.7317.25
Hex36223202574F1381711
Octal66426204571174702721
Binary110110100010110010010010111110011111001110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362232; }

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

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

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

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

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

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

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

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