Shades of Mallard #373D33
Tints of Mallard #373D33
RGB
CMYK
RGB Variations
Color information
#373D33 (or 0x373D33) is known color: Mallard. HEX triplet: 37, 3D and 33. RGB value is (55,61,51). Sum of RGB (Red+Green+Blue) = 55+61+51=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #373D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D33 is #C8C2CC. Grayscale: #3A3A3A. Windows color (decimal): -13157069 or 3358007. OLE color: 3358007.
HSL color Cylindrical-coordinate representation of color #373D33: hue angle of 96º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #373D33 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 51 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.76 |
| HSL | 96º | 0.09% | 0.22% | - |
| HSV(B) | 96º | 0.16% | 0.24% | - |
| XYZ | 3.84 | 4.39 | 3.78 | - |
| YUV | 58.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 51 | 0.10 | 0 | 0.16 | 0.76 | 96 | 0.09 | 0.22 |
| Hex | 37 | 3D | 33 | A | 0 | 10 | 4C | 60 | 9 | 16 |
| Octal | 67 | 75 | 63 | 12 | 0 | 20 | 114 | 140 | 11 | 26 |
| Binary | 110111 | 111101 | 110011 | 1010 | 0 | 10000 | 1001100 | 1100000 | 1001 | 10110 |
Color Harmonies of #373D33
Complementary color
Monochromatic Colors of #373D33
Black with #373D33
Text Example
Text Example
White with #373D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D33; }
p { color: rgb(55,61,51); }
H1.HeaderClassName
{
color: #373D33;
}
.AnyTagClassName
{
color: #373D33;
}
</style>
background-color css
<style>
a { background-color: #373D33; }
a { background-color: rgb(55,61,51); }
div.DivClassName
{
background-color: #373D33;
}
.BgClassName
{
background-color: #373D33;
}
</style>
border-color css
<style>
span { border-color: #373D33; }
span { border-color: rgb(55,61,51); }
td.TdClassName
{
border-color: #373D33;
}
.TagClassName
{
border-color: #373D33;
}
</style>