Shades of Mallard #393F33
Tints of Mallard #393F33
RGB
CMYK
RGB Variations
Color information
#393F33 (or 0x393F33) is known color: Mallard. HEX triplet: 39, 3F and 33. RGB value is (57,63,51). Sum of RGB (Red+Green+Blue) = 57+63+51=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #393F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F33 is #C6C0CC. Grayscale: #3B3B3B. Windows color (decimal): -13025485 or 3358521. OLE color: 3358521.
HSL color Cylindrical-coordinate representation of color #393F33: hue angle of 90º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #393F33 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 51 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.75 |
| HSL | 90º | 0.11% | 0.22% | - |
| HSV(B) | 90º | 0.19% | 0.25% | - |
| XYZ | 4.06 | 4.66 | 3.82 | - |
| YUV | 59.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 51 | 0.10 | 0 | 0.19 | 0.75 | 90 | 0.11 | 0.22 |
| Hex | 39 | 3F | 33 | A | 0 | 13 | 4B | 5A | B | 16 |
| Octal | 71 | 77 | 63 | 12 | 0 | 23 | 113 | 132 | 13 | 26 |
| Binary | 111001 | 111111 | 110011 | 1010 | 0 | 10011 | 1001011 | 1011010 | 1011 | 10110 |
Color Harmonies of #393F33
Complementary color
Monochromatic Colors of #393F33
Black with #393F33
Text Example
Text Example
White with #393F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F33; }
p { color: rgb(57,63,51); }
H1.HeaderClassName
{
color: #393F33;
}
.AnyTagClassName
{
color: #393F33;
}
</style>
background-color css
<style>
a { background-color: #393F33; }
a { background-color: rgb(57,63,51); }
div.DivClassName
{
background-color: #393F33;
}
.BgClassName
{
background-color: #393F33;
}
</style>
border-color css
<style>
span { border-color: #393F33; }
span { border-color: rgb(57,63,51); }
td.TdClassName
{
border-color: #393F33;
}
.TagClassName
{
border-color: #393F33;
}
</style>