#3B2835

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

Shades of Melanzane #3B2835

Tints of Melanzane #3B2835

Color information

#3B2835 (or 0x3B2835) is unknown color: approx Melanzane. HEX triplet: 3B, 28 and 35. RGB value is (59,40,53). Sum of RGB (Red+Green+Blue) = 59+40+53=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2835 is #C4D7CA. Grayscale: #2F2F2F. Windows color (decimal): -12900299 or 3483707. OLE color: 3483707.

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

Color convert

RGB594053-
CMYK00.320.100.77
HSL318.95º19.19%19.41%-
HSV(B)318.95º32.2%23.14%-
XYZ3.212.73.72-
YUV47.16131.29136.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=38.82%
G=26.32%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59405300.320.100.77318.9519.1919.41
Hex3B2835020A4D13f1313
Octal735065040121154772323
Binary1110111010001101010100000101010011011001111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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