Shades of Ebony #303235
Tints of Ebony #303235
RGB
CMYK
RGB Variations
Color information
#303235 (or 0x303235) is known color: Ebony. HEX triplet: 30, 32 and 35. RGB value is (48,50,53). Sum of RGB (Red+Green+Blue) = 48+50+53=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 53 - color contains mainly: blue. Hex color #303235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303235 is #CFCDCA. Grayscale: #313131. Windows color (decimal): -13618635 or 3486256. OLE color: 3486256.
HSL color Cylindrical-coordinate representation of color #303235: hue angle of 216º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303235 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 50 | 53 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.79 |
| HSL | 216º | 0.05% | 0.2% | - |
| HSV(B) | 216º | 0.09% | 0.21% | - |
| XYZ | 3 | 3.17 | 3.82 | - |
| YUV | 49.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 53 | 0.09 | 0.06 | 0 | 0.79 | 216 | 0.05 | 0.2 |
| Hex | 30 | 32 | 35 | 9 | 6 | 0 | 4F | D8 | 5 | 14 |
| Octal | 60 | 62 | 65 | 11 | 6 | 0 | 117 | 330 | 5 | 24 |
| Binary | 110000 | 110010 | 110101 | 1001 | 110 | 0 | 1001111 | 11011000 | 101 | 10100 |
Color Harmonies of #303235
Complementary color
Monochromatic Colors of #303235
Black with #303235
Text Example
Text Example
White with #303235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303235; }
p { color: rgb(48,50,53); }
H1.HeaderClassName
{
color: #303235;
}
.AnyTagClassName
{
color: #303235;
}
</style>
background-color css
<style>
a { background-color: #303235; }
a { background-color: rgb(48,50,53); }
div.DivClassName
{
background-color: #303235;
}
.BgClassName
{
background-color: #303235;
}
</style>
border-color css
<style>
span { border-color: #303235; }
span { border-color: rgb(48,50,53); }
td.TdClassName
{
border-color: #303235;
}
.TagClassName
{
border-color: #303235;
}
</style>