#363035

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

Shades of Melanzane #363035

Tints of Melanzane #363035

Color information

#363035 (or 0x363035) is unknown color: approx Melanzane. HEX triplet: 36, 30 and 35. RGB value is (54,48,53). Sum of RGB (Red+Green+Blue) = 54+48+53=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363035 is #C9CFCA. Grayscale: #323232. Windows color (decimal): -13225931 or 3485750. OLE color: 3485750.

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

Color convert

RGB544853-
CMYK00.110.020.79
HSL310º5.88%20%-
HSV(B)310º11.11%21.18%-
XYZ3.223.163.81-
YUV50.36129.49130.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=34.84%
G=30.97%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54485300.110.020.793105.8820
Hex3630350B24F136614
Octal6660650132117466624
Binary1101101100001101010101110100111110011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363035; }

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

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

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

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

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

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

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

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