Shades of Mallard #3B4B31
Tints of Mallard #3B4B31
RGB
CMYK
RGB Variations
Color information
#3B4B31 (or 0x3B4B31) is known color: Mallard. HEX triplet: 3B, 4B and 31. RGB value is (59,75,49). Sum of RGB (Red+Green+Blue) = 59+75+49=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B31 is #C4B4CE. Grayscale: #434343. Windows color (decimal): -12891343 or 3230523. OLE color: 3230523.
HSL color Cylindrical-coordinate representation of color #3B4B31: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B4B31 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 75 | 49 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.71 |
| HSL | 96.92º | 0.21% | 0.24% | - |
| HSV(B) | 96.92º | 0.35% | 0.29% | - |
| XYZ | 4.87 | 6.18 | 3.84 | - |
| YUV | 67.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 49 | 0.21 | 0 | 0.35 | 0.71 | 96.92 | 0.21 | 0.24 |
| Hex | 3B | 4B | 31 | 15 | 0 | 23 | 47 | 61 | 15 | 18 |
| Octal | 73 | 113 | 61 | 25 | 0 | 43 | 107 | 141 | 25 | 30 |
| Binary | 111011 | 1001011 | 110001 | 10101 | 0 | 100011 | 1000111 | 1100001 | 10101 | 11000 |
Color Harmonies of #3B4B31
Complementary color
Monochromatic Colors of #3B4B31
Black with #3B4B31
Text Example
Text Example
White with #3B4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B31; }
p { color: rgb(59,75,49); }
H1.HeaderClassName
{
color: #3B4B31;
}
.AnyTagClassName
{
color: #3B4B31;
}
</style>
background-color css
<style>
a { background-color: #3B4B31; }
a { background-color: rgb(59,75,49); }
div.DivClassName
{
background-color: #3B4B31;
}
.BgClassName
{
background-color: #3B4B31;
}
</style>
border-color css
<style>
span { border-color: #3B4B31; }
span { border-color: rgb(59,75,49); }
td.TdClassName
{
border-color: #3B4B31;
}
.TagClassName
{
border-color: #3B4B31;
}
</style>