Shades of Mallard #343F2B
Tints of Mallard #343F2B
RGB
CMYK
RGB Variations
Color information
#343F2B (or 0x343F2B) is known color: Mallard. HEX triplet: 34, 3F and 2B. RGB value is (52,63,43). Sum of RGB (Red+Green+Blue) = 52+63+43=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2B is #CBC0D4. Grayscale: #393939. Windows color (decimal): -13353173 or 2834228. OLE color: 2834228.
HSL color Cylindrical-coordinate representation of color #343F2B: hue angle of 93º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #343F2B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 43 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.75 |
| HSL | 93º | 0.19% | 0.21% | - |
| HSV(B) | 93º | 0.32% | 0.25% | - |
| XYZ | 3.63 | 4.46 | 2.95 | - |
| YUV | 57.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 43 | 0.17 | 0 | 0.32 | 0.75 | 93 | 0.19 | 0.21 |
| Hex | 34 | 3F | 2B | 11 | 0 | 20 | 4B | 5D | 13 | 15 |
| Octal | 64 | 77 | 53 | 21 | 0 | 40 | 113 | 135 | 23 | 25 |
| Binary | 110100 | 111111 | 101011 | 10001 | 0 | 100000 | 1001011 | 1011101 | 10011 | 10101 |
Color Harmonies of #343F2B
Complementary color
Monochromatic Colors of #343F2B
Black with #343F2B
Text Example
Text Example
White with #343F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F2B; }
p { color: rgb(52,63,43); }
H1.HeaderClassName
{
color: #343F2B;
}
.AnyTagClassName
{
color: #343F2B;
}
</style>
background-color css
<style>
a { background-color: #343F2B; }
a { background-color: rgb(52,63,43); }
div.DivClassName
{
background-color: #343F2B;
}
.BgClassName
{
background-color: #343F2B;
}
</style>
border-color css
<style>
span { border-color: #343F2B; }
span { border-color: rgb(52,63,43); }
td.TdClassName
{
border-color: #343F2B;
}
.TagClassName
{
border-color: #343F2B;
}
</style>