Shades of Mallard #3C3D3B
Tints of Mallard #3C3D3B
RGB
CMYK
RGB Variations
Color information
#3C3D3B (or 0x3C3D3B) is known color: Mallard. HEX triplet: 3C, 3D and 3B. RGB value is (60,61,59). Sum of RGB (Red+Green+Blue) = 60+61+59=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D3B is #C3C2C4. Grayscale: #3C3C3C. Windows color (decimal): -12829381 or 3882300. OLE color: 3882300.
HSL color Cylindrical-coordinate representation of color #3C3D3B: hue angle of 90º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3C3D3B is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 61 | 59 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.76 |
| HSL | 90º | 0.02% | 0.24% | - |
| HSV(B) | 90º | 0.03% | 0.24% | - |
| XYZ | 4.32 | 4.61 | 4.8 | - |
| YUV | 60.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 59 | 0.02 | 0 | 0.03 | 0.76 | 90 | 0.02 | 0.24 |
| Hex | 3C | 3D | 3B | 2 | 0 | 3 | 4C | 5A | 2 | 18 |
| Octal | 74 | 75 | 73 | 2 | 0 | 3 | 114 | 132 | 2 | 30 |
| Binary | 111100 | 111101 | 111011 | 10 | 0 | 11 | 1001100 | 1011010 | 10 | 11000 |
Color Harmonies of #3C3D3B
Complementary color
Monochromatic Colors of #3C3D3B
Black with #3C3D3B
Text Example
Text Example
White with #3C3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D3B; }
p { color: rgb(60,61,59); }
H1.HeaderClassName
{
color: #3C3D3B;
}
.AnyTagClassName
{
color: #3C3D3B;
}
</style>
background-color css
<style>
a { background-color: #3C3D3B; }
a { background-color: rgb(60,61,59); }
div.DivClassName
{
background-color: #3C3D3B;
}
.BgClassName
{
background-color: #3C3D3B;
}
</style>
border-color css
<style>
span { border-color: #3C3D3B; }
span { border-color: rgb(60,61,59); }
td.TdClassName
{
border-color: #3C3D3B;
}
.TagClassName
{
border-color: #3C3D3B;
}
</style>