Shades of Mallard #383F31
Tints of Mallard #383F31
RGB
CMYK
RGB Variations
Color information
#383F31 (or 0x383F31) is known color: Mallard. HEX triplet: 38, 3F and 31. RGB value is (56,63,49). Sum of RGB (Red+Green+Blue) = 56+63+49=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 63 - color contains mainly: green. Hex color #383F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F31 is #C7C0CE. Grayscale: #3B3B3B. Windows color (decimal): -13091023 or 3227448. OLE color: 3227448.
HSL color Cylindrical-coordinate representation of color #383F31: hue angle of 90º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #383F31 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 63 | 49 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.75 |
| HSL | 90º | 0.13% | 0.22% | - |
| HSV(B) | 90º | 0.22% | 0.25% | - |
| XYZ | 3.96 | 4.62 | 3.59 | - |
| YUV | 59.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 49 | 0.11 | 0 | 0.22 | 0.75 | 90 | 0.13 | 0.22 |
| Hex | 38 | 3F | 31 | B | 0 | 16 | 4B | 5A | C | 16 |
| Octal | 70 | 77 | 61 | 13 | 0 | 26 | 113 | 132 | 14 | 26 |
| Binary | 111000 | 111111 | 110001 | 1011 | 0 | 10110 | 1001011 | 1011010 | 1100 | 10110 |
Color Harmonies of #383F31
Complementary color
Monochromatic Colors of #383F31
Black with #383F31
Text Example
Text Example
White with #383F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F31; }
p { color: rgb(56,63,49); }
H1.HeaderClassName
{
color: #383F31;
}
.AnyTagClassName
{
color: #383F31;
}
</style>
background-color css
<style>
a { background-color: #383F31; }
a { background-color: rgb(56,63,49); }
div.DivClassName
{
background-color: #383F31;
}
.BgClassName
{
background-color: #383F31;
}
</style>
border-color css
<style>
span { border-color: #383F31; }
span { border-color: rgb(56,63,49); }
td.TdClassName
{
border-color: #383F31;
}
.TagClassName
{
border-color: #383F31;
}
</style>