Shades of Ebony #272C37
Tints of Ebony #272C37
RGB
CMYK
RGB Variations
Color information
#272C37 (or 0x272C37) is known color: Ebony. HEX triplet: 27, 2C and 37. RGB value is (39,44,55). Sum of RGB (Red+Green+Blue) = 39+44+55=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #272C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C37 is #D8D3C8. Grayscale: #2B2B2B. Windows color (decimal): -14209993 or 3615783. OLE color: 3615783.
HSL color Cylindrical-coordinate representation of color #272C37: hue angle of 221.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #272C37 is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 44 | 55 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.78 |
| HSL | 221.25º | 0.17% | 0.18% | - |
| HSV(B) | 221.25º | 0.29% | 0.22% | - |
| XYZ | 2.43 | 2.51 | 3.97 | - |
| YUV | 43.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 55 | 0.29 | 0.2 | 0 | 0.78 | 221.25 | 0.17 | 0.18 |
| Hex | 27 | 2C | 37 | 1D | 14 | 0 | 4E | DD | 11 | 12 |
| Octal | 47 | 54 | 67 | 35 | 24 | 0 | 116 | 335 | 21 | 22 |
| Binary | 100111 | 101100 | 110111 | 11101 | 10100 | 0 | 1001110 | 11011101 | 10001 | 10010 |
Color Harmonies of #272C37
Complementary color
Monochromatic Colors of #272C37
Black with #272C37
Text Example
Text Example
White with #272C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C37; }
p { color: rgb(39,44,55); }
H1.HeaderClassName
{
color: #272C37;
}
.AnyTagClassName
{
color: #272C37;
}
</style>
background-color css
<style>
a { background-color: #272C37; }
a { background-color: rgb(39,44,55); }
div.DivClassName
{
background-color: #272C37;
}
.BgClassName
{
background-color: #272C37;
}
</style>
border-color css
<style>
span { border-color: #272C37; }
span { border-color: rgb(39,44,55); }
td.TdClassName
{
border-color: #272C37;
}
.TagClassName
{
border-color: #272C37;
}
</style>