Shades of Mallard #3D403B
Tints of Mallard #3D403B
RGB
CMYK
RGB Variations
Color information
#3D403B (or 0x3D403B) is known color: Mallard. HEX triplet: 3D, 40 and 3B. RGB value is (61,64,59). Sum of RGB (Red+Green+Blue) = 61+64+59=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3D403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D403B is #C2BFC4. Grayscale: #3E3E3E. Windows color (decimal): -12763077 or 3883069. OLE color: 3883069.
HSL color Cylindrical-coordinate representation of color #3D403B: hue angle of 96º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3D403B is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 59 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.75 |
| HSL | 96º | 0.04% | 0.24% | - |
| HSV(B) | 96º | 0.08% | 0.25% | - |
| XYZ | 4.55 | 4.97 | 4.86 | - |
| YUV | 62.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 59 | 0.05 | 0 | 0.08 | 0.75 | 96 | 0.04 | 0.24 |
| Hex | 3D | 40 | 3B | 5 | 0 | 8 | 4B | 60 | 4 | 18 |
| Octal | 75 | 100 | 73 | 5 | 0 | 10 | 113 | 140 | 4 | 30 |
| Binary | 111101 | 1000000 | 111011 | 101 | 0 | 1000 | 1001011 | 1100000 | 100 | 11000 |
Color Harmonies of #3D403B
Complementary color
Monochromatic Colors of #3D403B
Black with #3D403B
Text Example
Text Example
White with #3D403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D403B; }
p { color: rgb(61,64,59); }
H1.HeaderClassName
{
color: #3D403B;
}
.AnyTagClassName
{
color: #3D403B;
}
</style>
background-color css
<style>
a { background-color: #3D403B; }
a { background-color: rgb(61,64,59); }
div.DivClassName
{
background-color: #3D403B;
}
.BgClassName
{
background-color: #3D403B;
}
</style>
border-color css
<style>
span { border-color: #3D403B; }
span { border-color: rgb(61,64,59); }
td.TdClassName
{
border-color: #3D403B;
}
.TagClassName
{
border-color: #3D403B;
}
</style>