#363335

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

Shades of Melanzane #363335

Tints of Melanzane #363335

Color information

#363335 (or 0x363335) is unknown color: approx Melanzane. HEX triplet: 36, 33 and 35. RGB value is (54,51,53). Sum of RGB (Red+Green+Blue) = 54+51+53=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 54 - color contains mainly: red. Hex color #363335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363335 is #C9CCCA. Grayscale: #343434. Windows color (decimal): -13225163 or 3486518. OLE color: 3486518.

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

Color convert

RGB545153-
CMYK00.060.020.79
HSL320º2.86%20.59%-
HSV(B)320º5.56%21.18%-
XYZ3.353.413.85-
YUV52.12128.49129.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=34.18%
G=32.28%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54515300.060.020.793202.8620.59
Hex3633350624F140315
Octal666365062117500325
Binary11011011001111010101101010011111010000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363335; }

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

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

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

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

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

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

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

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