Shades of Ebony Clay #2C333F
Tints of Ebony Clay #2C333F
RGB
CMYK
RGB Variations
Color information
#2C333F (or 0x2C333F) is known color: Ebony Clay. HEX triplet: 2C, 33 and 3F. RGB value is (44,51,63). Sum of RGB (Red+Green+Blue) = 44+51+63=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C333F is #D3CCC0. Grayscale: #323232. Windows color (decimal): -13880513 or 4141868. OLE color: 4141868.
HSL color Cylindrical-coordinate representation of color #2C333F: hue angle of 217.89º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C333F is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 51 | 63 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.75 |
| HSL | 217.89º | 0.18% | 0.21% | - |
| HSV(B) | 217.89º | 0.3% | 0.25% | - |
| XYZ | 3.12 | 3.26 | 5.17 | - |
| YUV | 50.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 63 | 0.30 | 0.19 | 0 | 0.75 | 217.89 | 0.18 | 0.21 |
| Hex | 2C | 33 | 3F | 1E | 13 | 0 | 4B | DA | 12 | 15 |
| Octal | 54 | 63 | 77 | 36 | 23 | 0 | 113 | 332 | 22 | 25 |
| Binary | 101100 | 110011 | 111111 | 11110 | 10011 | 0 | 1001011 | 11011010 | 10010 | 10101 |
Color Harmonies of #2C333F
Complementary color
Monochromatic Colors of #2C333F
Black with #2C333F
Text Example
Text Example
White with #2C333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C333F; }
p { color: rgb(44,51,63); }
H1.HeaderClassName
{
color: #2C333F;
}
.AnyTagClassName
{
color: #2C333F;
}
</style>
background-color css
<style>
a { background-color: #2C333F; }
a { background-color: rgb(44,51,63); }
div.DivClassName
{
background-color: #2C333F;
}
.BgClassName
{
background-color: #2C333F;
}
</style>
border-color css
<style>
span { border-color: #2C333F; }
span { border-color: rgb(44,51,63); }
td.TdClassName
{
border-color: #2C333F;
}
.TagClassName
{
border-color: #2C333F;
}
</style>