Shades of Mallard #383E34
Tints of Mallard #383E34
RGB
CMYK
RGB Variations
Color information
#383E34 (or 0x383E34) is known color: Mallard. HEX triplet: 38, 3E and 34. RGB value is (56,62,52). Sum of RGB (Red+Green+Blue) = 56+62+52=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #383E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E34 is #C7C1CB. Grayscale: #3B3B3B. Windows color (decimal): -13091276 or 3423800. OLE color: 3423800.
HSL color Cylindrical-coordinate representation of color #383E34: 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 #383E34 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 62 | 52 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.76 |
| HSL | 96º | 0.09% | 0.22% | - |
| HSV(B) | 96º | 0.16% | 0.24% | - |
| XYZ | 3.97 | 4.53 | 3.91 | - |
| YUV | 59.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 52 | 0.10 | 0 | 0.16 | 0.76 | 96 | 0.09 | 0.22 |
| Hex | 38 | 3E | 34 | A | 0 | 10 | 4C | 60 | 9 | 16 |
| Octal | 70 | 76 | 64 | 12 | 0 | 20 | 114 | 140 | 11 | 26 |
| Binary | 111000 | 111110 | 110100 | 1010 | 0 | 10000 | 1001100 | 1100000 | 1001 | 10110 |
Color Harmonies of #383E34
Complementary color
Monochromatic Colors of #383E34
Black with #383E34
Text Example
Text Example
White with #383E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E34; }
p { color: rgb(56,62,52); }
H1.HeaderClassName
{
color: #383E34;
}
.AnyTagClassName
{
color: #383E34;
}
</style>
background-color css
<style>
a { background-color: #383E34; }
a { background-color: rgb(56,62,52); }
div.DivClassName
{
background-color: #383E34;
}
.BgClassName
{
background-color: #383E34;
}
</style>
border-color css
<style>
span { border-color: #383E34; }
span { border-color: rgb(56,62,52); }
td.TdClassName
{
border-color: #383E34;
}
.TagClassName
{
border-color: #383E34;
}
</style>