Shades of Ebony #282F39
Tints of Ebony #282F39
RGB
CMYK
RGB Variations
Color information
#282F39 (or 0x282F39) is known color: Ebony. HEX triplet: 28, 2F and 39. RGB value is (40,47,57). Sum of RGB (Red+Green+Blue) = 40+47+57=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #282F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F39 is #D7D0C6. Grayscale: #2E2E2E. Windows color (decimal): -14143687 or 3747624. OLE color: 3747624.
HSL color Cylindrical-coordinate representation of color #282F39: hue angle of 215.29º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282F39 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 47 | 57 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.78 |
| HSL | 215.29º | 0.18% | 0.19% | - |
| HSV(B) | 215.29º | 0.3% | 0.22% | - |
| XYZ | 2.63 | 2.78 | 4.27 | - |
| YUV | 46.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 57 | 0.30 | 0.18 | 0 | 0.78 | 215.29 | 0.18 | 0.19 |
| Hex | 28 | 2F | 39 | 1E | 12 | 0 | 4E | D7 | 12 | 13 |
| Octal | 50 | 57 | 71 | 36 | 22 | 0 | 116 | 327 | 22 | 23 |
| Binary | 101000 | 101111 | 111001 | 11110 | 10010 | 0 | 1001110 | 11010111 | 10010 | 10011 |
Color Harmonies of #282F39
Complementary color
Monochromatic Colors of #282F39
Black with #282F39
Text Example
Text Example
White with #282F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F39; }
p { color: rgb(40,47,57); }
H1.HeaderClassName
{
color: #282F39;
}
.AnyTagClassName
{
color: #282F39;
}
</style>
background-color css
<style>
a { background-color: #282F39; }
a { background-color: rgb(40,47,57); }
div.DivClassName
{
background-color: #282F39;
}
.BgClassName
{
background-color: #282F39;
}
</style>
border-color css
<style>
span { border-color: #282F39; }
span { border-color: rgb(40,47,57); }
td.TdClassName
{
border-color: #282F39;
}
.TagClassName
{
border-color: #282F39;
}
</style>