Shades of Mallard #363C31
Tints of Mallard #363C31
RGB
CMYK
RGB Variations
Color information
#363C31 (or 0x363C31) is known color: Mallard. HEX triplet: 36, 3C and 31. RGB value is (54,60,49). Sum of RGB (Red+Green+Blue) = 54+60+49=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 60 - color contains mainly: green. Hex color #363C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C31 is #C9C3CE. Grayscale: #383838. Windows color (decimal): -13222863 or 3226678. OLE color: 3226678.
HSL color Cylindrical-coordinate representation of color #363C31: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #363C31 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 49 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.76 |
| HSL | 92.73º | 0.1% | 0.21% | - |
| HSV(B) | 92.73º | 0.18% | 0.24% | - |
| XYZ | 3.69 | 4.24 | 3.53 | - |
| YUV | 56.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 49 | 0.10 | 0 | 0.18 | 0.76 | 92.73 | 0.1 | 0.21 |
| Hex | 36 | 3C | 31 | A | 0 | 12 | 4C | 5D | A | 15 |
| Octal | 66 | 74 | 61 | 12 | 0 | 22 | 114 | 135 | 12 | 25 |
| Binary | 110110 | 111100 | 110001 | 1010 | 0 | 10010 | 1001100 | 1011101 | 1010 | 10101 |
Color Harmonies of #363C31
Complementary color
Monochromatic Colors of #363C31
Black with #363C31
Text Example
Text Example
White with #363C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C31; }
p { color: rgb(54,60,49); }
H1.HeaderClassName
{
color: #363C31;
}
.AnyTagClassName
{
color: #363C31;
}
</style>
background-color css
<style>
a { background-color: #363C31; }
a { background-color: rgb(54,60,49); }
div.DivClassName
{
background-color: #363C31;
}
.BgClassName
{
background-color: #363C31;
}
</style>
border-color css
<style>
span { border-color: #363C31; }
span { border-color: rgb(54,60,49); }
td.TdClassName
{
border-color: #363C31;
}
.TagClassName
{
border-color: #363C31;
}
</style>