Shades of Ebony #2B323F
Tints of Ebony #2B323F
RGB
CMYK
RGB Variations
Color information
#2B323F (or 0x2B323F) is known color: Ebony. HEX triplet: 2B, 32 and 3F. RGB value is (43,50,63). Sum of RGB (Red+Green+Blue) = 43+50+63=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B323F is #D4CDC0. Grayscale: #313131. Windows color (decimal): -13946305 or 4141611. OLE color: 4141611.
HSL color Cylindrical-coordinate representation of color #2B323F: hue angle of 219º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B323F is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 50 | 63 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.75 |
| HSL | 219º | 0.19% | 0.21% | - |
| HSV(B) | 219º | 0.32% | 0.25% | - |
| XYZ | 3.03 | 3.15 | 5.15 | - |
| YUV | 49.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 63 | 0.32 | 0.21 | 0 | 0.75 | 219 | 0.19 | 0.21 |
| Hex | 2B | 32 | 3F | 20 | 15 | 0 | 4B | DB | 13 | 15 |
| Octal | 53 | 62 | 77 | 40 | 25 | 0 | 113 | 333 | 23 | 25 |
| Binary | 101011 | 110010 | 111111 | 100000 | 10101 | 0 | 1001011 | 11011011 | 10011 | 10101 |
Color Harmonies of #2B323F
Complementary color
Monochromatic Colors of #2B323F
Black with #2B323F
Text Example
Text Example
White with #2B323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B323F; }
p { color: rgb(43,50,63); }
H1.HeaderClassName
{
color: #2B323F;
}
.AnyTagClassName
{
color: #2B323F;
}
</style>
background-color css
<style>
a { background-color: #2B323F; }
a { background-color: rgb(43,50,63); }
div.DivClassName
{
background-color: #2B323F;
}
.BgClassName
{
background-color: #2B323F;
}
</style>
border-color css
<style>
span { border-color: #2B323F; }
span { border-color: rgb(43,50,63); }
td.TdClassName
{
border-color: #2B323F;
}
.TagClassName
{
border-color: #2B323F;
}
</style>