Shades of Oil #292C28
Tints of Oil #292C28
RGB
CMYK
RGB Variations
Color information
#292C28 (or 0x292C28) is known color: Oil. HEX triplet: 29, 2C and 28. RGB value is (41,44,40). Sum of RGB (Red+Green+Blue) = 41+44+40=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 44 - color contains mainly: green. Hex color #292C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C28 is #D6D3D7. Grayscale: #2A2A2A. Windows color (decimal): -14078936 or 2632745. OLE color: 2632745.
HSL color Cylindrical-coordinate representation of color #292C28: hue angle of 105º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #292C28 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 44 | 40 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.83 |
| HSL | 105º | 0.05% | 0.16% | - |
| HSV(B) | 105º | 0.09% | 0.17% | - |
| XYZ | 2.2 | 2.43 | 2.36 | - |
| YUV | 42.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 40 | 0.07 | 0 | 0.09 | 0.83 | 105 | 0.05 | 0.16 |
| Hex | 29 | 2C | 28 | 7 | 0 | 9 | 53 | 69 | 5 | 10 |
| Octal | 51 | 54 | 50 | 7 | 0 | 11 | 123 | 151 | 5 | 20 |
| Binary | 101001 | 101100 | 101000 | 111 | 0 | 1001 | 1010011 | 1101001 | 101 | 10000 |
Color Harmonies of #292C28
Complementary color
Monochromatic Colors of #292C28
Black with #292C28
Text Example
Text Example
White with #292C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C28; }
p { color: rgb(41,44,40); }
H1.HeaderClassName
{
color: #292C28;
}
.AnyTagClassName
{
color: #292C28;
}
</style>
background-color css
<style>
a { background-color: #292C28; }
a { background-color: rgb(41,44,40); }
div.DivClassName
{
background-color: #292C28;
}
.BgClassName
{
background-color: #292C28;
}
</style>
border-color css
<style>
span { border-color: #292C28; }
span { border-color: rgb(41,44,40); }
td.TdClassName
{
border-color: #292C28;
}
.TagClassName
{
border-color: #292C28;
}
</style>