Shades of Ebony Clay #30333B
Tints of Ebony Clay #30333B
RGB
CMYK
RGB Variations
Color information
#30333B (or 0x30333B) is known color: Ebony Clay. HEX triplet: 30, 33 and 3B. RGB value is (48,51,59). Sum of RGB (Red+Green+Blue) = 48+51+59=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #30333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30333B is #CFCCC4. Grayscale: #323232. Windows color (decimal): -13618373 or 3879728. OLE color: 3879728.
HSL color Cylindrical-coordinate representation of color #30333B: hue angle of 223.64º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30333B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 51 | 59 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.77 |
| HSL | 223.64º | 0.1% | 0.21% | - |
| HSV(B) | 223.64º | 0.19% | 0.23% | - |
| XYZ | 3.19 | 3.31 | 4.61 | - |
| YUV | 51.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 59 | 0.19 | 0.14 | 0 | 0.77 | 223.64 | 0.1 | 0.21 |
| Hex | 30 | 33 | 3B | 13 | E | 0 | 4D | E0 | A | 15 |
| Octal | 60 | 63 | 73 | 23 | 16 | 0 | 115 | 340 | 12 | 25 |
| Binary | 110000 | 110011 | 111011 | 10011 | 1110 | 0 | 1001101 | 11100000 | 1010 | 10101 |
Color Harmonies of #30333B
Complementary color
Monochromatic Colors of #30333B
Black with #30333B
Text Example
Text Example
White with #30333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30333B; }
p { color: rgb(48,51,59); }
H1.HeaderClassName
{
color: #30333B;
}
.AnyTagClassName
{
color: #30333B;
}
</style>
background-color css
<style>
a { background-color: #30333B; }
a { background-color: rgb(48,51,59); }
div.DivClassName
{
background-color: #30333B;
}
.BgClassName
{
background-color: #30333B;
}
</style>
border-color css
<style>
span { border-color: #30333B; }
span { border-color: rgb(48,51,59); }
td.TdClassName
{
border-color: #30333B;
}
.TagClassName
{
border-color: #30333B;
}
</style>