Shades of Ebony #2D323B
Tints of Ebony #2D323B
RGB
CMYK
RGB Variations
Color information
#2D323B (or 0x2D323B) is known color: Ebony. HEX triplet: 2D, 32 and 3B. RGB value is (45,50,59). Sum of RGB (Red+Green+Blue) = 45+50+59=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D323B is #D2CDC4. Grayscale: #313131. Windows color (decimal): -13815237 or 3879469. OLE color: 3879469.
HSL color Cylindrical-coordinate representation of color #2D323B: hue angle of 218.57º 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 #2D323B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 50 | 59 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.77 |
| HSL | 218.57º | 0.13% | 0.2% | - |
| HSV(B) | 218.57º | 0.24% | 0.23% | - |
| XYZ | 3.01 | 3.15 | 4.59 | - |
| YUV | 49.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 59 | 0.24 | 0.15 | 0 | 0.77 | 218.57 | 0.13 | 0.2 |
| Hex | 2D | 32 | 3B | 18 | F | 0 | 4D | DB | D | 14 |
| Octal | 55 | 62 | 73 | 30 | 17 | 0 | 115 | 333 | 15 | 24 |
| Binary | 101101 | 110010 | 111011 | 11000 | 1111 | 0 | 1001101 | 11011011 | 1101 | 10100 |
Color Harmonies of #2D323B
Complementary color
Monochromatic Colors of #2D323B
Black with #2D323B
Text Example
Text Example
White with #2D323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D323B; }
p { color: rgb(45,50,59); }
H1.HeaderClassName
{
color: #2D323B;
}
.AnyTagClassName
{
color: #2D323B;
}
</style>
background-color css
<style>
a { background-color: #2D323B; }
a { background-color: rgb(45,50,59); }
div.DivClassName
{
background-color: #2D323B;
}
.BgClassName
{
background-color: #2D323B;
}
</style>
border-color css
<style>
span { border-color: #2D323B; }
span { border-color: rgb(45,50,59); }
td.TdClassName
{
border-color: #2D323B;
}
.TagClassName
{
border-color: #2D323B;
}
</style>