#351F2E

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

Shades of Melanzane #351F2E

Tints of Melanzane #351F2E

Color information

#351F2E (or 0x351F2E) is unknown color: approx Melanzane. HEX triplet: 35, 1F and 2E. RGB value is (53,31,46). Sum of RGB (Red+Green+Blue) = 53+31+46=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #351F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F2E is #CAE0D1. Grayscale: #272727. Windows color (decimal): -13295826 or 3022645. OLE color: 3022645.

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

Color convert

RGB533146-
CMYK00.420.130.79
HSL319.09º26.19%16.47%-
HSV(B)319.09º41.51%20.78%-
XYZ2.451.932.83-
YUV39.29131.79137.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=40.77%
G=23.85%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53314600.420.130.79319.0926.1916.47
Hex351F2E02AD4F13f1a10
Octal653756052151174773220
Binary110101111111011100101010110110011111001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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