Shades of Ebony #282E3D
Tints of Ebony #282E3D
RGB
CMYK
RGB Variations
Color information
#282E3D (or 0x282E3D) is known color: Ebony. HEX triplet: 28, 2E and 3D. RGB value is (40,46,61). Sum of RGB (Red+Green+Blue) = 40+46+61=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #282E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E3D is #D7D1C2. Grayscale: #2D2D2D. Windows color (decimal): -14143939 or 4009512. OLE color: 4009512.
HSL color Cylindrical-coordinate representation of color #282E3D: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #282E3D is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 46 | 61 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.76 |
| HSL | 222.86º | 0.21% | 0.2% | - |
| HSV(B) | 222.86º | 0.34% | 0.24% | - |
| XYZ | 2.69 | 2.74 | 4.8 | - |
| YUV | 45.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 61 | 0.34 | 0.25 | 0 | 0.76 | 222.86 | 0.21 | 0.2 |
| Hex | 28 | 2E | 3D | 22 | 19 | 0 | 4C | DF | 15 | 14 |
| Octal | 50 | 56 | 75 | 42 | 31 | 0 | 114 | 337 | 25 | 24 |
| Binary | 101000 | 101110 | 111101 | 100010 | 11001 | 0 | 1001100 | 11011111 | 10101 | 10100 |
Color Harmonies of #282E3D
Complementary color
Monochromatic Colors of #282E3D
Black with #282E3D
Text Example
Text Example
White with #282E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E3D; }
p { color: rgb(40,46,61); }
H1.HeaderClassName
{
color: #282E3D;
}
.AnyTagClassName
{
color: #282E3D;
}
</style>
background-color css
<style>
a { background-color: #282E3D; }
a { background-color: rgb(40,46,61); }
div.DivClassName
{
background-color: #282E3D;
}
.BgClassName
{
background-color: #282E3D;
}
</style>
border-color css
<style>
span { border-color: #282E3D; }
span { border-color: rgb(40,46,61); }
td.TdClassName
{
border-color: #282E3D;
}
.TagClassName
{
border-color: #282E3D;
}
</style>