Shades of Oil #293325
Tints of Oil #293325
RGB
CMYK
RGB Variations
Color information
#293325 (or 0x293325) is known color: Oil. HEX triplet: 29, 33 and 25. RGB value is (41,51,37). Sum of RGB (Red+Green+Blue) = 41+51+37=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #293325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293325 is #D6CCDA. Grayscale: #2E2E2E. Windows color (decimal): -14077147 or 2437929. OLE color: 2437929.
HSL color Cylindrical-coordinate representation of color #293325: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293325 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 51 | 37 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.8 |
| HSL | 102.86º | 0.16% | 0.17% | - |
| HSV(B) | 102.86º | 0.27% | 0.2% | - |
| XYZ | 2.43 | 2.97 | 2.2 | - |
| YUV | 46.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 37 | 0.20 | 0 | 0.27 | 0.8 | 102.86 | 0.16 | 0.17 |
| Hex | 29 | 33 | 25 | 14 | 0 | 1B | 50 | 67 | 10 | 11 |
| Octal | 51 | 63 | 45 | 24 | 0 | 33 | 120 | 147 | 20 | 21 |
| Binary | 101001 | 110011 | 100101 | 10100 | 0 | 11011 | 1010000 | 1100111 | 10000 | 10001 |
Color Harmonies of #293325
Complementary color
Monochromatic Colors of #293325
Black with #293325
Text Example
Text Example
White with #293325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293325; }
p { color: rgb(41,51,37); }
H1.HeaderClassName
{
color: #293325;
}
.AnyTagClassName
{
color: #293325;
}
</style>
background-color css
<style>
a { background-color: #293325; }
a { background-color: rgb(41,51,37); }
div.DivClassName
{
background-color: #293325;
}
.BgClassName
{
background-color: #293325;
}
</style>
border-color css
<style>
span { border-color: #293325; }
span { border-color: rgb(41,51,37); }
td.TdClassName
{
border-color: #293325;
}
.TagClassName
{
border-color: #293325;
}
</style>