Shades of Oil #2E322D
Tints of Oil #2E322D
RGB
CMYK
RGB Variations
Color information
#2E322D (or 0x2E322D) is known color: Oil. HEX triplet: 2E, 32 and 2D. RGB value is (46,50,45). Sum of RGB (Red+Green+Blue) = 46+50+45=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 50 - color contains mainly: green. Hex color #2E322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E322D is #D1CDD2. Grayscale: #303030. Windows color (decimal): -13749715 or 2961966. OLE color: 2961966.
HSL color Cylindrical-coordinate representation of color #2E322D: hue angle of 108º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E322D is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 45 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.80 |
| HSL | 108º | 0.05% | 0.19% | - |
| HSV(B) | 108º | 0.1% | 0.2% | - |
| XYZ | 2.74 | 3.05 | 2.93 | - |
| YUV | 48.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 45 | 0.08 | 0 | 0.10 | 0.80 | 108 | 0.05 | 0.19 |
| Hex | 2E | 32 | 2D | 8 | 0 | A | 50 | 6C | 5 | 13 |
| Octal | 56 | 62 | 55 | 10 | 0 | 12 | 120 | 154 | 5 | 23 |
| Binary | 101110 | 110010 | 101101 | 1000 | 0 | 1010 | 1010000 | 1101100 | 101 | 10011 |
Color Harmonies of #2E322D
Complementary color
Monochromatic Colors of #2E322D
Black with #2E322D
Text Example
Text Example
White with #2E322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E322D; }
p { color: rgb(46,50,45); }
H1.HeaderClassName
{
color: #2E322D;
}
.AnyTagClassName
{
color: #2E322D;
}
</style>
background-color css
<style>
a { background-color: #2E322D; }
a { background-color: rgb(46,50,45); }
div.DivClassName
{
background-color: #2E322D;
}
.BgClassName
{
background-color: #2E322D;
}
</style>
border-color css
<style>
span { border-color: #2E322D; }
span { border-color: rgb(46,50,45); }
td.TdClassName
{
border-color: #2E322D;
}
.TagClassName
{
border-color: #2E322D;
}
</style>