#35112D

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

Shades of Melanzane #35112D

Tints of Melanzane #35112D

Color information

#35112D (or 0x35112D) is unknown color: approx Melanzane. HEX triplet: 35, 11 and 2D. RGB value is (53,17,45). Sum of RGB (Red+Green+Blue) = 53+17+45=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112D is #CAEED2. Grayscale: #1E1E1E. Windows color (decimal): -13299411 or 2953525. OLE color: 2953525.

HSL color Cylindrical-coordinate representation of color #35112D: hue angle of 313.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35112D is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB531745-
CMYK00.680.150.79
HSL313.33º51.43%13.73%-
HSV(B)313.33º67.92%20.78%-
XYZ2.141.352.63-
YUV30.96135.93143.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=46.09%
G=14.78%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53174500.680.150.79313.3351.4313.73
Hex35112D044F4F13933e
Octal6521550104171174716316
Binary1101011000110110101000100111110011111001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35112D; }

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

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

<style>
 a { background-color: #35112D; }

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

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

<style>
 span { border-color: #35112D; }

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

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