Shades of Mallard #3F4C33
Tints of Mallard #3F4C33
RGB
CMYK
RGB Variations
Color information
#3F4C33 (or 0x3F4C33) is known color: Mallard. HEX triplet: 3F, 4C and 33. RGB value is (63,76,51). Sum of RGB (Red+Green+Blue) = 63+76+51=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C33 is #C0B3CC. Grayscale: #454545. Windows color (decimal): -12628941 or 3361855. OLE color: 3361855.
HSL color Cylindrical-coordinate representation of color #3F4C33: hue angle of 91.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F4C33 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 76 | 51 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.70 |
| HSL | 91.2º | 0.2% | 0.25% | - |
| HSV(B) | 91.2º | 0.33% | 0.3% | - |
| XYZ | 5.23 | 6.46 | 4.1 | - |
| YUV | 69.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 51 | 0.17 | 0 | 0.33 | 0.70 | 91.2 | 0.2 | 0.25 |
| Hex | 3F | 4C | 33 | 11 | 0 | 21 | 46 | 5B | 14 | 19 |
| Octal | 77 | 114 | 63 | 21 | 0 | 41 | 106 | 133 | 24 | 31 |
| Binary | 111111 | 1001100 | 110011 | 10001 | 0 | 100001 | 1000110 | 1011011 | 10100 | 11001 |
Color Harmonies of #3F4C33
Complementary color
Monochromatic Colors of #3F4C33
Black with #3F4C33
Text Example
Text Example
White with #3F4C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C33; }
p { color: rgb(63,76,51); }
H1.HeaderClassName
{
color: #3F4C33;
}
.AnyTagClassName
{
color: #3F4C33;
}
</style>
background-color css
<style>
a { background-color: #3F4C33; }
a { background-color: rgb(63,76,51); }
div.DivClassName
{
background-color: #3F4C33;
}
.BgClassName
{
background-color: #3F4C33;
}
</style>
border-color css
<style>
span { border-color: #3F4C33; }
span { border-color: rgb(63,76,51); }
td.TdClassName
{
border-color: #3F4C33;
}
.TagClassName
{
border-color: #3F4C33;
}
</style>