Shades of Ebony #282F3B
Tints of Ebony #282F3B
RGB
CMYK
RGB Variations
Color information
#282F3B (or 0x282F3B) is known color: Ebony. HEX triplet: 28, 2F and 3B. RGB value is (40,47,59). Sum of RGB (Red+Green+Blue) = 40+47+59=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 59 - color contains mainly: blue. Hex color #282F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F3B is #D7D0C4. Grayscale: #2E2E2E. Windows color (decimal): -14143685 or 3878696. OLE color: 3878696.
HSL color Cylindrical-coordinate representation of color #282F3B: hue angle of 217.89º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #282F3B is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 47 | 59 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.77 |
| HSL | 217.89º | 0.19% | 0.19% | - |
| HSV(B) | 217.89º | 0.32% | 0.23% | - |
| XYZ | 2.68 | 2.8 | 4.54 | - |
| YUV | 46.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 59 | 0.32 | 0.20 | 0 | 0.77 | 217.89 | 0.19 | 0.19 |
| Hex | 28 | 2F | 3B | 20 | 14 | 0 | 4D | DA | 13 | 13 |
| Octal | 50 | 57 | 73 | 40 | 24 | 0 | 115 | 332 | 23 | 23 |
| Binary | 101000 | 101111 | 111011 | 100000 | 10100 | 0 | 1001101 | 11011010 | 10011 | 10011 |
Color Harmonies of #282F3B
Complementary color
Monochromatic Colors of #282F3B
Black with #282F3B
Text Example
Text Example
White with #282F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F3B; }
p { color: rgb(40,47,59); }
H1.HeaderClassName
{
color: #282F3B;
}
.AnyTagClassName
{
color: #282F3B;
}
</style>
background-color css
<style>
a { background-color: #282F3B; }
a { background-color: rgb(40,47,59); }
div.DivClassName
{
background-color: #282F3B;
}
.BgClassName
{
background-color: #282F3B;
}
</style>
border-color css
<style>
span { border-color: #282F3B; }
span { border-color: rgb(40,47,59); }
td.TdClassName
{
border-color: #282F3B;
}
.TagClassName
{
border-color: #282F3B;
}
</style>