Shades of Ebony #2B2F36
Tints of Ebony #2B2F36
RGB
CMYK
RGB Variations
Color information
#2B2F36 (or 0x2B2F36) is known color: Ebony. HEX triplet: 2B, 2F and 36. RGB value is (43,47,54). Sum of RGB (Red+Green+Blue) = 43+47+54=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B2F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F36 is #D4D0C9. Grayscale: #2E2E2E. Windows color (decimal): -13947082 or 3551019. OLE color: 3551019.
HSL color Cylindrical-coordinate representation of color #2B2F36: hue angle of 218.18º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2B2F36 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 47 | 54 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.79 |
| HSL | 218.18º | 0.11% | 0.19% | - |
| HSV(B) | 218.18º | 0.2% | 0.21% | - |
| XYZ | 2.68 | 2.81 | 3.89 | - |
| YUV | 46.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 54 | 0.20 | 0.13 | 0 | 0.79 | 218.18 | 0.11 | 0.19 |
| Hex | 2B | 2F | 36 | 14 | D | 0 | 4F | DA | B | 13 |
| Octal | 53 | 57 | 66 | 24 | 15 | 0 | 117 | 332 | 13 | 23 |
| Binary | 101011 | 101111 | 110110 | 10100 | 1101 | 0 | 1001111 | 11011010 | 1011 | 10011 |
Color Harmonies of #2B2F36
Complementary color
Monochromatic Colors of #2B2F36
Black with #2B2F36
Text Example
Text Example
White with #2B2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F36; }
p { color: rgb(43,47,54); }
H1.HeaderClassName
{
color: #2B2F36;
}
.AnyTagClassName
{
color: #2B2F36;
}
</style>
background-color css
<style>
a { background-color: #2B2F36; }
a { background-color: rgb(43,47,54); }
div.DivClassName
{
background-color: #2B2F36;
}
.BgClassName
{
background-color: #2B2F36;
}
</style>
border-color css
<style>
span { border-color: #2B2F36; }
span { border-color: rgb(43,47,54); }
td.TdClassName
{
border-color: #2B2F36;
}
.TagClassName
{
border-color: #2B2F36;
}
</style>