Shades of Oil #313B2C
Tints of Oil #313B2C
RGB
CMYK
RGB Variations
Color information
#313B2C (or 0x313B2C) is known color: Oil. HEX triplet: 31, 3B and 2C. RGB value is (49,59,44). Sum of RGB (Red+Green+Blue) = 49+59+44=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #313B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B2C is #CEC4D3. Grayscale: #363636. Windows color (decimal): -13550804 or 2898737. OLE color: 2898737.
HSL color Cylindrical-coordinate representation of color #313B2C: hue angle of 100º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313B2C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 44 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.77 |
| HSL | 100º | 0.15% | 0.2% | - |
| HSV(B) | 100º | 0.25% | 0.23% | - |
| XYZ | 3.29 | 3.96 | 2.97 | - |
| YUV | 54.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 44 | 0.17 | 0 | 0.25 | 0.77 | 100 | 0.15 | 0.2 |
| Hex | 31 | 3B | 2C | 11 | 0 | 19 | 4D | 64 | F | 14 |
| Octal | 61 | 73 | 54 | 21 | 0 | 31 | 115 | 144 | 17 | 24 |
| Binary | 110001 | 111011 | 101100 | 10001 | 0 | 11001 | 1001101 | 1100100 | 1111 | 10100 |
Color Harmonies of #313B2C
Complementary color
Monochromatic Colors of #313B2C
Black with #313B2C
Text Example
Text Example
White with #313B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B2C; }
p { color: rgb(49,59,44); }
H1.HeaderClassName
{
color: #313B2C;
}
.AnyTagClassName
{
color: #313B2C;
}
</style>
background-color css
<style>
a { background-color: #313B2C; }
a { background-color: rgb(49,59,44); }
div.DivClassName
{
background-color: #313B2C;
}
.BgClassName
{
background-color: #313B2C;
}
</style>
border-color css
<style>
span { border-color: #313B2C; }
span { border-color: rgb(49,59,44); }
td.TdClassName
{
border-color: #313B2C;
}
.TagClassName
{
border-color: #313B2C;
}
</style>