Shades of Oil #293924
Tints of Oil #293924
RGB
CMYK
RGB Variations
Color information
#293924 (or 0x293924) is known color: Oil. HEX triplet: 29, 39 and 24. RGB value is (41,57,36). Sum of RGB (Red+Green+Blue) = 41+57+36=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #293924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293924 is #D6C6DB. Grayscale: #313131. Windows color (decimal): -14075612 or 2373929. OLE color: 2373929.
HSL color Cylindrical-coordinate representation of color #293924: hue angle of 105.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293924 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 57 | 36 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.78 |
| HSL | 105.71º | 0.23% | 0.18% | - |
| HSV(B) | 105.71º | 0.37% | 0.22% | - |
| XYZ | 2.7 | 3.53 | 2.21 | - |
| YUV | 49.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 36 | 0.28 | 0 | 0.37 | 0.78 | 105.71 | 0.23 | 0.18 |
| Hex | 29 | 39 | 24 | 1C | 0 | 25 | 4E | 6A | 17 | 12 |
| Octal | 51 | 71 | 44 | 34 | 0 | 45 | 116 | 152 | 27 | 22 |
| Binary | 101001 | 111001 | 100100 | 11100 | 0 | 100101 | 1001110 | 1101010 | 10111 | 10010 |
Color Harmonies of #293924
Complementary color
Monochromatic Colors of #293924
Black with #293924
Text Example
Text Example
White with #293924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293924; }
p { color: rgb(41,57,36); }
H1.HeaderClassName
{
color: #293924;
}
.AnyTagClassName
{
color: #293924;
}
</style>
background-color css
<style>
a { background-color: #293924; }
a { background-color: rgb(41,57,36); }
div.DivClassName
{
background-color: #293924;
}
.BgClassName
{
background-color: #293924;
}
</style>
border-color css
<style>
span { border-color: #293924; }
span { border-color: rgb(41,57,36); }
td.TdClassName
{
border-color: #293924;
}
.TagClassName
{
border-color: #293924;
}
</style>