#3B2235

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

Shades of Melanzane #3B2235

Tints of Melanzane #3B2235

Color information

#3B2235 (or 0x3B2235) is unknown color: approx Melanzane. HEX triplet: 3B, 22 and 35. RGB value is (59,34,53). Sum of RGB (Red+Green+Blue) = 59+34+53=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2235 is #C4DDCA. Grayscale: #2B2B2B. Windows color (decimal): -12901835 or 3482171. OLE color: 3482171.

HSL color Cylindrical-coordinate representation of color #3B2235: hue angle of 314.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2235 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB593453-
CMYK00.420.100.77
HSL314.4º26.88%18.24%-
HSV(B)314.4º42.37%23.14%-
XYZ3.022.333.66-
YUV43.64133.28138.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=40.41%
G=23.29%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59345300.420.100.77314.426.8818.24
Hex3B223502AA4D13a1b12
Octal734265052121154723322
Binary1110111000101101010101010101010011011001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2235; }

 p { color: rgb(59,34,53); }

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

<style>
 a { background-color: #3B2235; }

 a { background-color: rgb(59,34,53); }

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

<style>
 span { border-color: #3B2235; }

 span { border-color: rgb(59,34,53); }

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