Shades of Oil #313B2B
Tints of Oil #313B2B
RGB
CMYK
RGB Variations
Color information
#313B2B (or 0x313B2B) is known color: Oil. HEX triplet: 31, 3B and 2B. RGB value is (49,59,43). Sum of RGB (Red+Green+Blue) = 49+59+43=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #313B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B2B is #CEC4D4. Grayscale: #363636. Windows color (decimal): -13550805 or 2833201. OLE color: 2833201.
HSL color Cylindrical-coordinate representation of color #313B2B: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313B2B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 43 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.77 |
| HSL | 97.5º | 0.16% | 0.2% | - |
| HSV(B) | 97.5º | 0.27% | 0.23% | - |
| XYZ | 3.27 | 3.96 | 2.88 | - |
| YUV | 54.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 43 | 0.17 | 0 | 0.27 | 0.77 | 97.5 | 0.16 | 0.2 |
| Hex | 31 | 3B | 2B | 11 | 0 | 1B | 4D | 62 | 10 | 14 |
| Octal | 61 | 73 | 53 | 21 | 0 | 33 | 115 | 142 | 20 | 24 |
| Binary | 110001 | 111011 | 101011 | 10001 | 0 | 11011 | 1001101 | 1100010 | 10000 | 10100 |
Color Harmonies of #313B2B
Complementary color
Monochromatic Colors of #313B2B
Black with #313B2B
Text Example
Text Example
White with #313B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B2B; }
p { color: rgb(49,59,43); }
H1.HeaderClassName
{
color: #313B2B;
}
.AnyTagClassName
{
color: #313B2B;
}
</style>
background-color css
<style>
a { background-color: #313B2B; }
a { background-color: rgb(49,59,43); }
div.DivClassName
{
background-color: #313B2B;
}
.BgClassName
{
background-color: #313B2B;
}
</style>
border-color css
<style>
span { border-color: #313B2B; }
span { border-color: rgb(49,59,43); }
td.TdClassName
{
border-color: #313B2B;
}
.TagClassName
{
border-color: #313B2B;
}
</style>