#362D33

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

Shades of Melanzane #362D33

Tints of Melanzane #362D33

Color information

#362D33 (or 0x362D33) is unknown color: approx Melanzane. HEX triplet: 36, 2D and 33. RGB value is (54,45,51). Sum of RGB (Red+Green+Blue) = 54+45+51=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 54 - color contains mainly: red. Hex color #362D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D33 is #C9D2CC. Grayscale: #303030. Windows color (decimal): -13226701 or 3353910. OLE color: 3353910.

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

Color convert

RGB544551-
CMYK00.170.060.79
HSL320º9.09%19.41%-
HSV(B)320º16.67%21.18%-
XYZ3.062.93.53-
YUV48.38129.48132.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 51 (20.31% from 255) = 34%
R=36%
G=30%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54455100.170.060.793209.0919.41
Hex362D3301164F140913
Octal66556302161175001123
Binary1101101011011100110100011101001111101000000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D33; }

 p { color: rgb(54,45,51); }

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

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

 a { background-color: rgb(54,45,51); }

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

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

 span { border-color: rgb(54,45,51); }

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