Shades of Oil #31382C
Tints of Oil #31382C
RGB
CMYK
RGB Variations
Color information
#31382C (or 0x31382C) is known color: Oil. HEX triplet: 31, 38 and 2C. RGB value is (49,56,44). Sum of RGB (Red+Green+Blue) = 49+56+44=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #31382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31382C is #CEC7D3. Grayscale: #343434. Windows color (decimal): -13551572 or 2897969. OLE color: 2897969.
HSL color Cylindrical-coordinate representation of color #31382C: hue angle of 95º 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 #31382C is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 44 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.78 |
| HSL | 95º | 0.12% | 0.2% | - |
| HSV(B) | 95º | 0.21% | 0.22% | - |
| XYZ | 3.14 | 3.66 | 2.92 | - |
| YUV | 52.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 44 | 0.12 | 0 | 0.21 | 0.78 | 95 | 0.12 | 0.2 |
| Hex | 31 | 38 | 2C | C | 0 | 15 | 4E | 5F | C | 14 |
| Octal | 61 | 70 | 54 | 14 | 0 | 25 | 116 | 137 | 14 | 24 |
| Binary | 110001 | 111000 | 101100 | 1100 | 0 | 10101 | 1001110 | 1011111 | 1100 | 10100 |
Color Harmonies of #31382C
Complementary color
Monochromatic Colors of #31382C
Black with #31382C
Text Example
Text Example
White with #31382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31382C; }
p { color: rgb(49,56,44); }
H1.HeaderClassName
{
color: #31382C;
}
.AnyTagClassName
{
color: #31382C;
}
</style>
background-color css
<style>
a { background-color: #31382C; }
a { background-color: rgb(49,56,44); }
div.DivClassName
{
background-color: #31382C;
}
.BgClassName
{
background-color: #31382C;
}
</style>
border-color css
<style>
span { border-color: #31382C; }
span { border-color: rgb(49,56,44); }
td.TdClassName
{
border-color: #31382C;
}
.TagClassName
{
border-color: #31382C;
}
</style>