#332E32

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

Shades of Melanzane #332E32

Tints of Melanzane #332E32

Color information

#332E32 (or 0x332E32) is unknown color: approx Melanzane. HEX triplet: 33, 2E and 32. RGB value is (51,46,50). Sum of RGB (Red+Green+Blue) = 51+46+50=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 51 - color contains mainly: red. Hex color #332E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E32 is #CCD1CD. Grayscale: #2F2F2F. Windows color (decimal): -13423054 or 3288627. OLE color: 3288627.

HSL color Cylindrical-coordinate representation of color #332E32: hue angle of 312º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #332E32 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB514650-
CMYK00.100.020.8
HSL312º5.15%19.02%-
HSV(B)312º9.8%20%-
XYZ2.922.893.42-
YUV47.95129.16130.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=34.69%
G=31.29%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51465000.100.020.83125.1519.02
Hex332E320A250138513
Octal6356620122120470523
Binary1100111011101100100101010101000010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E32; }

 p { color: rgb(51,46,50); }

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

<style>
 a { background-color: #332E32; }

 a { background-color: rgb(51,46,50); }

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

<style>
 span { border-color: #332E32; }

 span { border-color: rgb(51,46,50); }

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