Shades of Mallard #3F4A33
Tints of Mallard #3F4A33
RGB
CMYK
RGB Variations
Color information
#3F4A33 (or 0x3F4A33) is known color: Mallard. HEX triplet: 3F, 4A and 33. RGB value is (63,74,51). Sum of RGB (Red+Green+Blue) = 63+74+51=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A33 is #C0B5CC. Grayscale: #444444. Windows color (decimal): -12629453 or 3361343. OLE color: 3361343.
HSL color Cylindrical-coordinate representation of color #3F4A33: hue angle of 88.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F4A33 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 51 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.71 |
| HSL | 88.7º | 0.18% | 0.25% | - |
| HSV(B) | 88.7º | 0.31% | 0.29% | - |
| XYZ | 5.1 | 6.19 | 4.06 | - |
| YUV | 68.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 51 | 0.15 | 0 | 0.31 | 0.71 | 88.7 | 0.18 | 0.25 |
| Hex | 3F | 4A | 33 | F | 0 | 1F | 47 | 59 | 12 | 19 |
| Octal | 77 | 112 | 63 | 17 | 0 | 37 | 107 | 131 | 22 | 31 |
| Binary | 111111 | 1001010 | 110011 | 1111 | 0 | 11111 | 1000111 | 1011001 | 10010 | 11001 |
Color Harmonies of #3F4A33
Complementary color
Monochromatic Colors of #3F4A33
Black with #3F4A33
Text Example
Text Example
White with #3F4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A33; }
p { color: rgb(63,74,51); }
H1.HeaderClassName
{
color: #3F4A33;
}
.AnyTagClassName
{
color: #3F4A33;
}
</style>
background-color css
<style>
a { background-color: #3F4A33; }
a { background-color: rgb(63,74,51); }
div.DivClassName
{
background-color: #3F4A33;
}
.BgClassName
{
background-color: #3F4A33;
}
</style>
border-color css
<style>
span { border-color: #3F4A33; }
span { border-color: rgb(63,74,51); }
td.TdClassName
{
border-color: #3F4A33;
}
.TagClassName
{
border-color: #3F4A33;
}
</style>