Shades of Mallard #3F413D
Tints of Mallard #3F413D
RGB
CMYK
RGB Variations
Color information
#3F413D (or 0x3F413D) is known color: Mallard. HEX triplet: 3F, 41 and 3D. RGB value is (63,65,61). Sum of RGB (Red+Green+Blue) = 63+65+61=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 65 - color contains mainly: green. Hex color #3F413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F413D is #C0BEC2. Grayscale: #3F3F3F. Windows color (decimal): -12631747 or 4014399. OLE color: 4014399.
HSL color Cylindrical-coordinate representation of color #3F413D: hue angle of 90º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F413D is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 65 | 61 | - |
CMYK | 0.03 | 0 | 0.06 | 0.75 |
HSL | 90º | 0.03% | 0.25% | - |
HSV(B) | 90º | 0.06% | 0.25% | - |
XYZ | 4.78 | 5.17 | 5.16 | - |
YUV | 63.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 65 | 61 | 0.03 | 0 | 0.06 | 0.75 | 90 | 0.03 | 0.25 |
Hex | 3F | 41 | 3D | 3 | 0 | 6 | 4B | 5A | 3 | 19 |
Octal | 77 | 101 | 75 | 3 | 0 | 6 | 113 | 132 | 3 | 31 |
Binary | 111111 | 1000001 | 111101 | 11 | 0 | 110 | 1001011 | 1011010 | 11 | 11001 |
Color Harmonies of #3F413D
Complementary color
Monochromatic Colors of #3F413D
Black with #3F413D
Text Example
Text Example
White with #3F413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F413D; }
p { color: rgb(63,65,61); }
H1.HeaderClassName
{
color: #3F413D;
}
.AnyTagClassName
{
color: #3F413D;
}
</style>
background-color css
<style>
a { background-color: #3F413D; }
a { background-color: rgb(63,65,61); }
div.DivClassName
{
background-color: #3F413D;
}
.BgClassName
{
background-color: #3F413D;
}
</style>
border-color css
<style>
span { border-color: #3F413D; }
span { border-color: rgb(63,65,61); }
td.TdClassName
{
border-color: #3F413D;
}
.TagClassName
{
border-color: #3F413D;
}
</style>