Shades of Oil #323B2D
Tints of Oil #323B2D
RGB
CMYK
RGB Variations
Color information
#323B2D (or 0x323B2D) is known color: Oil. HEX triplet: 32, 3B and 2D. RGB value is (50,59,45). Sum of RGB (Red+Green+Blue) = 50+59+45=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 59 - color contains mainly: green. Hex color #323B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B2D is #CDC4D2. Grayscale: #363636. Windows color (decimal): -13485267 or 2964274. OLE color: 2964274.
HSL color Cylindrical-coordinate representation of color #323B2D: hue angle of 98.57º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323B2D is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 45 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.77 |
| HSL | 98.57º | 0.13% | 0.2% | - |
| HSV(B) | 98.57º | 0.24% | 0.23% | - |
| XYZ | 3.35 | 4 | 3.08 | - |
| YUV | 54.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 45 | 0.15 | 0 | 0.24 | 0.77 | 98.57 | 0.13 | 0.2 |
| Hex | 32 | 3B | 2D | F | 0 | 18 | 4D | 63 | D | 14 |
| Octal | 62 | 73 | 55 | 17 | 0 | 30 | 115 | 143 | 15 | 24 |
| Binary | 110010 | 111011 | 101101 | 1111 | 0 | 11000 | 1001101 | 1100011 | 1101 | 10100 |
Color Harmonies of #323B2D
Complementary color
Monochromatic Colors of #323B2D
Black with #323B2D
Text Example
Text Example
White with #323B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B2D; }
p { color: rgb(50,59,45); }
H1.HeaderClassName
{
color: #323B2D;
}
.AnyTagClassName
{
color: #323B2D;
}
</style>
background-color css
<style>
a { background-color: #323B2D; }
a { background-color: rgb(50,59,45); }
div.DivClassName
{
background-color: #323B2D;
}
.BgClassName
{
background-color: #323B2D;
}
</style>
border-color css
<style>
span { border-color: #323B2D; }
span { border-color: rgb(50,59,45); }
td.TdClassName
{
border-color: #323B2D;
}
.TagClassName
{
border-color: #323B2D;
}
</style>