#332C32

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

Shades of Melanzane #332C32

Tints of Melanzane #332C32

Color information

#332C32 (or 0x332C32) is unknown color: approx Melanzane. HEX triplet: 33, 2C and 32. RGB value is (51,44,50). Sum of RGB (Red+Green+Blue) = 51+44+50=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 51 - color contains mainly: red. Hex color #332C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C32 is #CCD3CD. Grayscale: #2E2E2E. Windows color (decimal): -13423566 or 3288115. OLE color: 3288115.

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

Color convert

RGB514450-
CMYK00.140.020.8
HSL308.57º7.37%18.63%-
HSV(B)308.57º13.73%20%-
XYZ2.842.743.4-
YUV46.78129.82131.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=35.17%
G=30.34%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51445000.140.020.8308.577.3718.63
Hex332C320E250135713
Octal6354620162120465723
Binary1100111011001100100111010101000010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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