#351E2C

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

Shades of Melanzane #351E2C

Tints of Melanzane #351E2C

Color information

#351E2C (or 0x351E2C) is unknown color: approx Melanzane. HEX triplet: 35, 1E and 2C. RGB value is (53,30,44). Sum of RGB (Red+Green+Blue) = 53+30+44=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #351E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E2C is #CAE1D3. Grayscale: #262626. Windows color (decimal): -13296084 or 2891317. OLE color: 2891317.

HSL color Cylindrical-coordinate representation of color #351E2C: hue angle of 323.48º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351E2C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB533044-
CMYK00.430.170.79
HSL323.48º27.71%16.27%-
HSV(B)323.48º43.4%20.78%-
XYZ2.391.872.62-
YUV38.47131.12138.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=41.73%
G=23.62%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53304400.430.170.79323.4827.7116.27
Hex351E2C02B114F1431c10
Octal653654053211175033420
Binary1101011111010110001010111000110011111010000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E2C; }

 p { color: rgb(53,30,44); }

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

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

 a { background-color: rgb(53,30,44); }

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

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

 span { border-color: rgb(53,30,44); }

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