#362332

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

Shades of Melanzane #362332

Tints of Melanzane #362332

Color information

#362332 (or 0x362332) is unknown color: approx Melanzane. HEX triplet: 36, 23 and 32. RGB value is (54,35,50). Sum of RGB (Red+Green+Blue) = 54+35+50=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362332 is #C9DCCD. Grayscale: #2A2A2A. Windows color (decimal): -13229262 or 3285814. OLE color: 3285814.

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

Color convert

RGB543550-
CMYK00.350.070.79
HSL312.63º21.35%17.45%-
HSV(B)312.63º35.19%21.18%-
XYZ2.72.223.3-
YUV42.39132.29136.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=38.85%
G=25.18%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54355000.350.070.79312.6321.3517.45
Hex36233202374F1391511
Octal66436204371174712521
Binary110110100011110010010001111110011111001110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362332; }

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

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

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

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

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

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

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

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