Shades of Ebony #282C36
Tints of Ebony #282C36
RGB
CMYK
RGB Variations
Color information
#282C36 (or 0x282C36) is known color: Ebony. HEX triplet: 28, 2C and 36. RGB value is (40,44,54). Sum of RGB (Red+Green+Blue) = 40+44+54=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #282C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C36 is #D7D3C9. Grayscale: #2B2B2B. Windows color (decimal): -14144458 or 3550248. OLE color: 3550248.
HSL color Cylindrical-coordinate representation of color #282C36: hue angle of 222.86º 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 #282C36 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 44 | 54 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.79 |
| HSL | 222.86º | 0.15% | 0.18% | - |
| HSV(B) | 222.86º | 0.26% | 0.21% | - |
| XYZ | 2.44 | 2.52 | 3.85 | - |
| YUV | 43.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 54 | 0.26 | 0.19 | 0 | 0.79 | 222.86 | 0.15 | 0.18 |
| Hex | 28 | 2C | 36 | 1A | 13 | 0 | 4F | DF | F | 12 |
| Octal | 50 | 54 | 66 | 32 | 23 | 0 | 117 | 337 | 17 | 22 |
| Binary | 101000 | 101100 | 110110 | 11010 | 10011 | 0 | 1001111 | 11011111 | 1111 | 10010 |
Color Harmonies of #282C36
Complementary color
Monochromatic Colors of #282C36
Black with #282C36
Text Example
Text Example
White with #282C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C36; }
p { color: rgb(40,44,54); }
H1.HeaderClassName
{
color: #282C36;
}
.AnyTagClassName
{
color: #282C36;
}
</style>
background-color css
<style>
a { background-color: #282C36; }
a { background-color: rgb(40,44,54); }
div.DivClassName
{
background-color: #282C36;
}
.BgClassName
{
background-color: #282C36;
}
</style>
border-color css
<style>
span { border-color: #282C36; }
span { border-color: rgb(40,44,54); }
td.TdClassName
{
border-color: #282C36;
}
.TagClassName
{
border-color: #282C36;
}
</style>