#351D2E

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

Shades of Melanzane #351D2E

Tints of Melanzane #351D2E

Color information

#351D2E (or 0x351D2E) is unknown color: approx Melanzane. HEX triplet: 35, 1D and 2E. RGB value is (53,29,46). Sum of RGB (Red+Green+Blue) = 53+29+46=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #351D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D2E is #CAE2D1. Grayscale: #262626. Windows color (decimal): -13296338 or 3022133. OLE color: 3022133.

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

Color convert

RGB532946-
CMYK00.450.130.79
HSL317.5º29.27%16.08%-
HSV(B)317.5º45.28%20.78%-
XYZ2.41.832.81-
YUV38.11132.45138.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=41.41%
G=22.66%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53294600.450.130.79317.529.2716.08
Hex351D2E02DD4F13e1d10
Octal653556055151174763520
Binary110101111011011100101101110110011111001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,46); }

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

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

 a { background-color: rgb(53,29,46); }

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

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

 span { border-color: rgb(53,29,46); }

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