Shades of Livid Brown #31211E
Tints of Livid Brown #31211E
RGB
CMYK
RGB Variations
Color information
#31211E (or 0x31211E) is known color: Livid Brown. HEX triplet: 31, 21 and 1E. RGB value is (49,33,30). Sum of RGB (Red+Green+Blue) = 49+33+30=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31211E is #CEDEE1. Grayscale: #252525. Windows color (decimal): -13557474 or 1974577. OLE color: 1974577.
HSL color Cylindrical-coordinate representation of color #31211E: hue angle of 9.47º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31211E is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 33 | 30 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.81 |
| HSL | 9.47º | 0.24% | 0.15% | - |
| HSV(B) | 9.47º | 0.39% | 0.19% | - |
| XYZ | 2.04 | 1.83 | 1.47 | - |
| YUV | 37.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 30 | 0 | 0.33 | 0.39 | 0.81 | 9.47 | 0.24 | 0.15 |
| Hex | 31 | 21 | 1E | 0 | 21 | 27 | 51 | 9 | 18 | F |
| Octal | 61 | 41 | 36 | 0 | 41 | 47 | 121 | 11 | 30 | 17 |
| Binary | 110001 | 100001 | 11110 | 0 | 100001 | 100111 | 1010001 | 1001 | 11000 | 1111 |
Color Harmonies of #31211E
Complementary color
Monochromatic Colors of #31211E
Black with #31211E
Text Example
Text Example
White with #31211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31211E; }
p { color: rgb(49,33,30); }
H1.HeaderClassName
{
color: #31211E;
}
.AnyTagClassName
{
color: #31211E;
}
</style>
background-color css
<style>
a { background-color: #31211E; }
a { background-color: rgb(49,33,30); }
div.DivClassName
{
background-color: #31211E;
}
.BgClassName
{
background-color: #31211E;
}
</style>
border-color css
<style>
span { border-color: #31211E; }
span { border-color: rgb(49,33,30); }
td.TdClassName
{
border-color: #31211E;
}
.TagClassName
{
border-color: #31211E;
}
</style>