#35162C

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

Shades of Melanzane #35162C

Tints of Melanzane #35162C

Color information

#35162C (or 0x35162C) is unknown color: approx Melanzane. HEX triplet: 35, 16 and 2C. RGB value is (53,22,44). Sum of RGB (Red+Green+Blue) = 53+22+44=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35162C is #CAE9D3. Grayscale: #212121. Windows color (decimal): -13298132 or 2889269. OLE color: 2889269.

HSL color Cylindrical-coordinate representation of color #35162C: hue angle of 317.42º 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 #35162C is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB532244-
CMYK00.580.170.79
HSL317.42º41.33%14.71%-
HSV(B)317.42º58.49%20.78%-
XYZ2.211.512.56-
YUV33.78133.77141.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=44.54%
G=18.49%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53224400.580.170.79317.4241.3314.71
Hex35162C03A114F13d29f
Octal652654072211174755117
Binary1101011011010110001110101000110011111001111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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