Shades of Oil #323C2C
Tints of Oil #323C2C
RGB
CMYK
RGB Variations
Color information
#323C2C (or 0x323C2C) is known color: Oil. HEX triplet: 32, 3C and 2C. RGB value is (50,60,44). Sum of RGB (Red+Green+Blue) = 50+60+44=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 60 - color contains mainly: green. Hex color #323C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C2C is #CDC3D3. Grayscale: #373737. Windows color (decimal): -13485012 or 2898994. OLE color: 2898994.
HSL color Cylindrical-coordinate representation of color #323C2C: hue angle of 97.5º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #323C2C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 44 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.76 |
| HSL | 97.5º | 0.15% | 0.2% | - |
| HSV(B) | 97.5º | 0.27% | 0.24% | - |
| XYZ | 3.39 | 4.09 | 2.99 | - |
| YUV | 55.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 44 | 0.17 | 0 | 0.27 | 0.76 | 97.5 | 0.15 | 0.2 |
| Hex | 32 | 3C | 2C | 11 | 0 | 1B | 4C | 62 | F | 14 |
| Octal | 62 | 74 | 54 | 21 | 0 | 33 | 114 | 142 | 17 | 24 |
| Binary | 110010 | 111100 | 101100 | 10001 | 0 | 11011 | 1001100 | 1100010 | 1111 | 10100 |
Color Harmonies of #323C2C
Complementary color
Monochromatic Colors of #323C2C
Black with #323C2C
Text Example
Text Example
White with #323C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C2C; }
p { color: rgb(50,60,44); }
H1.HeaderClassName
{
color: #323C2C;
}
.AnyTagClassName
{
color: #323C2C;
}
</style>
background-color css
<style>
a { background-color: #323C2C; }
a { background-color: rgb(50,60,44); }
div.DivClassName
{
background-color: #323C2C;
}
.BgClassName
{
background-color: #323C2C;
}
</style>
border-color css
<style>
span { border-color: #323C2C; }
span { border-color: rgb(50,60,44); }
td.TdClassName
{
border-color: #323C2C;
}
.TagClassName
{
border-color: #323C2C;
}
</style>