Shades of Ebony #303134
Tints of Ebony #303134
RGB
CMYK
RGB Variations
Color information
#303134 (or 0x303134) is known color: Ebony. HEX triplet: 30, 31 and 34. RGB value is (48,49,52). Sum of RGB (Red+Green+Blue) = 48+49+52=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 52 - color contains mainly: blue. Hex color #303134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303134 is #CFCECB. Grayscale: #313131. Windows color (decimal): -13618892 or 3420464. OLE color: 3420464.
HSL color Cylindrical-coordinate representation of color #303134: hue angle of 225º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #303134 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 49 | 52 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.80 |
| HSL | 225º | 0.04% | 0.2% | - |
| HSV(B) | 225º | 0.08% | 0.2% | - |
| XYZ | 2.94 | 3.07 | 3.69 | - |
| YUV | 49.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 52 | 0.08 | 0.06 | 0 | 0.80 | 225 | 0.04 | 0.2 |
| Hex | 30 | 31 | 34 | 8 | 6 | 0 | 50 | E1 | 4 | 14 |
| Octal | 60 | 61 | 64 | 10 | 6 | 0 | 120 | 341 | 4 | 24 |
| Binary | 110000 | 110001 | 110100 | 1000 | 110 | 0 | 1010000 | 11100001 | 100 | 10100 |
Color Harmonies of #303134
Complementary color
Monochromatic Colors of #303134
Black with #303134
Text Example
Text Example
White with #303134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303134; }
p { color: rgb(48,49,52); }
H1.HeaderClassName
{
color: #303134;
}
.AnyTagClassName
{
color: #303134;
}
</style>
background-color css
<style>
a { background-color: #303134; }
a { background-color: rgb(48,49,52); }
div.DivClassName
{
background-color: #303134;
}
.BgClassName
{
background-color: #303134;
}
</style>
border-color css
<style>
span { border-color: #303134; }
span { border-color: rgb(48,49,52); }
td.TdClassName
{
border-color: #303134;
}
.TagClassName
{
border-color: #303134;
}
</style>