#323F2A

Color #323F2A Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #323F2A

Tints of Mallard #323F2A

Color information

#323F2A (or 0x323F2A) is unknown color: approx Mallard. HEX triplet: 32, 3F and 2A. RGB value is (50,63,42). Sum of RGB (Red+Green+Blue) = 50+63+42=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #323F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F2A is #CDC0D5. Grayscale: #383838. Windows color (decimal): -13484246 or 2768690. OLE color: 2768690.

HSL color Cylindrical-coordinate representation of color #323F2A: hue angle of 97.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323F2A is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB506342-
CMYK0.2100.330.75
HSL97.14º20%20.59%-
HSV(B)97.14º33.33%24.71%-
XYZ3.514.42.85-
YUV56.72119.69123.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=32.26%
G=40.65%
B=27.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063420.2100.330.7597.142020.59
Hex323F2A150214B611415
Octal627752250411131412425
Binary110010111111101010101010100001100101111000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F2A; }

 p { color: rgb(50,63,42); }

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

<style>
 a { background-color: #323F2A; }

 a { background-color: rgb(50,63,42); }

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

<style>
 span { border-color: #323F2A; }

 span { border-color: rgb(50,63,42); }

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