Shades of Oil #313E29
Tints of Oil #313E29
RGB
CMYK
RGB Variations
Color information
#313E29 (or 0x313E29) is known color: Oil. HEX triplet: 31, 3E and 29. RGB value is (49,62,41). Sum of RGB (Red+Green+Blue) = 49+62+41=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #313E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E29 is #CEC1D6. Grayscale: #373737. Windows color (decimal): -13550039 or 2702897. OLE color: 2702897.
HSL color Cylindrical-coordinate representation of color #313E29: hue angle of 97.14º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #313E29 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 41 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.76 |
| HSL | 97.14º | 0.2% | 0.2% | - |
| HSV(B) | 97.14º | 0.34% | 0.24% | - |
| XYZ | 3.39 | 4.26 | 2.74 | - |
| YUV | 55.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 41 | 0.21 | 0 | 0.34 | 0.76 | 97.14 | 0.2 | 0.2 |
| Hex | 31 | 3E | 29 | 15 | 0 | 22 | 4C | 61 | 14 | 14 |
| Octal | 61 | 76 | 51 | 25 | 0 | 42 | 114 | 141 | 24 | 24 |
| Binary | 110001 | 111110 | 101001 | 10101 | 0 | 100010 | 1001100 | 1100001 | 10100 | 10100 |
Color Harmonies of #313E29
Complementary color
Monochromatic Colors of #313E29
Black with #313E29
Text Example
Text Example
White with #313E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E29; }
p { color: rgb(49,62,41); }
H1.HeaderClassName
{
color: #313E29;
}
.AnyTagClassName
{
color: #313E29;
}
</style>
background-color css
<style>
a { background-color: #313E29; }
a { background-color: rgb(49,62,41); }
div.DivClassName
{
background-color: #313E29;
}
.BgClassName
{
background-color: #313E29;
}
</style>
border-color css
<style>
span { border-color: #313E29; }
span { border-color: rgb(49,62,41); }
td.TdClassName
{
border-color: #313E29;
}
.TagClassName
{
border-color: #313E29;
}
</style>