Shades of Ebony #282C35
Tints of Ebony #282C35
RGB
CMYK
RGB Variations
Color information
#282C35 (or 0x282C35) is known color: Ebony. HEX triplet: 28, 2C and 35. RGB value is (40,44,53). Sum of RGB (Red+Green+Blue) = 40+44+53=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #282C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C35 is #D7D3CA. Grayscale: #2B2B2B. Windows color (decimal): -14144459 or 3484712. OLE color: 3484712.
HSL color Cylindrical-coordinate representation of color #282C35: hue angle of 221.54º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #282C35 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 44 | 53 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.79 |
| HSL | 221.54º | 0.14% | 0.18% | - |
| HSV(B) | 221.54º | 0.25% | 0.21% | - |
| XYZ | 2.42 | 2.51 | 3.73 | - |
| YUV | 43.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 53 | 0.25 | 0.17 | 0 | 0.79 | 221.54 | 0.14 | 0.18 |
| Hex | 28 | 2C | 35 | 19 | 11 | 0 | 4F | DE | E | 12 |
| Octal | 50 | 54 | 65 | 31 | 21 | 0 | 117 | 336 | 16 | 22 |
| Binary | 101000 | 101100 | 110101 | 11001 | 10001 | 0 | 1001111 | 11011110 | 1110 | 10010 |
Color Harmonies of #282C35
Complementary color
Monochromatic Colors of #282C35
Black with #282C35
Text Example
Text Example
White with #282C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C35; }
p { color: rgb(40,44,53); }
H1.HeaderClassName
{
color: #282C35;
}
.AnyTagClassName
{
color: #282C35;
}
</style>
background-color css
<style>
a { background-color: #282C35; }
a { background-color: rgb(40,44,53); }
div.DivClassName
{
background-color: #282C35;
}
.BgClassName
{
background-color: #282C35;
}
</style>
border-color css
<style>
span { border-color: #282C35; }
span { border-color: rgb(40,44,53); }
td.TdClassName
{
border-color: #282C35;
}
.TagClassName
{
border-color: #282C35;
}
</style>