Shades of Mallard #3E443B
Tints of Mallard #3E443B
RGB
CMYK
RGB Variations
Color information
#3E443B (or 0x3E443B) is known color: Mallard. HEX triplet: 3E, 44 and 3B. RGB value is (62,68,59). Sum of RGB (Red+Green+Blue) = 62+68+59=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #3E443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E443B is #C1BBC4. Grayscale: #414141. Windows color (decimal): -12696517 or 3884094. OLE color: 3884094.
HSL color Cylindrical-coordinate representation of color #3E443B: hue angle of 100º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E443B is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
RGB | 62 | 68 | 59 | - |
CMYK | 0.09 | 0 | 0.13 | 0.73 |
HSL | 100º | 0.07% | 0.25% | - |
HSV(B) | 100º | 0.13% | 0.27% | - |
XYZ | 4.84 | 5.47 | 4.94 | - |
YUV | 65.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 68 | 59 | 0.09 | 0 | 0.13 | 0.73 | 100 | 0.07 | 0.25 |
Hex | 3E | 44 | 3B | 9 | 0 | D | 49 | 64 | 7 | 19 |
Octal | 76 | 104 | 73 | 11 | 0 | 15 | 111 | 144 | 7 | 31 |
Binary | 111110 | 1000100 | 111011 | 1001 | 0 | 1101 | 1001001 | 1100100 | 111 | 11001 |
Color Harmonies of #3E443B
Complementary color
Monochromatic Colors of #3E443B
Black with #3E443B
Text Example
Text Example
White with #3E443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E443B; }
p { color: rgb(62,68,59); }
H1.HeaderClassName
{
color: #3E443B;
}
.AnyTagClassName
{
color: #3E443B;
}
</style>
background-color css
<style>
a { background-color: #3E443B; }
a { background-color: rgb(62,68,59); }
div.DivClassName
{
background-color: #3E443B;
}
.BgClassName
{
background-color: #3E443B;
}
</style>
border-color css
<style>
span { border-color: #3E443B; }
span { border-color: rgb(62,68,59); }
td.TdClassName
{
border-color: #3E443B;
}
.TagClassName
{
border-color: #3E443B;
}
</style>