Shades of Ebony #303237
Tints of Ebony #303237
RGB
CMYK
RGB Variations
Color information
#303237 (or 0x303237) is known color: Ebony. HEX triplet: 30, 32 and 37. RGB value is (48,50,55). Sum of RGB (Red+Green+Blue) = 48+50+55=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 55 - color contains mainly: blue. Hex color #303237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303237 is #CFCDC8. Grayscale: #313131. Windows color (decimal): -13618633 or 3617328. OLE color: 3617328.
HSL color Cylindrical-coordinate representation of color #303237: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #303237 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 50 | 55 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.78 |
| HSL | 222.86º | 0.07% | 0.2% | - |
| HSV(B) | 222.86º | 0.13% | 0.22% | - |
| XYZ | 3.05 | 3.19 | 4.07 | - |
| YUV | 49.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 55 | 0.13 | 0.09 | 0 | 0.78 | 222.86 | 0.07 | 0.2 |
| Hex | 30 | 32 | 37 | D | 9 | 0 | 4E | DF | 7 | 14 |
| Octal | 60 | 62 | 67 | 15 | 11 | 0 | 116 | 337 | 7 | 24 |
| Binary | 110000 | 110010 | 110111 | 1101 | 1001 | 0 | 1001110 | 11011111 | 111 | 10100 |
Color Harmonies of #303237
Complementary color
Monochromatic Colors of #303237
Black with #303237
Text Example
Text Example
White with #303237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303237; }
p { color: rgb(48,50,55); }
H1.HeaderClassName
{
color: #303237;
}
.AnyTagClassName
{
color: #303237;
}
</style>
background-color css
<style>
a { background-color: #303237; }
a { background-color: rgb(48,50,55); }
div.DivClassName
{
background-color: #303237;
}
.BgClassName
{
background-color: #303237;
}
</style>
border-color css
<style>
span { border-color: #303237; }
span { border-color: rgb(48,50,55); }
td.TdClassName
{
border-color: #303237;
}
.TagClassName
{
border-color: #303237;
}
</style>