Shades of Ebony #2D303B
Tints of Ebony #2D303B
RGB
CMYK
RGB Variations
Color information
#2D303B (or 0x2D303B) is known color: Ebony. HEX triplet: 2D, 30 and 3B. RGB value is (45,48,59). Sum of RGB (Red+Green+Blue) = 45+48+59=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D303B is #D2CFC4. Grayscale: #303030. Windows color (decimal): -13815749 or 3878957. OLE color: 3878957.
HSL color Cylindrical-coordinate representation of color #2D303B: hue angle of 227.14º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D303B is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 48 | 59 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.77 |
| HSL | 227.14º | 0.13% | 0.2% | - |
| HSV(B) | 227.14º | 0.24% | 0.23% | - |
| XYZ | 2.93 | 2.99 | 4.56 | - |
| YUV | 48.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 59 | 0.24 | 0.19 | 0 | 0.77 | 227.14 | 0.13 | 0.2 |
| Hex | 2D | 30 | 3B | 18 | 13 | 0 | 4D | E3 | D | 14 |
| Octal | 55 | 60 | 73 | 30 | 23 | 0 | 115 | 343 | 15 | 24 |
| Binary | 101101 | 110000 | 111011 | 11000 | 10011 | 0 | 1001101 | 11100011 | 1101 | 10100 |
Color Harmonies of #2D303B
Complementary color
Monochromatic Colors of #2D303B
Black with #2D303B
Text Example
Text Example
White with #2D303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D303B; }
p { color: rgb(45,48,59); }
H1.HeaderClassName
{
color: #2D303B;
}
.AnyTagClassName
{
color: #2D303B;
}
</style>
background-color css
<style>
a { background-color: #2D303B; }
a { background-color: rgb(45,48,59); }
div.DivClassName
{
background-color: #2D303B;
}
.BgClassName
{
background-color: #2D303B;
}
</style>
border-color css
<style>
span { border-color: #2D303B; }
span { border-color: rgb(45,48,59); }
td.TdClassName
{
border-color: #2D303B;
}
.TagClassName
{
border-color: #2D303B;
}
</style>