Shades of Ebony #303133
Tints of Ebony #303133
RGB
CMYK
RGB Variations
Color information
#303133 (or 0x303133) is known color: Ebony. HEX triplet: 30, 31 and 33. RGB value is (48,49,51). Sum of RGB (Red+Green+Blue) = 48+49+51=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 51 - color contains mainly: blue. Hex color #303133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303133 is #CFCECC. Grayscale: #303030. Windows color (decimal): -13618893 or 3354928. OLE color: 3354928.
HSL color Cylindrical-coordinate representation of color #303133: hue angle of 220º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #303133 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 49 | 51 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.8 |
| HSL | 220º | 0.03% | 0.19% | - |
| HSV(B) | 220º | 0.06% | 0.2% | - |
| XYZ | 2.91 | 3.06 | 3.57 | - |
| YUV | 48.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 51 | 0.06 | 0.04 | 0 | 0.8 | 220 | 0.03 | 0.19 |
| Hex | 30 | 31 | 33 | 6 | 4 | 0 | 50 | DC | 3 | 13 |
| Octal | 60 | 61 | 63 | 6 | 4 | 0 | 120 | 334 | 3 | 23 |
| Binary | 110000 | 110001 | 110011 | 110 | 100 | 0 | 1010000 | 11011100 | 11 | 10011 |
Color Harmonies of #303133
Complementary color
Monochromatic Colors of #303133
Black with #303133
Text Example
Text Example
White with #303133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303133; }
p { color: rgb(48,49,51); }
H1.HeaderClassName
{
color: #303133;
}
.AnyTagClassName
{
color: #303133;
}
</style>
background-color css
<style>
a { background-color: #303133; }
a { background-color: rgb(48,49,51); }
div.DivClassName
{
background-color: #303133;
}
.BgClassName
{
background-color: #303133;
}
</style>
border-color css
<style>
span { border-color: #303133; }
span { border-color: rgb(48,49,51); }
td.TdClassName
{
border-color: #303133;
}
.TagClassName
{
border-color: #303133;
}
</style>