Shades of Melanzane #30252C
Tints of Melanzane #30252C
RGB
CMYK
RGB Variations
Color information
#30252C (or 0x30252C) is known color: Melanzane. HEX triplet: 30, 25 and 2C. RGB value is (48,37,44). Sum of RGB (Red+Green+Blue) = 48+37+44=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #30252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252C is #CFDAD3. Grayscale: #292929. Windows color (decimal): -13621972 or 2893104. OLE color: 2893104.
HSL color Cylindrical-coordinate representation of color #30252C: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30252C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 44 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.81 |
| HSL | 321.82º | 0.13% | 0.17% | - |
| HSV(B) | 321.82º | 0.23% | 0.19% | - |
| XYZ | 2.34 | 2.13 | 2.67 | - |
| YUV | 41.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 44 | 0 | 0.23 | 0.08 | 0.81 | 321.82 | 0.13 | 0.17 |
| Hex | 30 | 25 | 2C | 0 | 17 | 8 | 51 | 142 | D | 11 |
| Octal | 60 | 45 | 54 | 0 | 27 | 10 | 121 | 502 | 15 | 21 |
| Binary | 110000 | 100101 | 101100 | 0 | 10111 | 1000 | 1010001 | 101000010 | 1101 | 10001 |
Color Harmonies of #30252C
Complementary color
Monochromatic Colors of #30252C
Black with #30252C
Text Example
Text Example
White with #30252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30252C; }
p { color: rgb(48,37,44); }
H1.HeaderClassName
{
color: #30252C;
}
.AnyTagClassName
{
color: #30252C;
}
</style>
background-color css
<style>
a { background-color: #30252C; }
a { background-color: rgb(48,37,44); }
div.DivClassName
{
background-color: #30252C;
}
.BgClassName
{
background-color: #30252C;
}
</style>
border-color css
<style>
span { border-color: #30252C; }
span { border-color: rgb(48,37,44); }
td.TdClassName
{
border-color: #30252C;
}
.TagClassName
{
border-color: #30252C;
}
</style>