Shades of Mallard #3F473B
Tints of Mallard #3F473B
RGB
CMYK
RGB Variations
Color information
#3F473B (or 0x3F473B) is known color: 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
| RGB | 63 | 71 | 59 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.72 |
| HSL | 100º | 0.09% | 0.25% | - |
| HSV(B) | 100º | 0.17% | 0.28% | - |
| XYZ | 5.09 | 5.88 | 5 | - |
| YUV | 67.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 59 | 0.11 | 0 | 0.17 | 0.72 | 100 | 0.09 | 0.25 |
| Hex | 3F | 47 | 3B | B | 0 | 11 | 48 | 64 | 9 | 19 |
| Octal | 77 | 107 | 73 | 13 | 0 | 21 | 110 | 144 | 11 | 31 |
| Binary | 111111 | 1000111 | 111011 | 1011 | 0 | 10001 | 1001000 | 1100100 | 1001 | 11001 |
Color Harmonies of #3F473B
Complementary color
Monochromatic Colors of #3F473B
Black with #3F473B
Text Example
Text Example
White with #3F473B
Text Example
Text Example
HTML Codes & Css Web 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>