Shades of Ebony #28303D
Tints of Ebony #28303D
RGB
CMYK
RGB Variations
Color information
#28303D (or 0x28303D) is known color: Ebony. HEX triplet: 28, 30 and 3D. RGB value is (40,48,61). Sum of RGB (Red+Green+Blue) = 40+48+61=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #28303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28303D is #D7CFC2. Grayscale: #2F2F2F. Windows color (decimal): -14143427 or 4010024. OLE color: 4010024.
HSL color Cylindrical-coordinate representation of color #28303D: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28303D is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 48 | 61 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.76 |
| HSL | 217.14º | 0.21% | 0.2% | - |
| HSV(B) | 217.14º | 0.34% | 0.24% | - |
| XYZ | 2.77 | 2.9 | 4.83 | - |
| YUV | 47.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 61 | 0.34 | 0.21 | 0 | 0.76 | 217.14 | 0.21 | 0.2 |
| Hex | 28 | 30 | 3D | 22 | 15 | 0 | 4C | D9 | 15 | 14 |
| Octal | 50 | 60 | 75 | 42 | 25 | 0 | 114 | 331 | 25 | 24 |
| Binary | 101000 | 110000 | 111101 | 100010 | 10101 | 0 | 1001100 | 11011001 | 10101 | 10100 |
Color Harmonies of #28303D
Complementary color
Monochromatic Colors of #28303D
Black with #28303D
Text Example
Text Example
White with #28303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28303D; }
p { color: rgb(40,48,61); }
H1.HeaderClassName
{
color: #28303D;
}
.AnyTagClassName
{
color: #28303D;
}
</style>
background-color css
<style>
a { background-color: #28303D; }
a { background-color: rgb(40,48,61); }
div.DivClassName
{
background-color: #28303D;
}
.BgClassName
{
background-color: #28303D;
}
</style>
border-color css
<style>
span { border-color: #28303D; }
span { border-color: rgb(40,48,61); }
td.TdClassName
{
border-color: #28303D;
}
.TagClassName
{
border-color: #28303D;
}
</style>