Shades of Ebony #2F3338
Tints of Ebony #2F3338
RGB
CMYK
RGB Variations
Color information
#2F3338 (or 0x2F3338) is known color: Ebony. HEX triplet: 2F, 33 and 38. RGB value is (47,51,56). Sum of RGB (Red+Green+Blue) = 47+51+56=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3338 is #D0CCC7. Grayscale: #323232. Windows color (decimal): -13683912 or 3683119. OLE color: 3683119.
HSL color Cylindrical-coordinate representation of color #2F3338: hue angle of 213.33º 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 #2F3338 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 51 | 56 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.78 |
| HSL | 213.33º | 0.09% | 0.2% | - |
| HSV(B) | 213.33º | 0.16% | 0.22% | - |
| XYZ | 3.07 | 3.26 | 4.21 | - |
| YUV | 50.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 56 | 0.16 | 0.09 | 0 | 0.78 | 213.33 | 0.09 | 0.2 |
| Hex | 2F | 33 | 38 | 10 | 9 | 0 | 4E | D5 | 9 | 14 |
| Octal | 57 | 63 | 70 | 20 | 11 | 0 | 116 | 325 | 11 | 24 |
| Binary | 101111 | 110011 | 111000 | 10000 | 1001 | 0 | 1001110 | 11010101 | 1001 | 10100 |
Color Harmonies of #2F3338
Complementary color
Monochromatic Colors of #2F3338
Black with #2F3338
Text Example
Text Example
White with #2F3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3338; }
p { color: rgb(47,51,56); }
H1.HeaderClassName
{
color: #2F3338;
}
.AnyTagClassName
{
color: #2F3338;
}
</style>
background-color css
<style>
a { background-color: #2F3338; }
a { background-color: rgb(47,51,56); }
div.DivClassName
{
background-color: #2F3338;
}
.BgClassName
{
background-color: #2F3338;
}
</style>
border-color css
<style>
span { border-color: #2F3338; }
span { border-color: rgb(47,51,56); }
td.TdClassName
{
border-color: #2F3338;
}
.TagClassName
{
border-color: #2F3338;
}
</style>