#353234

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

Shades of Melanzane #353234

Tints of Melanzane #353234

Color information

#353234 (or 0x353234) is unknown color: approx Melanzane. HEX triplet: 35, 32 and 34. RGB value is (53,50,52). Sum of RGB (Red+Green+Blue) = 53+50+52=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 53 - color contains mainly: red. Hex color #353234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353234 is #CACDCB. Grayscale: #333333. Windows color (decimal): -13290956 or 3420725. OLE color: 3420725.

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

Color convert

RGB535052-
CMYK00.060.020.79
HSL320º2.91%20.2%-
HSV(B)320º5.66%20.78%-
XYZ3.233.293.71-
YUV51.12128.49129.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=34.19%
G=32.26%
B=33.55%

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
Decimal53505200.060.020.793202.9120.2
Hex3532340624F140314
Octal656264062117500324
Binary11010111001011010001101010011111010000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353234; }

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

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

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

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

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

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

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

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