#3F433D

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

Shades of Mallard #3F433D

Tints of Mallard #3F433D

Color information

#3F433D (or 0x3F433D) is unknown color: approx Mallard. HEX triplet: 3F, 43 and 3D. RGB value is (63,67,61). Sum of RGB (Red+Green+Blue) = 63+67+61=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 67 - color contains mainly: green. Hex color #3F433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F433D is #C0BCC2. Grayscale: #414141. Windows color (decimal): -12631235 or 4014911. OLE color: 4014911.

HSL color Cylindrical-coordinate representation of color #3F433D: hue angle of 100º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3F433D is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB636761-
CMYK0.0600.090.74
HSL100º4.69%25.1%-
HSV(B)100º8.96%26.27%-
XYZ4.95.415.2-
YUV65.12125.67126.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=32.98%
G=35.08%
B=31.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367610.0600.090.741004.6925.1
Hex3F433D6094A64519
Octal77103756011112144531
Binary1111111000011111101110010011001010110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,61); }

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

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

 a { background-color: rgb(63,67,61); }

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

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

 span { border-color: rgb(63,67,61); }

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