Shades of Mallard #3F453B
Tints of Mallard #3F453B
RGB
CMYK
RGB Variations
Color information
#3F453B (or 0x3F453B) is known color: Mallard. HEX triplet: 3F, 45 and 3B. RGB value is (63,69,59). Sum of RGB (Red+Green+Blue) = 63+69+59=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3F453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F453B is #C0BAC4. Grayscale: #424242. Windows color (decimal): -12630725 or 3884351. OLE color: 3884351.
HSL color Cylindrical-coordinate representation of color #3F453B: hue angle of 96º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F453B is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
RGB | 63 | 69 | 59 | - |
CMYK | 0.09 | 0 | 0.14 | 0.73 |
HSL | 96º | 0.08% | 0.25% | - |
HSV(B) | 96º | 0.14% | 0.27% | - |
XYZ | 4.97 | 5.63 | 4.96 | - |
YUV | 66.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 69 | 59 | 0.09 | 0 | 0.14 | 0.73 | 96 | 0.08 | 0.25 |
Hex | 3F | 45 | 3B | 9 | 0 | E | 49 | 60 | 8 | 19 |
Octal | 77 | 105 | 73 | 11 | 0 | 16 | 111 | 140 | 10 | 31 |
Binary | 111111 | 1000101 | 111011 | 1001 | 0 | 1110 | 1001001 | 1100000 | 1000 | 11001 |
Color Harmonies of #3F453B
Complementary color
Monochromatic Colors of #3F453B
Black with #3F453B
Text Example
Text Example
White with #3F453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F453B; }
p { color: rgb(63,69,59); }
H1.HeaderClassName
{
color: #3F453B;
}
.AnyTagClassName
{
color: #3F453B;
}
</style>
background-color css
<style>
a { background-color: #3F453B; }
a { background-color: rgb(63,69,59); }
div.DivClassName
{
background-color: #3F453B;
}
.BgClassName
{
background-color: #3F453B;
}
</style>
border-color css
<style>
span { border-color: #3F453B; }
span { border-color: rgb(63,69,59); }
td.TdClassName
{
border-color: #3F453B;
}
.TagClassName
{
border-color: #3F453B;
}
</style>