Shades of Ebony Clay #31343C
Tints of Ebony Clay #31343C
RGB
CMYK
RGB Variations
Color information
#31343C (or 0x31343C) is known color: Ebony Clay. HEX triplet: 31, 34 and 3C. RGB value is (49,52,60). Sum of RGB (Red+Green+Blue) = 49+52+60=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #31343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31343C is #CECBC3. Grayscale: #333333. Windows color (decimal): -13552580 or 3945521. OLE color: 3945521.
HSL color Cylindrical-coordinate representation of color #31343C: hue angle of 223.64º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31343C is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 52 | 60 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.76 |
| HSL | 223.64º | 0.1% | 0.21% | - |
| HSV(B) | 223.64º | 0.18% | 0.24% | - |
| XYZ | 3.31 | 3.44 | 4.76 | - |
| YUV | 52.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 60 | 0.18 | 0.13 | 0 | 0.76 | 223.64 | 0.1 | 0.21 |
| Hex | 31 | 34 | 3C | 12 | D | 0 | 4C | E0 | A | 15 |
| Octal | 61 | 64 | 74 | 22 | 15 | 0 | 114 | 340 | 12 | 25 |
| Binary | 110001 | 110100 | 111100 | 10010 | 1101 | 0 | 1001100 | 11100000 | 1010 | 10101 |
Color Harmonies of #31343C
Complementary color
Monochromatic Colors of #31343C
Black with #31343C
Text Example
Text Example
White with #31343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31343C; }
p { color: rgb(49,52,60); }
H1.HeaderClassName
{
color: #31343C;
}
.AnyTagClassName
{
color: #31343C;
}
</style>
background-color css
<style>
a { background-color: #31343C; }
a { background-color: rgb(49,52,60); }
div.DivClassName
{
background-color: #31343C;
}
.BgClassName
{
background-color: #31343C;
}
</style>
border-color css
<style>
span { border-color: #31343C; }
span { border-color: rgb(49,52,60); }
td.TdClassName
{
border-color: #31343C;
}
.TagClassName
{
border-color: #31343C;
}
</style>