Shades of Oil #293525
Tints of Oil #293525
RGB
CMYK
RGB Variations
Color information
#293525 (or 0x293525) is known color: Oil. HEX triplet: 29, 35 and 25. RGB value is (41,53,37). Sum of RGB (Red+Green+Blue) = 41+53+37=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #293525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293525 is #D6CADA. Grayscale: #2F2F2F. Windows color (decimal): -14076635 or 2438441. OLE color: 2438441.
HSL color Cylindrical-coordinate representation of color #293525: hue angle of 105º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #293525 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 37 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.79 |
| HSL | 105º | 0.18% | 0.18% | - |
| HSV(B) | 105º | 0.3% | 0.21% | - |
| XYZ | 2.52 | 3.15 | 2.23 | - |
| YUV | 47.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 37 | 0.23 | 0 | 0.30 | 0.79 | 105 | 0.18 | 0.18 |
| Hex | 29 | 35 | 25 | 17 | 0 | 1E | 4F | 69 | 12 | 12 |
| Octal | 51 | 65 | 45 | 27 | 0 | 36 | 117 | 151 | 22 | 22 |
| Binary | 101001 | 110101 | 100101 | 10111 | 0 | 11110 | 1001111 | 1101001 | 10010 | 10010 |
Color Harmonies of #293525
Complementary color
Monochromatic Colors of #293525
Black with #293525
Text Example
Text Example
White with #293525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293525; }
p { color: rgb(41,53,37); }
H1.HeaderClassName
{
color: #293525;
}
.AnyTagClassName
{
color: #293525;
}
</style>
background-color css
<style>
a { background-color: #293525; }
a { background-color: rgb(41,53,37); }
div.DivClassName
{
background-color: #293525;
}
.BgClassName
{
background-color: #293525;
}
</style>
border-color css
<style>
span { border-color: #293525; }
span { border-color: rgb(41,53,37); }
td.TdClassName
{
border-color: #293525;
}
.TagClassName
{
border-color: #293525;
}
</style>