Shades of Oil #2D312C
Tints of Oil #2D312C
RGB
CMYK
RGB Variations
Color information
#2D312C (or 0x2D312C) is known color: Oil. HEX triplet: 2D, 31 and 2C. RGB value is (45,49,44). Sum of RGB (Red+Green+Blue) = 45+49+44=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #2D312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D312C is #D2CED3. Grayscale: #2F2F2F. Windows color (decimal): -13815508 or 2896173. OLE color: 2896173.
HSL color Cylindrical-coordinate representation of color #2D312C: hue angle of 108º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2D312C is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 44 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.81 |
| HSL | 108º | 0.05% | 0.18% | - |
| HSV(B) | 108º | 0.1% | 0.19% | - |
| XYZ | 2.64 | 2.94 | 2.81 | - |
| YUV | 47.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 44 | 0.08 | 0 | 0.10 | 0.81 | 108 | 0.05 | 0.18 |
| Hex | 2D | 31 | 2C | 8 | 0 | A | 51 | 6C | 5 | 12 |
| Octal | 55 | 61 | 54 | 10 | 0 | 12 | 121 | 154 | 5 | 22 |
| Binary | 101101 | 110001 | 101100 | 1000 | 0 | 1010 | 1010001 | 1101100 | 101 | 10010 |
Color Harmonies of #2D312C
Complementary color
Monochromatic Colors of #2D312C
Black with #2D312C
Text Example
Text Example
White with #2D312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D312C; }
p { color: rgb(45,49,44); }
H1.HeaderClassName
{
color: #2D312C;
}
.AnyTagClassName
{
color: #2D312C;
}
</style>
background-color css
<style>
a { background-color: #2D312C; }
a { background-color: rgb(45,49,44); }
div.DivClassName
{
background-color: #2D312C;
}
.BgClassName
{
background-color: #2D312C;
}
</style>
border-color css
<style>
span { border-color: #2D312C; }
span { border-color: rgb(45,49,44); }
td.TdClassName
{
border-color: #2D312C;
}
.TagClassName
{
border-color: #2D312C;
}
</style>