Shades of Brown Pod #311B13
Tints of Brown Pod #311B13
RGB
CMYK
RGB Variations
Color information
#311B13 (or 0x311B13) is known color: Brown Pod. HEX triplet: 31, 1B and 13. RGB value is (49,27,19). Sum of RGB (Red+Green+Blue) = 49+27+19=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B13 is #CEE4EC. Grayscale: #202020. Windows color (decimal): -13559021 or 1252145. OLE color: 1252145.
HSL color Cylindrical-coordinate representation of color #311B13: hue angle of 16º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311B13 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 19 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.81 |
| HSL | 16º | 0.44% | 0.13% | - |
| HSV(B) | 16º | 0.61% | 0.19% | - |
| XYZ | 1.78 | 1.48 | 0.81 | - |
| YUV | 32.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 19 | 0 | 0.45 | 0.61 | 0.81 | 16 | 0.44 | 0.13 |
| Hex | 31 | 1B | 13 | 0 | 2D | 3D | 51 | 10 | 2C | D |
| Octal | 61 | 33 | 23 | 0 | 55 | 75 | 121 | 20 | 54 | 15 |
| Binary | 110001 | 11011 | 10011 | 0 | 101101 | 111101 | 1010001 | 10000 | 101100 | 1101 |
Color Harmonies of #311B13
Complementary color
Monochromatic Colors of #311B13
Black with #311B13
Text Example
Text Example
White with #311B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B13; }
p { color: rgb(49,27,19); }
H1.HeaderClassName
{
color: #311B13;
}
.AnyTagClassName
{
color: #311B13;
}
</style>
background-color css
<style>
a { background-color: #311B13; }
a { background-color: rgb(49,27,19); }
div.DivClassName
{
background-color: #311B13;
}
.BgClassName
{
background-color: #311B13;
}
</style>
border-color css
<style>
span { border-color: #311B13; }
span { border-color: rgb(49,27,19); }
td.TdClassName
{
border-color: #311B13;
}
.TagClassName
{
border-color: #311B13;
}
</style>