Shades of Oil #2E312D
Tints of Oil #2E312D
RGB
CMYK
RGB Variations
Color information
#2E312D (or 0x2E312D) is known color: Oil. HEX triplet: 2E, 31 and 2D. RGB value is (46,49,45). Sum of RGB (Red+Green+Blue) = 46+49+45=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 49 - color contains mainly: green. Hex color #2E312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E312D is #D1CED2. Grayscale: #2F2F2F. Windows color (decimal): -13749971 or 2961710. OLE color: 2961710.
HSL color Cylindrical-coordinate representation of color #2E312D: hue angle of 105º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2E312D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 45 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.81 |
| HSL | 105º | 0.04% | 0.18% | - |
| HSV(B) | 105º | 0.08% | 0.19% | - |
| XYZ | 2.7 | 2.97 | 2.91 | - |
| YUV | 47.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 45 | 0.06 | 0 | 0.08 | 0.81 | 105 | 0.04 | 0.18 |
| Hex | 2E | 31 | 2D | 6 | 0 | 8 | 51 | 69 | 4 | 12 |
| Octal | 56 | 61 | 55 | 6 | 0 | 10 | 121 | 151 | 4 | 22 |
| Binary | 101110 | 110001 | 101101 | 110 | 0 | 1000 | 1010001 | 1101001 | 100 | 10010 |
Color Harmonies of #2E312D
Complementary color
Monochromatic Colors of #2E312D
Black with #2E312D
Text Example
Text Example
White with #2E312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E312D; }
p { color: rgb(46,49,45); }
H1.HeaderClassName
{
color: #2E312D;
}
.AnyTagClassName
{
color: #2E312D;
}
</style>
background-color css
<style>
a { background-color: #2E312D; }
a { background-color: rgb(46,49,45); }
div.DivClassName
{
background-color: #2E312D;
}
.BgClassName
{
background-color: #2E312D;
}
</style>
border-color css
<style>
span { border-color: #2E312D; }
span { border-color: rgb(46,49,45); }
td.TdClassName
{
border-color: #2E312D;
}
.TagClassName
{
border-color: #2E312D;
}
</style>