Shades of Ebony #282D36
Tints of Ebony #282D36
RGB
CMYK
RGB Variations
Color information
#282D36 (or 0x282D36) is known color: Ebony. HEX triplet: 28, 2D and 36. RGB value is (40,45,54). Sum of RGB (Red+Green+Blue) = 40+45+54=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #282D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D36 is #D7D2C9. Grayscale: #2C2C2C. Windows color (decimal): -14144202 or 3550504. OLE color: 3550504.
HSL color Cylindrical-coordinate representation of color #282D36: hue angle of 218.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #282D36 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 45 | 54 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.79 |
| HSL | 218.57º | 0.15% | 0.18% | - |
| HSV(B) | 218.57º | 0.26% | 0.21% | - |
| XYZ | 2.48 | 2.59 | 3.86 | - |
| YUV | 44.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 54 | 0.26 | 0.17 | 0 | 0.79 | 218.57 | 0.15 | 0.18 |
| Hex | 28 | 2D | 36 | 1A | 11 | 0 | 4F | DB | F | 12 |
| Octal | 50 | 55 | 66 | 32 | 21 | 0 | 117 | 333 | 17 | 22 |
| Binary | 101000 | 101101 | 110110 | 11010 | 10001 | 0 | 1001111 | 11011011 | 1111 | 10010 |
Color Harmonies of #282D36
Complementary color
Monochromatic Colors of #282D36
Black with #282D36
Text Example
Text Example
White with #282D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D36; }
p { color: rgb(40,45,54); }
H1.HeaderClassName
{
color: #282D36;
}
.AnyTagClassName
{
color: #282D36;
}
</style>
background-color css
<style>
a { background-color: #282D36; }
a { background-color: rgb(40,45,54); }
div.DivClassName
{
background-color: #282D36;
}
.BgClassName
{
background-color: #282D36;
}
</style>
border-color css
<style>
span { border-color: #282D36; }
span { border-color: rgb(40,45,54); }
td.TdClassName
{
border-color: #282D36;
}
.TagClassName
{
border-color: #282D36;
}
</style>