Shades of Ebony #2B2F38
Tints of Ebony #2B2F38
RGB
CMYK
RGB Variations
Color information
#2B2F38 (or 0x2B2F38) is known color: Ebony. HEX triplet: 2B, 2F and 38. RGB value is (43,47,56). Sum of RGB (Red+Green+Blue) = 43+47+56=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B2F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F38 is #D4D0C7. Grayscale: #2E2E2E. Windows color (decimal): -13947080 or 3682091. OLE color: 3682091.
HSL color Cylindrical-coordinate representation of color #2B2F38: hue angle of 221.54º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B2F38 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 47 | 56 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.78 |
| HSL | 221.54º | 0.13% | 0.19% | - |
| HSV(B) | 221.54º | 0.23% | 0.22% | - |
| XYZ | 2.73 | 2.83 | 4.14 | - |
| YUV | 46.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 56 | 0.23 | 0.16 | 0 | 0.78 | 221.54 | 0.13 | 0.19 |
| Hex | 2B | 2F | 38 | 17 | 10 | 0 | 4E | DE | D | 13 |
| Octal | 53 | 57 | 70 | 27 | 20 | 0 | 116 | 336 | 15 | 23 |
| Binary | 101011 | 101111 | 111000 | 10111 | 10000 | 0 | 1001110 | 11011110 | 1101 | 10011 |
Color Harmonies of #2B2F38
Complementary color
Monochromatic Colors of #2B2F38
Black with #2B2F38
Text Example
Text Example
White with #2B2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F38; }
p { color: rgb(43,47,56); }
H1.HeaderClassName
{
color: #2B2F38;
}
.AnyTagClassName
{
color: #2B2F38;
}
</style>
background-color css
<style>
a { background-color: #2B2F38; }
a { background-color: rgb(43,47,56); }
div.DivClassName
{
background-color: #2B2F38;
}
.BgClassName
{
background-color: #2B2F38;
}
</style>
border-color css
<style>
span { border-color: #2B2F38; }
span { border-color: rgb(43,47,56); }
td.TdClassName
{
border-color: #2B2F38;
}
.TagClassName
{
border-color: #2B2F38;
}
</style>