#351F30

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

Shades of Melanzane #351F30

Tints of Melanzane #351F30

Color information

#351F30 (or 0x351F30) is unknown color: approx Melanzane. HEX triplet: 35, 1F and 30. RGB value is (53,31,48). Sum of RGB (Red+Green+Blue) = 53+31+48=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #351F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F30 is #CAE0CF. Grayscale: #272727. Windows color (decimal): -13295824 or 3153717. OLE color: 3153717.

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

Color convert

RGB533148-
CMYK00.420.090.79
HSL313.64º26.19%16.47%-
HSV(B)313.64º41.51%20.78%-
XYZ2.491.953.04-
YUV39.52132.79137.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=40.15%
G=23.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53314800.420.090.79313.6426.1916.47
Hex351F3002A94F13a1a10
Octal653760052111174723220
Binary110101111111100000101010100110011111001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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