Shades of Mallard #3B4135
Tints of Mallard #3B4135
RGB
CMYK
RGB Variations
Color information
#3B4135 (or 0x3B4135) is known color: Mallard. HEX triplet: 3B, 41 and 35. RGB value is (59,65,53). Sum of RGB (Red+Green+Blue) = 59+65+53=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4135 is #C4BECA. Grayscale: #3D3D3D. Windows color (decimal): -12893899 or 3490107. OLE color: 3490107.
HSL color Cylindrical-coordinate representation of color #3B4135: hue angle of 90º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B4135 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 53 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.75 |
| HSL | 90º | 0.1% | 0.23% | - |
| HSV(B) | 90º | 0.18% | 0.25% | - |
| XYZ | 4.34 | 4.97 | 4.1 | - |
| YUV | 61.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 53 | 0.09 | 0 | 0.18 | 0.75 | 90 | 0.1 | 0.23 |
| Hex | 3B | 41 | 35 | 9 | 0 | 12 | 4B | 5A | A | 17 |
| Octal | 73 | 101 | 65 | 11 | 0 | 22 | 113 | 132 | 12 | 27 |
| Binary | 111011 | 1000001 | 110101 | 1001 | 0 | 10010 | 1001011 | 1011010 | 1010 | 10111 |
Color Harmonies of #3B4135
Complementary color
Monochromatic Colors of #3B4135
Black with #3B4135
Text Example
Text Example
White with #3B4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4135; }
p { color: rgb(59,65,53); }
H1.HeaderClassName
{
color: #3B4135;
}
.AnyTagClassName
{
color: #3B4135;
}
</style>
background-color css
<style>
a { background-color: #3B4135; }
a { background-color: rgb(59,65,53); }
div.DivClassName
{
background-color: #3B4135;
}
.BgClassName
{
background-color: #3B4135;
}
</style>
border-color css
<style>
span { border-color: #3B4135; }
span { border-color: rgb(59,65,53); }
td.TdClassName
{
border-color: #3B4135;
}
.TagClassName
{
border-color: #3B4135;
}
</style>