#353033

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

Shades of Melanzane #353033

Tints of Melanzane #353033

Color information

#353033 (or 0x353033) is unknown color: approx Melanzane. HEX triplet: 35, 30 and 33. RGB value is (53,48,51). Sum of RGB (Red+Green+Blue) = 53+48+51=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 53 - color contains mainly: red. Hex color #353033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353033 is #CACFCC. Grayscale: #313131. Windows color (decimal): -13291469 or 3354677. OLE color: 3354677.

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

Color convert

RGB534851-
CMYK00.090.040.79
HSL324º4.95%19.8%-
HSV(B)324º9.43%20.78%-
XYZ3.123.113.57-
YUV49.84128.66130.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=34.87%
G=31.58%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53485100.090.040.793244.9519.8
Hex3530330944F144514
Octal6560630114117504524
Binary11010111000011001101001100100111110100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353033; }

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

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

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

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

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

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

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

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