Shades of Mallard #383D34
Tints of Mallard #383D34
RGB
CMYK
RGB Variations
Color information
#383D34 (or 0x383D34) is known color: Mallard. HEX triplet: 38, 3D and 34. RGB value is (56,61,52). Sum of RGB (Red+Green+Blue) = 56+61+52=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #383D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D34 is #C7C2CB. Grayscale: #3A3A3A. Windows color (decimal): -13091532 or 3423544. OLE color: 3423544.
HSL color Cylindrical-coordinate representation of color #383D34: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #383D34 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 52 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.76 |
| HSL | 93.33º | 0.08% | 0.22% | - |
| HSV(B) | 93.33º | 0.15% | 0.24% | - |
| XYZ | 3.92 | 4.43 | 3.9 | - |
| YUV | 58.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 52 | 0.08 | 0 | 0.15 | 0.76 | 93.33 | 0.08 | 0.22 |
| Hex | 38 | 3D | 34 | 8 | 0 | F | 4C | 5D | 8 | 16 |
| Octal | 70 | 75 | 64 | 10 | 0 | 17 | 114 | 135 | 10 | 26 |
| Binary | 111000 | 111101 | 110100 | 1000 | 0 | 1111 | 1001100 | 1011101 | 1000 | 10110 |
Color Harmonies of #383D34
Complementary color
Monochromatic Colors of #383D34
Black with #383D34
Text Example
Text Example
White with #383D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D34; }
p { color: rgb(56,61,52); }
H1.HeaderClassName
{
color: #383D34;
}
.AnyTagClassName
{
color: #383D34;
}
</style>
background-color css
<style>
a { background-color: #383D34; }
a { background-color: rgb(56,61,52); }
div.DivClassName
{
background-color: #383D34;
}
.BgClassName
{
background-color: #383D34;
}
</style>
border-color css
<style>
span { border-color: #383D34; }
span { border-color: rgb(56,61,52); }
td.TdClassName
{
border-color: #383D34;
}
.TagClassName
{
border-color: #383D34;
}
</style>