Shades of Ebony #2F3238
Tints of Ebony #2F3238
RGB
CMYK
RGB Variations
Color information
#2F3238 (or 0x2F3238) is known color: Ebony. HEX triplet: 2F, 32 and 38. RGB value is (47,50,56). Sum of RGB (Red+Green+Blue) = 47+50+56=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3238 is #D0CDC7. Grayscale: #313131. Windows color (decimal): -13684168 or 3682863. OLE color: 3682863.
HSL color Cylindrical-coordinate representation of color #2F3238: hue angle of 220º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F3238 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 50 | 56 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.78 |
| HSL | 220º | 0.09% | 0.2% | - |
| HSV(B) | 220º | 0.16% | 0.22% | - |
| XYZ | 3.03 | 3.17 | 4.19 | - |
| YUV | 49.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 56 | 0.16 | 0.11 | 0 | 0.78 | 220 | 0.09 | 0.2 |
| Hex | 2F | 32 | 38 | 10 | B | 0 | 4E | DC | 9 | 14 |
| Octal | 57 | 62 | 70 | 20 | 13 | 0 | 116 | 334 | 11 | 24 |
| Binary | 101111 | 110010 | 111000 | 10000 | 1011 | 0 | 1001110 | 11011100 | 1001 | 10100 |
Color Harmonies of #2F3238
Complementary color
Monochromatic Colors of #2F3238
Black with #2F3238
Text Example
Text Example
White with #2F3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3238; }
p { color: rgb(47,50,56); }
H1.HeaderClassName
{
color: #2F3238;
}
.AnyTagClassName
{
color: #2F3238;
}
</style>
background-color css
<style>
a { background-color: #2F3238; }
a { background-color: rgb(47,50,56); }
div.DivClassName
{
background-color: #2F3238;
}
.BgClassName
{
background-color: #2F3238;
}
</style>
border-color css
<style>
span { border-color: #2F3238; }
span { border-color: rgb(47,50,56); }
td.TdClassName
{
border-color: #2F3238;
}
.TagClassName
{
border-color: #2F3238;
}
</style>