Shades of Oil #2F352C
Tints of Oil #2F352C
RGB
CMYK
RGB Variations
Color information
#2F352C (or 0x2F352C) is known color: Oil. HEX triplet: 2F, 35 and 2C. RGB value is (47,53,44). Sum of RGB (Red+Green+Blue) = 47+53+44=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #2F352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F352C is #D0CAD3. Grayscale: #323232. Windows color (decimal): -13683412 or 2897199. OLE color: 2897199.
HSL color Cylindrical-coordinate representation of color #2F352C: hue angle of 100º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2F352C is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 44 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.79 |
| HSL | 100º | 0.09% | 0.19% | - |
| HSV(B) | 100º | 0.17% | 0.21% | - |
| XYZ | 2.9 | 3.33 | 2.87 | - |
| YUV | 50.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 44 | 0.11 | 0 | 0.17 | 0.79 | 100 | 0.09 | 0.19 |
| Hex | 2F | 35 | 2C | B | 0 | 11 | 4F | 64 | 9 | 13 |
| Octal | 57 | 65 | 54 | 13 | 0 | 21 | 117 | 144 | 11 | 23 |
| Binary | 101111 | 110101 | 101100 | 1011 | 0 | 10001 | 1001111 | 1100100 | 1001 | 10011 |
Color Harmonies of #2F352C
Complementary color
Monochromatic Colors of #2F352C
Black with #2F352C
Text Example
Text Example
White with #2F352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F352C; }
p { color: rgb(47,53,44); }
H1.HeaderClassName
{
color: #2F352C;
}
.AnyTagClassName
{
color: #2F352C;
}
</style>
background-color css
<style>
a { background-color: #2F352C; }
a { background-color: rgb(47,53,44); }
div.DivClassName
{
background-color: #2F352C;
}
.BgClassName
{
background-color: #2F352C;
}
</style>
border-color css
<style>
span { border-color: #2F352C; }
span { border-color: rgb(47,53,44); }
td.TdClassName
{
border-color: #2F352C;
}
.TagClassName
{
border-color: #2F352C;
}
</style>