Shades of Livid Brown #31221F
Tints of Livid Brown #31221F
RGB
CMYK
RGB Variations
Color information
#31221F (or 0x31221F) is known color: Livid Brown. HEX triplet: 31, 22 and 1F. RGB value is (49,34,31). Sum of RGB (Red+Green+Blue) = 49+34+31=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31221F is #CEDDE0. Grayscale: #262626. Windows color (decimal): -13557217 or 2040369. OLE color: 2040369.
HSL color Cylindrical-coordinate representation of color #31221F: hue angle of 10º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31221F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 31 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.81 |
| HSL | 10º | 0.23% | 0.16% | - |
| HSV(B) | 10º | 0.37% | 0.19% | - |
| XYZ | 2.09 | 1.9 | 1.55 | - |
| YUV | 38.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 31 | 0 | 0.31 | 0.37 | 0.81 | 10 | 0.23 | 0.16 |
| Hex | 31 | 22 | 1F | 0 | 1F | 25 | 51 | A | 16 | 10 |
| Octal | 61 | 42 | 37 | 0 | 37 | 45 | 121 | 12 | 26 | 20 |
| Binary | 110001 | 100010 | 11111 | 0 | 11111 | 100101 | 1010001 | 1010 | 10110 | 10000 |
Color Harmonies of #31221F
Complementary color
Monochromatic Colors of #31221F
Black with #31221F
Text Example
Text Example
White with #31221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31221F; }
p { color: rgb(49,34,31); }
H1.HeaderClassName
{
color: #31221F;
}
.AnyTagClassName
{
color: #31221F;
}
</style>
background-color css
<style>
a { background-color: #31221F; }
a { background-color: rgb(49,34,31); }
div.DivClassName
{
background-color: #31221F;
}
.BgClassName
{
background-color: #31221F;
}
</style>
border-color css
<style>
span { border-color: #31221F; }
span { border-color: rgb(49,34,31); }
td.TdClassName
{
border-color: #31221F;
}
.TagClassName
{
border-color: #31221F;
}
</style>