Shades of Mallard #3F483A
Tints of Mallard #3F483A
RGB
CMYK
RGB Variations
Color information
#3F483A (or 0x3F483A) is known color: Mallard. HEX triplet: 3F, 48 and 3A. RGB value is (63,72,58). Sum of RGB (Red+Green+Blue) = 63+72+58=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3F483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F483A is #C0B7C5. Grayscale: #434343. Windows color (decimal): -12629958 or 3819583. OLE color: 3819583.
HSL color Cylindrical-coordinate representation of color #3F483A: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F483A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 58 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.72 |
| HSL | 98.57º | 0.11% | 0.25% | - |
| HSV(B) | 98.57º | 0.19% | 0.28% | - |
| XYZ | 5.13 | 6 | 4.89 | - |
| YUV | 67.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 58 | 0.12 | 0 | 0.19 | 0.72 | 98.57 | 0.11 | 0.25 |
| Hex | 3F | 48 | 3A | C | 0 | 13 | 48 | 63 | B | 19 |
| Octal | 77 | 110 | 72 | 14 | 0 | 23 | 110 | 143 | 13 | 31 |
| Binary | 111111 | 1001000 | 111010 | 1100 | 0 | 10011 | 1001000 | 1100011 | 1011 | 11001 |
Color Harmonies of #3F483A
Complementary color
Monochromatic Colors of #3F483A
Black with #3F483A
Text Example
Text Example
White with #3F483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F483A; }
p { color: rgb(63,72,58); }
H1.HeaderClassName
{
color: #3F483A;
}
.AnyTagClassName
{
color: #3F483A;
}
</style>
background-color css
<style>
a { background-color: #3F483A; }
a { background-color: rgb(63,72,58); }
div.DivClassName
{
background-color: #3F483A;
}
.BgClassName
{
background-color: #3F483A;
}
</style>
border-color css
<style>
span { border-color: #3F483A; }
span { border-color: rgb(63,72,58); }
td.TdClassName
{
border-color: #3F483A;
}
.TagClassName
{
border-color: #3F483A;
}
</style>