Shades of Mallard #3F433B
Tints of Mallard #3F433B
RGB
CMYK
RGB Variations
Color information
#3F433B (or 0x3F433B) is known color: Mallard. HEX triplet: 3F, 43 and 3B. RGB value is (63,67,59). Sum of RGB (Red+Green+Blue) = 63+67+59=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #3F433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F433B is #C0BCC4. Grayscale: #404040. Windows color (decimal): -12631237 or 3883839. OLE color: 3883839.
HSL color Cylindrical-coordinate representation of color #3F433B: hue angle of 90º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F433B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 59 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.74 |
| HSL | 90º | 0.06% | 0.25% | - |
| HSV(B) | 90º | 0.12% | 0.26% | - |
| XYZ | 4.85 | 5.39 | 4.92 | - |
| YUV | 64.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 59 | 0.06 | 0 | 0.12 | 0.74 | 90 | 0.06 | 0.25 |
| Hex | 3F | 43 | 3B | 6 | 0 | C | 4A | 5A | 6 | 19 |
| Octal | 77 | 103 | 73 | 6 | 0 | 14 | 112 | 132 | 6 | 31 |
| Binary | 111111 | 1000011 | 111011 | 110 | 0 | 1100 | 1001010 | 1011010 | 110 | 11001 |
Color Harmonies of #3F433B
Complementary color
Monochromatic Colors of #3F433B
Black with #3F433B
Text Example
Text Example
White with #3F433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F433B; }
p { color: rgb(63,67,59); }
H1.HeaderClassName
{
color: #3F433B;
}
.AnyTagClassName
{
color: #3F433B;
}
</style>
background-color css
<style>
a { background-color: #3F433B; }
a { background-color: rgb(63,67,59); }
div.DivClassName
{
background-color: #3F433B;
}
.BgClassName
{
background-color: #3F433B;
}
</style>
border-color css
<style>
span { border-color: #3F433B; }
span { border-color: rgb(63,67,59); }
td.TdClassName
{
border-color: #3F433B;
}
.TagClassName
{
border-color: #3F433B;
}
</style>