#3F473B

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

Shades of Mallard #3F473B

Tints of Mallard #3F473B

Color information

#3F473B (or 0x3F473B) is unknown color: approx Mallard. HEX triplet: 3F, 47 and 3B. RGB value is (63,71,59). Sum of RGB (Red+Green+Blue) = 63+71+59=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #3F473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F473B is #C0B8C4. Grayscale: #434343. Windows color (decimal): -12630213 or 3884863. OLE color: 3884863.

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

Color convert

RGB637159-
CMYK0.1100.170.72
HSL100º9.23%25.49%-
HSV(B)100º16.9%27.84%-
XYZ5.095.885-
YUV67.24123.35124.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=32.64%
G=36.79%
B=30.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371590.1100.170.721009.2325.49
Hex3F473BB0114864919
Octal7710773130211101441131
Binary1111111000111111011101101000110010001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,59); }

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

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

 a { background-color: rgb(63,71,59); }

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

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

 span { border-color: rgb(63,71,59); }

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