#3B2033

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

Shades of Melanzane #3B2033

Tints of Melanzane #3B2033

Color information

#3B2033 (or 0x3B2033) is unknown color: approx Melanzane. HEX triplet: 3B, 20 and 33. RGB value is (59,32,51). Sum of RGB (Red+Green+Blue) = 59+32+51=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2033 is #C4DFCC. Grayscale: #2A2A2A. Windows color (decimal): -12902349 or 3350587. OLE color: 3350587.

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

Color convert

RGB593251-
CMYK00.460.140.77
HSL317.78º29.67%17.84%-
HSV(B)317.78º45.76%23.14%-
XYZ2.922.23.4-
YUV42.24132.95139.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=41.55%
G=22.54%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59325100.460.140.77317.7829.6717.84
Hex3B203302EE4D13e1e12
Octal734063056161154763622
Binary1110111000001100110101110111010011011001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,51); }

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

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

 a { background-color: rgb(59,32,51); }

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

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

 span { border-color: rgb(59,32,51); }

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