Shades of Ebony Clay #31333B
Tints of Ebony Clay #31333B
RGB
CMYK
RGB Variations
Color information
#31333B (or 0x31333B) is known color: Ebony Clay. HEX triplet: 31, 33 and 3B. RGB value is (49,51,59). Sum of RGB (Red+Green+Blue) = 49+51+59=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #31333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31333B is #CECCC4. Grayscale: #333333. Windows color (decimal): -13552837 or 3879729. OLE color: 3879729.
HSL color Cylindrical-coordinate representation of color #31333B: hue angle of 228º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31333B is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 51 | 59 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.77 |
| HSL | 228º | 0.09% | 0.21% | - |
| HSV(B) | 228º | 0.17% | 0.23% | - |
| XYZ | 3.24 | 3.34 | 4.61 | - |
| YUV | 51.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 59 | 0.17 | 0.14 | 0 | 0.77 | 228 | 0.09 | 0.21 |
| Hex | 31 | 33 | 3B | 11 | E | 0 | 4D | E4 | 9 | 15 |
| Octal | 61 | 63 | 73 | 21 | 16 | 0 | 115 | 344 | 11 | 25 |
| Binary | 110001 | 110011 | 111011 | 10001 | 1110 | 0 | 1001101 | 11100100 | 1001 | 10101 |
Color Harmonies of #31333B
Complementary color
Monochromatic Colors of #31333B
Black with #31333B
Text Example
Text Example
White with #31333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31333B; }
p { color: rgb(49,51,59); }
H1.HeaderClassName
{
color: #31333B;
}
.AnyTagClassName
{
color: #31333B;
}
</style>
background-color css
<style>
a { background-color: #31333B; }
a { background-color: rgb(49,51,59); }
div.DivClassName
{
background-color: #31333B;
}
.BgClassName
{
background-color: #31333B;
}
</style>
border-color css
<style>
span { border-color: #31333B; }
span { border-color: rgb(49,51,59); }
td.TdClassName
{
border-color: #31333B;
}
.TagClassName
{
border-color: #31333B;
}
</style>