Shades of Mallard #363F31
Tints of Mallard #363F31
RGB
CMYK
RGB Variations
Color information
#363F31 (or 0x363F31) is known color: Mallard. HEX triplet: 36, 3F and 31. RGB value is (54,63,49). Sum of RGB (Red+Green+Blue) = 54+63+49=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #363F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F31 is #C9C0CE. Grayscale: #3A3A3A. Windows color (decimal): -13222095 or 3227446. OLE color: 3227446.
HSL color Cylindrical-coordinate representation of color #363F31: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #363F31 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 49 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.75 |
| HSL | 98.57º | 0.13% | 0.22% | - |
| HSV(B) | 98.57º | 0.22% | 0.25% | - |
| XYZ | 3.85 | 4.56 | 3.58 | - |
| YUV | 58.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 49 | 0.14 | 0 | 0.22 | 0.75 | 98.57 | 0.13 | 0.22 |
| Hex | 36 | 3F | 31 | E | 0 | 16 | 4B | 63 | C | 16 |
| Octal | 66 | 77 | 61 | 16 | 0 | 26 | 113 | 143 | 14 | 26 |
| Binary | 110110 | 111111 | 110001 | 1110 | 0 | 10110 | 1001011 | 1100011 | 1100 | 10110 |
Color Harmonies of #363F31
Complementary color
Monochromatic Colors of #363F31
Black with #363F31
Text Example
Text Example
White with #363F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F31; }
p { color: rgb(54,63,49); }
H1.HeaderClassName
{
color: #363F31;
}
.AnyTagClassName
{
color: #363F31;
}
</style>
background-color css
<style>
a { background-color: #363F31; }
a { background-color: rgb(54,63,49); }
div.DivClassName
{
background-color: #363F31;
}
.BgClassName
{
background-color: #363F31;
}
</style>
border-color css
<style>
span { border-color: #363F31; }
span { border-color: rgb(54,63,49); }
td.TdClassName
{
border-color: #363F31;
}
.TagClassName
{
border-color: #363F31;
}
</style>