#363034

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

Shades of Melanzane #363034

Tints of Melanzane #363034

Color information

#363034 (or 0x363034) is unknown color: approx Melanzane. HEX triplet: 36, 30 and 34. RGB value is (54,48,52). Sum of RGB (Red+Green+Blue) = 54+48+52=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 54 - color contains mainly: red. Hex color #363034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363034 is #C9CFCB. Grayscale: #323232. Windows color (decimal): -13225932 or 3420214. OLE color: 3420214.

HSL color Cylindrical-coordinate representation of color #363034: hue angle of 320º 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 #363034 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB544852-
CMYK00.110.040.79
HSL320º5.88%20%-
HSV(B)320º11.11%21.18%-
XYZ3.23.153.69-
YUV50.25128.99130.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=35.06%
G=31.17%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54485200.110.040.793205.8820
Hex3630340B44F140614
Octal6660640134117500624
Binary11011011000011010001011100100111110100000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363034; }

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

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

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

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

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

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

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

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