Shades of Mallard #383D33
Tints of Mallard #383D33
RGB
CMYK
RGB Variations
Color information
#383D33 (or 0x383D33) is known color: Mallard. HEX triplet: 38, 3D and 33. RGB value is (56,61,51). Sum of RGB (Red+Green+Blue) = 56+61+51=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #383D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D33 is #C7C2CC. Grayscale: #3A3A3A. Windows color (decimal): -13091533 or 3358008. OLE color: 3358008.
HSL color Cylindrical-coordinate representation of color #383D33: hue angle of 90º 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 #383D33 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 51 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.76 |
| HSL | 90º | 0.09% | 0.22% | - |
| HSV(B) | 90º | 0.16% | 0.24% | - |
| XYZ | 3.9 | 4.42 | 3.78 | - |
| YUV | 58.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 51 | 0.08 | 0 | 0.16 | 0.76 | 90 | 0.09 | 0.22 |
| Hex | 38 | 3D | 33 | 8 | 0 | 10 | 4C | 5A | 9 | 16 |
| Octal | 70 | 75 | 63 | 10 | 0 | 20 | 114 | 132 | 11 | 26 |
| Binary | 111000 | 111101 | 110011 | 1000 | 0 | 10000 | 1001100 | 1011010 | 1001 | 10110 |
Color Harmonies of #383D33
Complementary color
Monochromatic Colors of #383D33
Black with #383D33
Text Example
Text Example
White with #383D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D33; }
p { color: rgb(56,61,51); }
H1.HeaderClassName
{
color: #383D33;
}
.AnyTagClassName
{
color: #383D33;
}
</style>
background-color css
<style>
a { background-color: #383D33; }
a { background-color: rgb(56,61,51); }
div.DivClassName
{
background-color: #383D33;
}
.BgClassName
{
background-color: #383D33;
}
</style>
border-color css
<style>
span { border-color: #383D33; }
span { border-color: rgb(56,61,51); }
td.TdClassName
{
border-color: #383D33;
}
.TagClassName
{
border-color: #383D33;
}
</style>