Shades of Melanzane #30272C
Tints of Melanzane #30272C
RGB
CMYK
RGB Variations
Color information
#30272C (or 0x30272C) is known color: Melanzane. HEX triplet: 30, 27 and 2C. RGB value is (48,39,44). Sum of RGB (Red+Green+Blue) = 48+39+44=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30272C is #CFD8D3. Grayscale: #2A2A2A. Windows color (decimal): -13621460 or 2893616. OLE color: 2893616.
HSL color Cylindrical-coordinate representation of color #30272C: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30272C is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 39 | 44 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.81 |
| HSL | 326.67º | 0.1% | 0.17% | - |
| HSV(B) | 326.67º | 0.19% | 0.19% | - |
| XYZ | 2.4 | 2.26 | 2.69 | - |
| YUV | 42.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 44 | 0 | 0.19 | 0.08 | 0.81 | 326.67 | 0.1 | 0.17 |
| Hex | 30 | 27 | 2C | 0 | 13 | 8 | 51 | 147 | A | 11 |
| Octal | 60 | 47 | 54 | 0 | 23 | 10 | 121 | 507 | 12 | 21 |
| Binary | 110000 | 100111 | 101100 | 0 | 10011 | 1000 | 1010001 | 101000111 | 1010 | 10001 |
Color Harmonies of #30272C
Complementary color
Monochromatic Colors of #30272C
Black with #30272C
Text Example
Text Example
White with #30272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30272C; }
p { color: rgb(48,39,44); }
H1.HeaderClassName
{
color: #30272C;
}
.AnyTagClassName
{
color: #30272C;
}
</style>
background-color css
<style>
a { background-color: #30272C; }
a { background-color: rgb(48,39,44); }
div.DivClassName
{
background-color: #30272C;
}
.BgClassName
{
background-color: #30272C;
}
</style>
border-color css
<style>
span { border-color: #30272C; }
span { border-color: rgb(48,39,44); }
td.TdClassName
{
border-color: #30272C;
}
.TagClassName
{
border-color: #30272C;
}
</style>