Shades of Mallard #3F443A
Tints of Mallard #3F443A
RGB
CMYK
RGB Variations
Color information
#3F443A (or 0x3F443A) is known color: Mallard. HEX triplet: 3F, 44 and 3A. RGB value is (63,68,58). Sum of RGB (Red+Green+Blue) = 63+68+58=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #3F443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F443A is #C0BBC5. Grayscale: #414141. Windows color (decimal): -12630982 or 3818559. OLE color: 3818559.
HSL color Cylindrical-coordinate representation of color #3F443A: hue angle of 90º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F443A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 58 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.73 |
| HSL | 90º | 0.08% | 0.25% | - |
| HSV(B) | 90º | 0.15% | 0.27% | - |
| XYZ | 4.88 | 5.5 | 4.81 | - |
| YUV | 65.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 58 | 0.07 | 0 | 0.15 | 0.73 | 90 | 0.08 | 0.25 |
| Hex | 3F | 44 | 3A | 7 | 0 | F | 49 | 5A | 8 | 19 |
| Octal | 77 | 104 | 72 | 7 | 0 | 17 | 111 | 132 | 10 | 31 |
| Binary | 111111 | 1000100 | 111010 | 111 | 0 | 1111 | 1001001 | 1011010 | 1000 | 11001 |
Color Harmonies of #3F443A
Complementary color
Monochromatic Colors of #3F443A
Black with #3F443A
Text Example
Text Example
White with #3F443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F443A; }
p { color: rgb(63,68,58); }
H1.HeaderClassName
{
color: #3F443A;
}
.AnyTagClassName
{
color: #3F443A;
}
</style>
background-color css
<style>
a { background-color: #3F443A; }
a { background-color: rgb(63,68,58); }
div.DivClassName
{
background-color: #3F443A;
}
.BgClassName
{
background-color: #3F443A;
}
</style>
border-color css
<style>
span { border-color: #3F443A; }
span { border-color: rgb(63,68,58); }
td.TdClassName
{
border-color: #3F443A;
}
.TagClassName
{
border-color: #3F443A;
}
</style>