Shades of Oil #323D2C
Tints of Oil #323D2C
RGB
CMYK
RGB Variations
Color information
#323D2C (or 0x323D2C) is known color: Oil. HEX triplet: 32, 3D and 2C. RGB value is (50,61,44). Sum of RGB (Red+Green+Blue) = 50+61+44=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #323D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D2C is #CDC2D3. Grayscale: #373737. Windows color (decimal): -13484756 or 2899250. OLE color: 2899250.
HSL color Cylindrical-coordinate representation of color #323D2C: hue angle of 98.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323D2C is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 44 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.76 |
| HSL | 98.82º | 0.16% | 0.21% | - |
| HSV(B) | 98.82º | 0.28% | 0.24% | - |
| XYZ | 3.44 | 4.2 | 3.01 | - |
| YUV | 55.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 44 | 0.18 | 0 | 0.28 | 0.76 | 98.82 | 0.16 | 0.21 |
| Hex | 32 | 3D | 2C | 12 | 0 | 1C | 4C | 63 | 10 | 15 |
| Octal | 62 | 75 | 54 | 22 | 0 | 34 | 114 | 143 | 20 | 25 |
| Binary | 110010 | 111101 | 101100 | 10010 | 0 | 11100 | 1001100 | 1100011 | 10000 | 10101 |
Color Harmonies of #323D2C
Complementary color
Monochromatic Colors of #323D2C
Black with #323D2C
Text Example
Text Example
White with #323D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D2C; }
p { color: rgb(50,61,44); }
H1.HeaderClassName
{
color: #323D2C;
}
.AnyTagClassName
{
color: #323D2C;
}
</style>
background-color css
<style>
a { background-color: #323D2C; }
a { background-color: rgb(50,61,44); }
div.DivClassName
{
background-color: #323D2C;
}
.BgClassName
{
background-color: #323D2C;
}
</style>
border-color css
<style>
span { border-color: #323D2C; }
span { border-color: rgb(50,61,44); }
td.TdClassName
{
border-color: #323D2C;
}
.TagClassName
{
border-color: #323D2C;
}
</style>