Shades of Ebony #272E3B
Tints of Ebony #272E3B
RGB
CMYK
RGB Variations
Color information
#272E3B (or 0x272E3B) is known color: Ebony. HEX triplet: 27, 2E and 3B. RGB value is (39,46,59). Sum of RGB (Red+Green+Blue) = 39+46+59=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #272E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E3B is #D8D1C4. Grayscale: #2D2D2D. Windows color (decimal): -14209477 or 3878439. OLE color: 3878439.
HSL color Cylindrical-coordinate representation of color #272E3B: hue angle of 219º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #272E3B is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 46 | 59 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.77 |
| HSL | 219º | 0.2% | 0.19% | - |
| HSV(B) | 219º | 0.34% | 0.23% | - |
| XYZ | 2.6 | 2.7 | 4.52 | - |
| YUV | 45.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 59 | 0.34 | 0.22 | 0 | 0.77 | 219 | 0.2 | 0.19 |
| Hex | 27 | 2E | 3B | 22 | 16 | 0 | 4D | DB | 14 | 13 |
| Octal | 47 | 56 | 73 | 42 | 26 | 0 | 115 | 333 | 24 | 23 |
| Binary | 100111 | 101110 | 111011 | 100010 | 10110 | 0 | 1001101 | 11011011 | 10100 | 10011 |
Color Harmonies of #272E3B
Complementary color
Monochromatic Colors of #272E3B
Black with #272E3B
Text Example
Text Example
White with #272E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E3B; }
p { color: rgb(39,46,59); }
H1.HeaderClassName
{
color: #272E3B;
}
.AnyTagClassName
{
color: #272E3B;
}
</style>
background-color css
<style>
a { background-color: #272E3B; }
a { background-color: rgb(39,46,59); }
div.DivClassName
{
background-color: #272E3B;
}
.BgClassName
{
background-color: #272E3B;
}
</style>
border-color css
<style>
span { border-color: #272E3B; }
span { border-color: rgb(39,46,59); }
td.TdClassName
{
border-color: #272E3B;
}
.TagClassName
{
border-color: #272E3B;
}
</style>