Shades of Oil #283226
Tints of Oil #283226
RGB
CMYK
RGB Variations
Color information
#283226 (or 0x283226) is known color: Oil. HEX triplet: 28, 32 and 26. RGB value is (40,50,38). Sum of RGB (Red+Green+Blue) = 40+50+38=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #283226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283226 is #D7CDD9. Grayscale: #2D2D2D. Windows color (decimal): -14142938 or 2503208. OLE color: 2503208.
HSL color Cylindrical-coordinate representation of color #283226: hue angle of 110º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #283226 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 38 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.80 |
| HSL | 110º | 0.14% | 0.17% | - |
| HSV(B) | 110º | 0.24% | 0.2% | - |
| XYZ | 2.37 | 2.87 | 2.26 | - |
| YUV | 45.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 38 | 0.20 | 0 | 0.24 | 0.80 | 110 | 0.14 | 0.17 |
| Hex | 28 | 32 | 26 | 14 | 0 | 18 | 50 | 6E | E | 11 |
| Octal | 50 | 62 | 46 | 24 | 0 | 30 | 120 | 156 | 16 | 21 |
| Binary | 101000 | 110010 | 100110 | 10100 | 0 | 11000 | 1010000 | 1101110 | 1110 | 10001 |
Color Harmonies of #283226
Complementary color
Monochromatic Colors of #283226
Black with #283226
Text Example
Text Example
White with #283226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283226; }
p { color: rgb(40,50,38); }
H1.HeaderClassName
{
color: #283226;
}
.AnyTagClassName
{
color: #283226;
}
</style>
background-color css
<style>
a { background-color: #283226; }
a { background-color: rgb(40,50,38); }
div.DivClassName
{
background-color: #283226;
}
.BgClassName
{
background-color: #283226;
}
</style>
border-color css
<style>
span { border-color: #283226; }
span { border-color: rgb(40,50,38); }
td.TdClassName
{
border-color: #283226;
}
.TagClassName
{
border-color: #283226;
}
</style>