Shades of Oil #323D2E
Tints of Oil #323D2E
RGB
CMYK
RGB Variations
Color information
#323D2E (or 0x323D2E) is known color: Oil. HEX triplet: 32, 3D and 2E. RGB value is (50,61,46). Sum of RGB (Red+Green+Blue) = 50+61+46=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #323D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D2E is #CDC2D1. Grayscale: #383838. Windows color (decimal): -13484754 or 3030322. OLE color: 3030322.
HSL color Cylindrical-coordinate representation of color #323D2E: hue angle of 104º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323D2E is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 46 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.76 |
| HSL | 104º | 0.14% | 0.21% | - |
| HSV(B) | 104º | 0.25% | 0.24% | - |
| XYZ | 3.48 | 4.21 | 3.21 | - |
| YUV | 56 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 46 | 0.18 | 0 | 0.25 | 0.76 | 104 | 0.14 | 0.21 |
| Hex | 32 | 3D | 2E | 12 | 0 | 19 | 4C | 68 | E | 15 |
| Octal | 62 | 75 | 56 | 22 | 0 | 31 | 114 | 150 | 16 | 25 |
| Binary | 110010 | 111101 | 101110 | 10010 | 0 | 11001 | 1001100 | 1101000 | 1110 | 10101 |
Color Harmonies of #323D2E
Complementary color
Monochromatic Colors of #323D2E
Black with #323D2E
Text Example
Text Example
White with #323D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D2E; }
p { color: rgb(50,61,46); }
H1.HeaderClassName
{
color: #323D2E;
}
.AnyTagClassName
{
color: #323D2E;
}
</style>
background-color css
<style>
a { background-color: #323D2E; }
a { background-color: rgb(50,61,46); }
div.DivClassName
{
background-color: #323D2E;
}
.BgClassName
{
background-color: #323D2E;
}
</style>
border-color css
<style>
span { border-color: #323D2E; }
span { border-color: rgb(50,61,46); }
td.TdClassName
{
border-color: #323D2E;
}
.TagClassName
{
border-color: #323D2E;
}
</style>