Shades of Melanzane #30242C
Tints of Melanzane #30242C
RGB
CMYK
RGB Variations
Color information
#30242C (or 0x30242C) is known color: Melanzane. HEX triplet: 30, 24 and 2C. RGB value is (48,36,44). Sum of RGB (Red+Green+Blue) = 48+36+44=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #30242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242C is #CFDBD3. Grayscale: #282828. Windows color (decimal): -13622228 or 2892848. OLE color: 2892848.
HSL color Cylindrical-coordinate representation of color #30242C: hue angle of 320º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30242C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 44 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.81 |
| HSL | 320º | 0.14% | 0.16% | - |
| HSV(B) | 320º | 0.25% | 0.19% | - |
| XYZ | 2.3 | 2.07 | 2.66 | - |
| YUV | 40.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 44 | 0 | 0.25 | 0.08 | 0.81 | 320 | 0.14 | 0.16 |
| Hex | 30 | 24 | 2C | 0 | 19 | 8 | 51 | 140 | E | 10 |
| Octal | 60 | 44 | 54 | 0 | 31 | 10 | 121 | 500 | 16 | 20 |
| Binary | 110000 | 100100 | 101100 | 0 | 11001 | 1000 | 1010001 | 101000000 | 1110 | 10000 |
Color Harmonies of #30242C
Complementary color
Monochromatic Colors of #30242C
Black with #30242C
Text Example
Text Example
White with #30242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30242C; }
p { color: rgb(48,36,44); }
H1.HeaderClassName
{
color: #30242C;
}
.AnyTagClassName
{
color: #30242C;
}
</style>
background-color css
<style>
a { background-color: #30242C; }
a { background-color: rgb(48,36,44); }
div.DivClassName
{
background-color: #30242C;
}
.BgClassName
{
background-color: #30242C;
}
</style>
border-color css
<style>
span { border-color: #30242C; }
span { border-color: rgb(48,36,44); }
td.TdClassName
{
border-color: #30242C;
}
.TagClassName
{
border-color: #30242C;
}
</style>