Shades of Mallard #3F4B30
Tints of Mallard #3F4B30
RGB
CMYK
RGB Variations
Color information
#3F4B30 (or 0x3F4B30) is known color: Mallard. HEX triplet: 3F, 4B and 30. RGB value is (63,75,48). Sum of RGB (Red+Green+Blue) = 63+75+48=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4B30 is #C0B4CF. Grayscale: #444444. Windows color (decimal): -12629200 or 3164991. OLE color: 3164991.
HSL color Cylindrical-coordinate representation of color #3F4B30: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4B30 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 75 | 48 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.71 |
| HSL | 86.67º | 0.22% | 0.24% | - |
| HSV(B) | 86.67º | 0.36% | 0.29% | - |
| XYZ | 5.1 | 6.3 | 3.74 | - |
| YUV | 68.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 48 | 0.16 | 0 | 0.36 | 0.71 | 86.67 | 0.22 | 0.24 |
| Hex | 3F | 4B | 30 | 10 | 0 | 24 | 47 | 57 | 16 | 18 |
| Octal | 77 | 113 | 60 | 20 | 0 | 44 | 107 | 127 | 26 | 30 |
| Binary | 111111 | 1001011 | 110000 | 10000 | 0 | 100100 | 1000111 | 1010111 | 10110 | 11000 |
Color Harmonies of #3F4B30
Complementary color
Monochromatic Colors of #3F4B30
Black with #3F4B30
Text Example
Text Example
White with #3F4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B30; }
p { color: rgb(63,75,48); }
H1.HeaderClassName
{
color: #3F4B30;
}
.AnyTagClassName
{
color: #3F4B30;
}
</style>
background-color css
<style>
a { background-color: #3F4B30; }
a { background-color: rgb(63,75,48); }
div.DivClassName
{
background-color: #3F4B30;
}
.BgClassName
{
background-color: #3F4B30;
}
</style>
border-color css
<style>
span { border-color: #3F4B30; }
span { border-color: rgb(63,75,48); }
td.TdClassName
{
border-color: #3F4B30;
}
.TagClassName
{
border-color: #3F4B30;
}
</style>