Shades of Oil #313D2B
Tints of Oil #313D2B
RGB
CMYK
RGB Variations
Color information
#313D2B (or 0x313D2B) is known color: Oil. HEX triplet: 31, 3D and 2B. RGB value is (49,61,43). Sum of RGB (Red+Green+Blue) = 49+61+43=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #313D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D2B is #CEC2D4. Grayscale: #373737. Windows color (decimal): -13550293 or 2833713. OLE color: 2833713.
HSL color Cylindrical-coordinate representation of color #313D2B: hue angle of 100º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313D2B is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 43 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.76 |
| HSL | 100º | 0.17% | 0.2% | - |
| HSV(B) | 100º | 0.3% | 0.24% | - |
| XYZ | 3.37 | 4.16 | 2.91 | - |
| YUV | 55.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 43 | 0.20 | 0 | 0.30 | 0.76 | 100 | 0.17 | 0.2 |
| Hex | 31 | 3D | 2B | 14 | 0 | 1E | 4C | 64 | 11 | 14 |
| Octal | 61 | 75 | 53 | 24 | 0 | 36 | 114 | 144 | 21 | 24 |
| Binary | 110001 | 111101 | 101011 | 10100 | 0 | 11110 | 1001100 | 1100100 | 10001 | 10100 |
Color Harmonies of #313D2B
Complementary color
Monochromatic Colors of #313D2B
Black with #313D2B
Text Example
Text Example
White with #313D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D2B; }
p { color: rgb(49,61,43); }
H1.HeaderClassName
{
color: #313D2B;
}
.AnyTagClassName
{
color: #313D2B;
}
</style>
background-color css
<style>
a { background-color: #313D2B; }
a { background-color: rgb(49,61,43); }
div.DivClassName
{
background-color: #313D2B;
}
.BgClassName
{
background-color: #313D2B;
}
</style>
border-color css
<style>
span { border-color: #313D2B; }
span { border-color: rgb(49,61,43); }
td.TdClassName
{
border-color: #313D2B;
}
.TagClassName
{
border-color: #313D2B;
}
</style>