Shades of Ebony #2B303E
Tints of Ebony #2B303E
RGB
CMYK
RGB Variations
Color information
#2B303E (or 0x2B303E) is known color: Ebony. HEX triplet: 2B, 30 and 3E. RGB value is (43,48,62). Sum of RGB (Red+Green+Blue) = 43+48+62=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B303E is #D4CFC1. Grayscale: #303030. Windows color (decimal): -13946818 or 4075563. OLE color: 4075563.
HSL color Cylindrical-coordinate representation of color #2B303E: hue angle of 224.21º 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 #2B303E is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 48 | 62 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.76 |
| HSL | 224.21º | 0.18% | 0.21% | - |
| HSV(B) | 224.21º | 0.31% | 0.24% | - |
| XYZ | 2.92 | 2.98 | 4.98 | - |
| YUV | 48.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 62 | 0.31 | 0.23 | 0 | 0.76 | 224.21 | 0.18 | 0.21 |
| Hex | 2B | 30 | 3E | 1F | 17 | 0 | 4C | E0 | 12 | 15 |
| Octal | 53 | 60 | 76 | 37 | 27 | 0 | 114 | 340 | 22 | 25 |
| Binary | 101011 | 110000 | 111110 | 11111 | 10111 | 0 | 1001100 | 11100000 | 10010 | 10101 |
Color Harmonies of #2B303E
Complementary color
Monochromatic Colors of #2B303E
Black with #2B303E
Text Example
Text Example
White with #2B303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B303E; }
p { color: rgb(43,48,62); }
H1.HeaderClassName
{
color: #2B303E;
}
.AnyTagClassName
{
color: #2B303E;
}
</style>
background-color css
<style>
a { background-color: #2B303E; }
a { background-color: rgb(43,48,62); }
div.DivClassName
{
background-color: #2B303E;
}
.BgClassName
{
background-color: #2B303E;
}
</style>
border-color css
<style>
span { border-color: #2B303E; }
span { border-color: rgb(43,48,62); }
td.TdClassName
{
border-color: #2B303E;
}
.TagClassName
{
border-color: #2B303E;
}
</style>