Shades of Mallard #384133
Tints of Mallard #384133
RGB
CMYK
RGB Variations
Color information
#384133 (or 0x384133) is known color: Mallard. HEX triplet: 38, 41 and 33. RGB value is (56,65,51). Sum of RGB (Red+Green+Blue) = 56+65+51=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #384133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384133 is #C7BECC. Grayscale: #3C3C3C. Windows color (decimal): -13090509 or 3359032. OLE color: 3359032.
HSL color Cylindrical-coordinate representation of color #384133: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384133 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 51 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.75 |
| HSL | 98.57º | 0.12% | 0.23% | - |
| HSV(B) | 98.57º | 0.22% | 0.25% | - |
| XYZ | 4.12 | 4.86 | 3.85 | - |
| YUV | 60.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 51 | 0.14 | 0 | 0.22 | 0.75 | 98.57 | 0.12 | 0.23 |
| Hex | 38 | 41 | 33 | E | 0 | 16 | 4B | 63 | C | 17 |
| Octal | 70 | 101 | 63 | 16 | 0 | 26 | 113 | 143 | 14 | 27 |
| Binary | 111000 | 1000001 | 110011 | 1110 | 0 | 10110 | 1001011 | 1100011 | 1100 | 10111 |
Color Harmonies of #384133
Complementary color
Monochromatic Colors of #384133
Black with #384133
Text Example
Text Example
White with #384133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384133; }
p { color: rgb(56,65,51); }
H1.HeaderClassName
{
color: #384133;
}
.AnyTagClassName
{
color: #384133;
}
</style>
background-color css
<style>
a { background-color: #384133; }
a { background-color: rgb(56,65,51); }
div.DivClassName
{
background-color: #384133;
}
.BgClassName
{
background-color: #384133;
}
</style>
border-color css
<style>
span { border-color: #384133; }
span { border-color: rgb(56,65,51); }
td.TdClassName
{
border-color: #384133;
}
.TagClassName
{
border-color: #384133;
}
</style>