#362532

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

Shades of Melanzane #362532

Tints of Melanzane #362532

Color information

#362532 (or 0x362532) is unknown color: approx Melanzane. HEX triplet: 36, 25 and 32. RGB value is (54,37,50). Sum of RGB (Red+Green+Blue) = 54+37+50=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362532 is #C9DACD. Grayscale: #2B2B2B. Windows color (decimal): -13228750 or 3286326. OLE color: 3286326.

HSL color Cylindrical-coordinate representation of color #362532: hue angle of 314.12º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #362532 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB543750-
CMYK00.310.070.79
HSL314.12º18.68%17.84%-
HSV(B)314.12º31.48%21.18%-
XYZ2.762.343.32-
YUV43.56131.63135.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=38.30%
G=26.24%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54375000.310.070.79314.1218.6817.84
Hex36253201F74F13a1312
Octal66456203771174722322
Binary11011010010111001001111111110011111001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362532; }

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

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

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

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

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

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

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

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