Shades of Oil #313B2E
Tints of Oil #313B2E
RGB
CMYK
RGB Variations
Color information
#313B2E (or 0x313B2E) is known color: Oil. HEX triplet: 31, 3B and 2E. RGB value is (49,59,46). Sum of RGB (Red+Green+Blue) = 49+59+46=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #313B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B2E is #CEC4D1. Grayscale: #363636. Windows color (decimal): -13550802 or 3029809. OLE color: 3029809.
HSL color Cylindrical-coordinate representation of color #313B2E: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313B2E is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 46 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.77 |
| HSL | 106.15º | 0.12% | 0.21% | - |
| HSV(B) | 106.15º | 0.22% | 0.23% | - |
| XYZ | 3.32 | 3.98 | 3.18 | - |
| YUV | 54.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 46 | 0.17 | 0 | 0.22 | 0.77 | 106.15 | 0.12 | 0.21 |
| Hex | 31 | 3B | 2E | 11 | 0 | 16 | 4D | 6A | C | 15 |
| Octal | 61 | 73 | 56 | 21 | 0 | 26 | 115 | 152 | 14 | 25 |
| Binary | 110001 | 111011 | 101110 | 10001 | 0 | 10110 | 1001101 | 1101010 | 1100 | 10101 |
Color Harmonies of #313B2E
Complementary color
Monochromatic Colors of #313B2E
Black with #313B2E
Text Example
Text Example
White with #313B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B2E; }
p { color: rgb(49,59,46); }
H1.HeaderClassName
{
color: #313B2E;
}
.AnyTagClassName
{
color: #313B2E;
}
</style>
background-color css
<style>
a { background-color: #313B2E; }
a { background-color: rgb(49,59,46); }
div.DivClassName
{
background-color: #313B2E;
}
.BgClassName
{
background-color: #313B2E;
}
</style>
border-color css
<style>
span { border-color: #313B2E; }
span { border-color: rgb(49,59,46); }
td.TdClassName
{
border-color: #313B2E;
}
.TagClassName
{
border-color: #313B2E;
}
</style>