Shades of Oil #323731
Tints of Oil #323731
RGB
CMYK
RGB Variations
Color information
#323731 (or 0x323731) is known color: Oil. HEX triplet: 32, 37 and 31. RGB value is (50,55,49). Sum of RGB (Red+Green+Blue) = 50+55+49=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 55 - color contains mainly: green. Hex color #323731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323731 is #CDC8CE. Grayscale: #343434. Windows color (decimal): -13486287 or 3225394. OLE color: 3225394.
HSL color Cylindrical-coordinate representation of color #323731: hue angle of 110º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323731 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 49 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.78 |
| HSL | 110º | 0.06% | 0.2% | - |
| HSV(B) | 110º | 0.11% | 0.22% | - |
| XYZ | 3.24 | 3.63 | 3.44 | - |
| YUV | 52.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 49 | 0.09 | 0 | 0.11 | 0.78 | 110 | 0.06 | 0.2 |
| Hex | 32 | 37 | 31 | 9 | 0 | B | 4E | 6E | 6 | 14 |
| Octal | 62 | 67 | 61 | 11 | 0 | 13 | 116 | 156 | 6 | 24 |
| Binary | 110010 | 110111 | 110001 | 1001 | 0 | 1011 | 1001110 | 1101110 | 110 | 10100 |
Color Harmonies of #323731
Complementary color
Monochromatic Colors of #323731
Black with #323731
Text Example
Text Example
White with #323731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323731; }
p { color: rgb(50,55,49); }
H1.HeaderClassName
{
color: #323731;
}
.AnyTagClassName
{
color: #323731;
}
</style>
background-color css
<style>
a { background-color: #323731; }
a { background-color: rgb(50,55,49); }
div.DivClassName
{
background-color: #323731;
}
.BgClassName
{
background-color: #323731;
}
</style>
border-color css
<style>
span { border-color: #323731; }
span { border-color: rgb(50,55,49); }
td.TdClassName
{
border-color: #323731;
}
.TagClassName
{
border-color: #323731;
}
</style>