Shades of Oil #282C27
Tints of Oil #282C27
RGB
CMYK
RGB Variations
Color information
#282C27 (or 0x282C27) is known color: Oil. HEX triplet: 28, 2C and 27. RGB value is (40,44,39). Sum of RGB (Red+Green+Blue) = 40+44+39=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 44 - color contains mainly: green. Hex color #282C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C27 is #D7D3D8. Grayscale: #2A2A2A. Windows color (decimal): -14144473 or 2567208. OLE color: 2567208.
HSL color Cylindrical-coordinate representation of color #282C27: hue angle of 108º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #282C27 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 44 | 39 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.83 |
| HSL | 108º | 0.06% | 0.16% | - |
| HSV(B) | 108º | 0.11% | 0.17% | - |
| XYZ | 2.14 | 2.4 | 2.27 | - |
| YUV | 42.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 39 | 0.09 | 0 | 0.11 | 0.83 | 108 | 0.06 | 0.16 |
| Hex | 28 | 2C | 27 | 9 | 0 | B | 53 | 6C | 6 | 10 |
| Octal | 50 | 54 | 47 | 11 | 0 | 13 | 123 | 154 | 6 | 20 |
| Binary | 101000 | 101100 | 100111 | 1001 | 0 | 1011 | 1010011 | 1101100 | 110 | 10000 |
Color Harmonies of #282C27
Complementary color
Monochromatic Colors of #282C27
Black with #282C27
Text Example
Text Example
White with #282C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C27; }
p { color: rgb(40,44,39); }
H1.HeaderClassName
{
color: #282C27;
}
.AnyTagClassName
{
color: #282C27;
}
</style>
background-color css
<style>
a { background-color: #282C27; }
a { background-color: rgb(40,44,39); }
div.DivClassName
{
background-color: #282C27;
}
.BgClassName
{
background-color: #282C27;
}
</style>
border-color css
<style>
span { border-color: #282C27; }
span { border-color: rgb(40,44,39); }
td.TdClassName
{
border-color: #282C27;
}
.TagClassName
{
border-color: #282C27;
}
</style>