Shades of Oil #31372F
Tints of Oil #31372F
RGB
CMYK
RGB Variations
Color information
#31372F (or 0x31372F) is known color: Oil. HEX triplet: 31, 37 and 2F. RGB value is (49,55,47). Sum of RGB (Red+Green+Blue) = 49+55+47=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 55 - color contains mainly: green. Hex color #31372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31372F is #CEC8D0. Grayscale: #343434. Windows color (decimal): -13551825 or 3094321. OLE color: 3094321.
HSL color Cylindrical-coordinate representation of color #31372F: hue angle of 105º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #31372F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 47 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.78 |
| HSL | 105º | 0.08% | 0.2% | - |
| HSV(B) | 105º | 0.15% | 0.22% | - |
| XYZ | 3.15 | 3.59 | 3.22 | - |
| YUV | 52.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 47 | 0.11 | 0 | 0.15 | 0.78 | 105 | 0.08 | 0.2 |
| Hex | 31 | 37 | 2F | B | 0 | F | 4E | 69 | 8 | 14 |
| Octal | 61 | 67 | 57 | 13 | 0 | 17 | 116 | 151 | 10 | 24 |
| Binary | 110001 | 110111 | 101111 | 1011 | 0 | 1111 | 1001110 | 1101001 | 1000 | 10100 |
Color Harmonies of #31372F
Complementary color
Monochromatic Colors of #31372F
Black with #31372F
Text Example
Text Example
White with #31372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31372F; }
p { color: rgb(49,55,47); }
H1.HeaderClassName
{
color: #31372F;
}
.AnyTagClassName
{
color: #31372F;
}
</style>
background-color css
<style>
a { background-color: #31372F; }
a { background-color: rgb(49,55,47); }
div.DivClassName
{
background-color: #31372F;
}
.BgClassName
{
background-color: #31372F;
}
</style>
border-color css
<style>
span { border-color: #31372F; }
span { border-color: rgb(49,55,47); }
td.TdClassName
{
border-color: #31372F;
}
.TagClassName
{
border-color: #31372F;
}
</style>