Shades of Ebony #2D333C
Tints of Ebony #2D333C
RGB
CMYK
RGB Variations
Color information
#2D333C (or 0x2D333C) is known color: Ebony. HEX triplet: 2D, 33 and 3C. RGB value is (45,51,60). Sum of RGB (Red+Green+Blue) = 45+51+60=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D333C is #D2CCC3. Grayscale: #323232. Windows color (decimal): -13814980 or 3945261. OLE color: 3945261.
HSL color Cylindrical-coordinate representation of color #2D333C: hue angle of 216º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D333C is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 51 | 60 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.76 |
| HSL | 216º | 0.14% | 0.21% | - |
| HSV(B) | 216º | 0.25% | 0.24% | - |
| XYZ | 3.08 | 3.25 | 4.74 | - |
| YUV | 50.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 60 | 0.25 | 0.15 | 0 | 0.76 | 216 | 0.14 | 0.21 |
| Hex | 2D | 33 | 3C | 19 | F | 0 | 4C | D8 | E | 15 |
| Octal | 55 | 63 | 74 | 31 | 17 | 0 | 114 | 330 | 16 | 25 |
| Binary | 101101 | 110011 | 111100 | 11001 | 1111 | 0 | 1001100 | 11011000 | 1110 | 10101 |
Color Harmonies of #2D333C
Complementary color
Monochromatic Colors of #2D333C
Black with #2D333C
Text Example
Text Example
White with #2D333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D333C; }
p { color: rgb(45,51,60); }
H1.HeaderClassName
{
color: #2D333C;
}
.AnyTagClassName
{
color: #2D333C;
}
</style>
background-color css
<style>
a { background-color: #2D333C; }
a { background-color: rgb(45,51,60); }
div.DivClassName
{
background-color: #2D333C;
}
.BgClassName
{
background-color: #2D333C;
}
</style>
border-color css
<style>
span { border-color: #2D333C; }
span { border-color: rgb(45,51,60); }
td.TdClassName
{
border-color: #2D333C;
}
.TagClassName
{
border-color: #2D333C;
}
</style>