Shades of Oil #31382D
Tints of Oil #31382D
RGB
CMYK
RGB Variations
Color information
#31382D (or 0x31382D) is known color: Oil. HEX triplet: 31, 38 and 2D. RGB value is (49,56,45). Sum of RGB (Red+Green+Blue) = 49+56+45=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 56 - color contains mainly: green. Hex color #31382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31382D is #CEC7D2. Grayscale: #343434. Windows color (decimal): -13551571 or 2963505. OLE color: 2963505.
HSL color Cylindrical-coordinate representation of color #31382D: hue angle of 98.18º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31382D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 45 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.78 |
| HSL | 98.18º | 0.11% | 0.2% | - |
| HSV(B) | 98.18º | 0.2% | 0.22% | - |
| XYZ | 3.15 | 3.67 | 3.02 | - |
| YUV | 52.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 45 | 0.12 | 0 | 0.20 | 0.78 | 98.18 | 0.11 | 0.2 |
| Hex | 31 | 38 | 2D | C | 0 | 14 | 4E | 62 | B | 14 |
| Octal | 61 | 70 | 55 | 14 | 0 | 24 | 116 | 142 | 13 | 24 |
| Binary | 110001 | 111000 | 101101 | 1100 | 0 | 10100 | 1001110 | 1100010 | 1011 | 10100 |
Color Harmonies of #31382D
Complementary color
Monochromatic Colors of #31382D
Black with #31382D
Text Example
Text Example
White with #31382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31382D; }
p { color: rgb(49,56,45); }
H1.HeaderClassName
{
color: #31382D;
}
.AnyTagClassName
{
color: #31382D;
}
</style>
background-color css
<style>
a { background-color: #31382D; }
a { background-color: rgb(49,56,45); }
div.DivClassName
{
background-color: #31382D;
}
.BgClassName
{
background-color: #31382D;
}
</style>
border-color css
<style>
span { border-color: #31382D; }
span { border-color: rgb(49,56,45); }
td.TdClassName
{
border-color: #31382D;
}
.TagClassName
{
border-color: #31382D;
}
</style>