Shades of Ebony #303236
Tints of Ebony #303236
RGB
CMYK
RGB Variations
Color information
#303236 (or 0x303236) is known color: Ebony. HEX triplet: 30, 32 and 36. RGB value is (48,50,54). Sum of RGB (Red+Green+Blue) = 48+50+54=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 54 - color contains mainly: blue. Hex color #303236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303236 is #CFCDC9. Grayscale: #313131. Windows color (decimal): -13618634 or 3551792. OLE color: 3551792.
HSL color Cylindrical-coordinate representation of color #303236: hue angle of 220º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303236 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 50 | 54 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.79 |
| HSL | 220º | 0.06% | 0.2% | - |
| HSV(B) | 220º | 0.11% | 0.21% | - |
| XYZ | 3.03 | 3.18 | 3.94 | - |
| YUV | 49.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 54 | 0.11 | 0.07 | 0 | 0.79 | 220 | 0.06 | 0.2 |
| Hex | 30 | 32 | 36 | B | 7 | 0 | 4F | DC | 6 | 14 |
| Octal | 60 | 62 | 66 | 13 | 7 | 0 | 117 | 334 | 6 | 24 |
| Binary | 110000 | 110010 | 110110 | 1011 | 111 | 0 | 1001111 | 11011100 | 110 | 10100 |
Color Harmonies of #303236
Complementary color
Monochromatic Colors of #303236
Black with #303236
Text Example
Text Example
White with #303236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303236; }
p { color: rgb(48,50,54); }
H1.HeaderClassName
{
color: #303236;
}
.AnyTagClassName
{
color: #303236;
}
</style>
background-color css
<style>
a { background-color: #303236; }
a { background-color: rgb(48,50,54); }
div.DivClassName
{
background-color: #303236;
}
.BgClassName
{
background-color: #303236;
}
</style>
border-color css
<style>
span { border-color: #303236; }
span { border-color: rgb(48,50,54); }
td.TdClassName
{
border-color: #303236;
}
.TagClassName
{
border-color: #303236;
}
</style>