Shades of Oil #293127
Tints of Oil #293127
RGB
CMYK
RGB Variations
Color information
#293127 (or 0x293127) is known color: Oil. HEX triplet: 29, 31 and 27. RGB value is (41,49,39). Sum of RGB (Red+Green+Blue) = 41+49+39=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #293127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293127 is #D6CED8. Grayscale: #2D2D2D. Windows color (decimal): -14077657 or 2568489. OLE color: 2568489.
HSL color Cylindrical-coordinate representation of color #293127: hue angle of 108º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #293127 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 39 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.81 |
| HSL | 108º | 0.11% | 0.17% | - |
| HSV(B) | 108º | 0.2% | 0.19% | - |
| XYZ | 2.38 | 2.81 | 2.34 | - |
| YUV | 45.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 39 | 0.16 | 0 | 0.20 | 0.81 | 108 | 0.11 | 0.17 |
| Hex | 29 | 31 | 27 | 10 | 0 | 14 | 51 | 6C | B | 11 |
| Octal | 51 | 61 | 47 | 20 | 0 | 24 | 121 | 154 | 13 | 21 |
| Binary | 101001 | 110001 | 100111 | 10000 | 0 | 10100 | 1010001 | 1101100 | 1011 | 10001 |
Color Harmonies of #293127
Complementary color
Monochromatic Colors of #293127
Black with #293127
Text Example
Text Example
White with #293127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293127; }
p { color: rgb(41,49,39); }
H1.HeaderClassName
{
color: #293127;
}
.AnyTagClassName
{
color: #293127;
}
</style>
background-color css
<style>
a { background-color: #293127; }
a { background-color: rgb(41,49,39); }
div.DivClassName
{
background-color: #293127;
}
.BgClassName
{
background-color: #293127;
}
</style>
border-color css
<style>
span { border-color: #293127; }
span { border-color: rgb(41,49,39); }
td.TdClassName
{
border-color: #293127;
}
.TagClassName
{
border-color: #293127;
}
</style>