Shades of Mallard #384B2B
Tints of Mallard #384B2B
RGB
CMYK
RGB Variations
Color information
#384B2B (or 0x384B2B) is known color: Mallard. HEX triplet: 38, 4B and 2B. RGB value is (56,75,43). Sum of RGB (Red+Green+Blue) = 56+75+43=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #384B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B2B is #C7B4D4. Grayscale: #414141. Windows color (decimal): -13087957 or 2837304. OLE color: 2837304.
HSL color Cylindrical-coordinate representation of color #384B2B: hue angle of 95.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384B2B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 43 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.71 |
| HSL | 95.63º | 0.27% | 0.23% | - |
| HSV(B) | 95.63º | 0.43% | 0.29% | - |
| XYZ | 4.58 | 6.05 | 3.21 | - |
| YUV | 65.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 43 | 0.25 | 0 | 0.43 | 0.71 | 95.63 | 0.27 | 0.23 |
| Hex | 38 | 4B | 2B | 19 | 0 | 2B | 47 | 60 | 1B | 17 |
| Octal | 70 | 113 | 53 | 31 | 0 | 53 | 107 | 140 | 33 | 27 |
| Binary | 111000 | 1001011 | 101011 | 11001 | 0 | 101011 | 1000111 | 1100000 | 11011 | 10111 |
Color Harmonies of #384B2B
Complementary color
Monochromatic Colors of #384B2B
Black with #384B2B
Text Example
Text Example
White with #384B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B2B; }
p { color: rgb(56,75,43); }
H1.HeaderClassName
{
color: #384B2B;
}
.AnyTagClassName
{
color: #384B2B;
}
</style>
background-color css
<style>
a { background-color: #384B2B; }
a { background-color: rgb(56,75,43); }
div.DivClassName
{
background-color: #384B2B;
}
.BgClassName
{
background-color: #384B2B;
}
</style>
border-color css
<style>
span { border-color: #384B2B; }
span { border-color: rgb(56,75,43); }
td.TdClassName
{
border-color: #384B2B;
}
.TagClassName
{
border-color: #384B2B;
}
</style>