Shades of Oil #31372D
Tints of Oil #31372D
RGB
CMYK
RGB Variations
Color information
#31372D (or 0x31372D) is known color: Oil. HEX triplet: 31, 37 and 2D. RGB value is (49,55,45). Sum of RGB (Red+Green+Blue) = 49+55+45=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 55 - color contains mainly: green. Hex color #31372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31372D is #CEC8D2. Grayscale: #343434. Windows color (decimal): -13551827 or 2963249. OLE color: 2963249.
HSL color Cylindrical-coordinate representation of color #31372D: hue angle of 96º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31372D is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 45 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.78 |
| HSL | 96º | 0.1% | 0.2% | - |
| HSV(B) | 96º | 0.18% | 0.22% | - |
| XYZ | 3.11 | 3.57 | 3.01 | - |
| YUV | 52.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 45 | 0.11 | 0 | 0.18 | 0.78 | 96 | 0.1 | 0.2 |
| Hex | 31 | 37 | 2D | B | 0 | 12 | 4E | 60 | A | 14 |
| Octal | 61 | 67 | 55 | 13 | 0 | 22 | 116 | 140 | 12 | 24 |
| Binary | 110001 | 110111 | 101101 | 1011 | 0 | 10010 | 1001110 | 1100000 | 1010 | 10100 |
Color Harmonies of #31372D
Complementary color
Monochromatic Colors of #31372D
Black with #31372D
Text Example
Text Example
White with #31372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31372D; }
p { color: rgb(49,55,45); }
H1.HeaderClassName
{
color: #31372D;
}
.AnyTagClassName
{
color: #31372D;
}
</style>
background-color css
<style>
a { background-color: #31372D; }
a { background-color: rgb(49,55,45); }
div.DivClassName
{
background-color: #31372D;
}
.BgClassName
{
background-color: #31372D;
}
</style>
border-color css
<style>
span { border-color: #31372D; }
span { border-color: rgb(49,55,45); }
td.TdClassName
{
border-color: #31372D;
}
.TagClassName
{
border-color: #31372D;
}
</style>