Shades of Oil #31392D
Tints of Oil #31392D
RGB
CMYK
RGB Variations
Color information
#31392D (or 0x31392D) is known color: Oil. HEX triplet: 31, 39 and 2D. RGB value is (49,57,45). Sum of RGB (Red+Green+Blue) = 49+57+45=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 57 - color contains mainly: green. Hex color #31392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31392D is #CEC6D2. Grayscale: #353535. Windows color (decimal): -13551315 or 2963761. OLE color: 2963761.
HSL color Cylindrical-coordinate representation of color #31392D: hue angle of 100º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #31392D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 57 | 45 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.78 |
| HSL | 100º | 0.12% | 0.2% | - |
| HSV(B) | 100º | 0.21% | 0.22% | - |
| XYZ | 3.2 | 3.77 | 3.04 | - |
| YUV | 53.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 45 | 0.14 | 0 | 0.21 | 0.78 | 100 | 0.12 | 0.2 |
| Hex | 31 | 39 | 2D | E | 0 | 15 | 4E | 64 | C | 14 |
| Octal | 61 | 71 | 55 | 16 | 0 | 25 | 116 | 144 | 14 | 24 |
| Binary | 110001 | 111001 | 101101 | 1110 | 0 | 10101 | 1001110 | 1100100 | 1100 | 10100 |
Color Harmonies of #31392D
Complementary color
Monochromatic Colors of #31392D
Black with #31392D
Text Example
Text Example
White with #31392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31392D; }
p { color: rgb(49,57,45); }
H1.HeaderClassName
{
color: #31392D;
}
.AnyTagClassName
{
color: #31392D;
}
</style>
background-color css
<style>
a { background-color: #31392D; }
a { background-color: rgb(49,57,45); }
div.DivClassName
{
background-color: #31392D;
}
.BgClassName
{
background-color: #31392D;
}
</style>
border-color css
<style>
span { border-color: #31392D; }
span { border-color: rgb(49,57,45); }
td.TdClassName
{
border-color: #31392D;
}
.TagClassName
{
border-color: #31392D;
}
</style>