Shades of Ebony #282D37
Tints of Ebony #282D37
RGB
CMYK
RGB Variations
Color information
#282D37 (or 0x282D37) is known color: Ebony. HEX triplet: 28, 2D and 37. RGB value is (40,45,55). Sum of RGB (Red+Green+Blue) = 40+45+55=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #282D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D37 is #D7D2C8. Grayscale: #2C2C2C. Windows color (decimal): -14144201 or 3616040. OLE color: 3616040.
HSL color Cylindrical-coordinate representation of color #282D37: hue angle of 220º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #282D37 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 45 | 55 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.78 |
| HSL | 220º | 0.16% | 0.19% | - |
| HSV(B) | 220º | 0.27% | 0.22% | - |
| XYZ | 2.5 | 2.6 | 3.99 | - |
| YUV | 44.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 55 | 0.27 | 0.18 | 0 | 0.78 | 220 | 0.16 | 0.19 |
| Hex | 28 | 2D | 37 | 1B | 12 | 0 | 4E | DC | 10 | 13 |
| Octal | 50 | 55 | 67 | 33 | 22 | 0 | 116 | 334 | 20 | 23 |
| Binary | 101000 | 101101 | 110111 | 11011 | 10010 | 0 | 1001110 | 11011100 | 10000 | 10011 |
Color Harmonies of #282D37
Complementary color
Monochromatic Colors of #282D37
Black with #282D37
Text Example
Text Example
White with #282D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D37; }
p { color: rgb(40,45,55); }
H1.HeaderClassName
{
color: #282D37;
}
.AnyTagClassName
{
color: #282D37;
}
</style>
background-color css
<style>
a { background-color: #282D37; }
a { background-color: rgb(40,45,55); }
div.DivClassName
{
background-color: #282D37;
}
.BgClassName
{
background-color: #282D37;
}
</style>
border-color css
<style>
span { border-color: #282D37; }
span { border-color: rgb(40,45,55); }
td.TdClassName
{
border-color: #282D37;
}
.TagClassName
{
border-color: #282D37;
}
</style>