#35162E

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

Shades of Melanzane #35162E

Tints of Melanzane #35162E

Color information

#35162E (or 0x35162E) is unknown color: approx Melanzane. HEX triplet: 35, 16 and 2E. RGB value is (53,22,46). Sum of RGB (Red+Green+Blue) = 53+22+46=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35162E is #CAE9D1. Grayscale: #212121. Windows color (decimal): -13298130 or 3020341. OLE color: 3020341.

HSL color Cylindrical-coordinate representation of color #35162E: hue angle of 313.55º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35162E is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB532246-
CMYK00.580.130.79
HSL313.55º41.33%14.71%-
HSV(B)313.55º58.49%20.78%-
XYZ2.251.532.76-
YUV34134.77141.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=43.80%
G=18.18%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53224600.580.130.79313.5541.3314.71
Hex35162E03AD4F13a29f
Octal652656072151174725117
Binary110101101101011100111010110110011111001110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35162E; }

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

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

<style>
 a { background-color: #35162E; }

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

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

<style>
 span { border-color: #35162E; }

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

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