Shades of Oil #323E2C
Tints of Oil #323E2C
RGB
CMYK
RGB Variations
Color information
#323E2C (or 0x323E2C) is known color: Oil. HEX triplet: 32, 3E and 2C. RGB value is (50,62,44). Sum of RGB (Red+Green+Blue) = 50+62+44=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #323E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E2C is #CDC1D3. Grayscale: #383838. Windows color (decimal): -13484500 or 2899506. OLE color: 2899506.
HSL color Cylindrical-coordinate representation of color #323E2C: hue angle of 100º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323E2C is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 62 | 44 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.76 |
| HSL | 100º | 0.17% | 0.21% | - |
| HSV(B) | 100º | 0.29% | 0.24% | - |
| XYZ | 3.49 | 4.31 | 3.03 | - |
| YUV | 56.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 44 | 0.19 | 0 | 0.29 | 0.76 | 100 | 0.17 | 0.21 |
| Hex | 32 | 3E | 2C | 13 | 0 | 1D | 4C | 64 | 11 | 15 |
| Octal | 62 | 76 | 54 | 23 | 0 | 35 | 114 | 144 | 21 | 25 |
| Binary | 110010 | 111110 | 101100 | 10011 | 0 | 11101 | 1001100 | 1100100 | 10001 | 10101 |
Color Harmonies of #323E2C
Complementary color
Monochromatic Colors of #323E2C
Black with #323E2C
Text Example
Text Example
White with #323E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E2C; }
p { color: rgb(50,62,44); }
H1.HeaderClassName
{
color: #323E2C;
}
.AnyTagClassName
{
color: #323E2C;
}
</style>
background-color css
<style>
a { background-color: #323E2C; }
a { background-color: rgb(50,62,44); }
div.DivClassName
{
background-color: #323E2C;
}
.BgClassName
{
background-color: #323E2C;
}
</style>
border-color css
<style>
span { border-color: #323E2C; }
span { border-color: rgb(50,62,44); }
td.TdClassName
{
border-color: #323E2C;
}
.TagClassName
{
border-color: #323E2C;
}
</style>