Shades of Mallard #374031
Tints of Mallard #374031
RGB
CMYK
RGB Variations
Color information
#374031 (or 0x374031) is known color: Mallard. HEX triplet: 37, 40 and 31. RGB value is (55,64,49). Sum of RGB (Red+Green+Blue) = 55+64+49=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #374031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374031 is #C8BFCE. Grayscale: #3B3B3B. Windows color (decimal): -13156303 or 3227703. OLE color: 3227703.
HSL color Cylindrical-coordinate representation of color #374031: hue angle of 96º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374031 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 49 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.75 |
| HSL | 96º | 0.13% | 0.22% | - |
| HSV(B) | 96º | 0.23% | 0.25% | - |
| XYZ | 3.96 | 4.7 | 3.6 | - |
| YUV | 59.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 49 | 0.14 | 0 | 0.23 | 0.75 | 96 | 0.13 | 0.22 |
| Hex | 37 | 40 | 31 | E | 0 | 17 | 4B | 60 | D | 16 |
| Octal | 67 | 100 | 61 | 16 | 0 | 27 | 113 | 140 | 15 | 26 |
| Binary | 110111 | 1000000 | 110001 | 1110 | 0 | 10111 | 1001011 | 1100000 | 1101 | 10110 |
Color Harmonies of #374031
Complementary color
Monochromatic Colors of #374031
Black with #374031
Text Example
Text Example
White with #374031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374031; }
p { color: rgb(55,64,49); }
H1.HeaderClassName
{
color: #374031;
}
.AnyTagClassName
{
color: #374031;
}
</style>
background-color css
<style>
a { background-color: #374031; }
a { background-color: rgb(55,64,49); }
div.DivClassName
{
background-color: #374031;
}
.BgClassName
{
background-color: #374031;
}
</style>
border-color css
<style>
span { border-color: #374031; }
span { border-color: rgb(55,64,49); }
td.TdClassName
{
border-color: #374031;
}
.TagClassName
{
border-color: #374031;
}
</style>