#351F2D

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

Shades of Melanzane #351F2D

Tints of Melanzane #351F2D

Color information

#351F2D (or 0x351F2D) is unknown color: approx Melanzane. HEX triplet: 35, 1F and 2D. RGB value is (53,31,45). Sum of RGB (Red+Green+Blue) = 53+31+45=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #351F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F2D is #CAE0D2. Grayscale: #272727. Windows color (decimal): -13295827 or 2957109. OLE color: 2957109.

HSL color Cylindrical-coordinate representation of color #351F2D: hue angle of 321.82º 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 #351F2D is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB533145-
CMYK00.420.150.79
HSL321.82º26.19%16.47%-
HSV(B)321.82º41.51%20.78%-
XYZ2.431.932.73-
YUV39.17131.29137.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=41.09%
G=24.03%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53314500.420.150.79321.8226.1916.47
Hex351F2D02AF4F1421a10
Octal653755052171175023220
Binary110101111111011010101010111110011111010000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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