Shades of Ebony #2B2F37
Tints of Ebony #2B2F37
RGB
CMYK
RGB Variations
Color information
#2B2F37 (or 0x2B2F37) is known color: Ebony. HEX triplet: 2B, 2F and 37. RGB value is (43,47,55). Sum of RGB (Red+Green+Blue) = 43+47+55=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F37 is #D4D0C8. Grayscale: #2E2E2E. Windows color (decimal): -13947081 or 3616555. OLE color: 3616555.
HSL color Cylindrical-coordinate representation of color #2B2F37: hue angle of 220º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B2F37 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 47 | 55 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.78 |
| HSL | 220º | 0.12% | 0.19% | - |
| HSV(B) | 220º | 0.22% | 0.22% | - |
| XYZ | 2.7 | 2.82 | 4.02 | - |
| YUV | 46.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 55 | 0.22 | 0.15 | 0 | 0.78 | 220 | 0.12 | 0.19 |
| Hex | 2B | 2F | 37 | 16 | F | 0 | 4E | DC | C | 13 |
| Octal | 53 | 57 | 67 | 26 | 17 | 0 | 116 | 334 | 14 | 23 |
| Binary | 101011 | 101111 | 110111 | 10110 | 1111 | 0 | 1001110 | 11011100 | 1100 | 10011 |
Color Harmonies of #2B2F37
Complementary color
Monochromatic Colors of #2B2F37
Black with #2B2F37
Text Example
Text Example
White with #2B2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F37; }
p { color: rgb(43,47,55); }
H1.HeaderClassName
{
color: #2B2F37;
}
.AnyTagClassName
{
color: #2B2F37;
}
</style>
background-color css
<style>
a { background-color: #2B2F37; }
a { background-color: rgb(43,47,55); }
div.DivClassName
{
background-color: #2B2F37;
}
.BgClassName
{
background-color: #2B2F37;
}
</style>
border-color css
<style>
span { border-color: #2B2F37; }
span { border-color: rgb(43,47,55); }
td.TdClassName
{
border-color: #2B2F37;
}
.TagClassName
{
border-color: #2B2F37;
}
</style>