Shades of Ebony #2B323E
Tints of Ebony #2B323E
RGB
CMYK
RGB Variations
Color information
#2B323E (or 0x2B323E) is known color: Ebony. HEX triplet: 2B, 32 and 3E. RGB value is (43,50,62). Sum of RGB (Red+Green+Blue) = 43+50+62=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B323E is #D4CDC1. Grayscale: #313131. Windows color (decimal): -13946306 or 4076075. OLE color: 4076075.
HSL color Cylindrical-coordinate representation of color #2B323E: hue angle of 217.89º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B323E is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 50 | 62 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.76 |
| HSL | 217.89º | 0.18% | 0.21% | - |
| HSV(B) | 217.89º | 0.31% | 0.24% | - |
| XYZ | 3.01 | 3.14 | 5.01 | - |
| YUV | 49.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 62 | 0.31 | 0.19 | 0 | 0.76 | 217.89 | 0.18 | 0.21 |
| Hex | 2B | 32 | 3E | 1F | 13 | 0 | 4C | DA | 12 | 15 |
| Octal | 53 | 62 | 76 | 37 | 23 | 0 | 114 | 332 | 22 | 25 |
| Binary | 101011 | 110010 | 111110 | 11111 | 10011 | 0 | 1001100 | 11011010 | 10010 | 10101 |
Color Harmonies of #2B323E
Complementary color
Monochromatic Colors of #2B323E
Black with #2B323E
Text Example
Text Example
White with #2B323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B323E; }
p { color: rgb(43,50,62); }
H1.HeaderClassName
{
color: #2B323E;
}
.AnyTagClassName
{
color: #2B323E;
}
</style>
background-color css
<style>
a { background-color: #2B323E; }
a { background-color: rgb(43,50,62); }
div.DivClassName
{
background-color: #2B323E;
}
.BgClassName
{
background-color: #2B323E;
}
</style>
border-color css
<style>
span { border-color: #2B323E; }
span { border-color: rgb(43,50,62); }
td.TdClassName
{
border-color: #2B323E;
}
.TagClassName
{
border-color: #2B323E;
}
</style>