#363235

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

Shades of Melanzane #363235

Tints of Melanzane #363235

Color information

#363235 (or 0x363235) is unknown color: approx Melanzane. HEX triplet: 36, 32 and 35. RGB value is (54,50,53). Sum of RGB (Red+Green+Blue) = 54+50+53=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 54 - color contains mainly: red. Hex color #363235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363235 is #C9CDCA. Grayscale: #333333. Windows color (decimal): -13225419 or 3486262. OLE color: 3486262.

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

Color convert

RGB545053-
CMYK00.070.020.79
HSL315º3.85%20.39%-
HSV(B)315º7.41%21.18%-
XYZ3.33.323.84-
YUV51.54128.83129.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=34.39%
G=31.85%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54505300.070.020.793153.8520.39
Hex3632350724F13b414
Octal666265072117473424
Binary110110110010110101011110100111110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363235; }

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

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

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

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

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

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

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

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