Shades of Melanzane #30252E
Tints of Melanzane #30252E
RGB
CMYK
RGB Variations
Color information
#30252E (or 0x30252E) is known color: Melanzane. HEX triplet: 30, 25 and 2E. RGB value is (48,37,46). Sum of RGB (Red+Green+Blue) = 48+37+46=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252E is #CFDAD1. Grayscale: #292929. Windows color (decimal): -13621970 or 3024176. OLE color: 3024176.
HSL color Cylindrical-coordinate representation of color #30252E: hue angle of 310.91º 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 #30252E is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 46 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.81 |
| HSL | 310.91º | 0.13% | 0.17% | - |
| HSV(B) | 310.91º | 0.23% | 0.19% | - |
| XYZ | 2.37 | 2.15 | 2.87 | - |
| YUV | 41.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 46 | 0 | 0.23 | 0.04 | 0.81 | 310.91 | 0.13 | 0.17 |
| Hex | 30 | 25 | 2E | 0 | 17 | 4 | 51 | 137 | D | 11 |
| Octal | 60 | 45 | 56 | 0 | 27 | 4 | 121 | 467 | 15 | 21 |
| Binary | 110000 | 100101 | 101110 | 0 | 10111 | 100 | 1010001 | 100110111 | 1101 | 10001 |
Color Harmonies of #30252E
Complementary color
Monochromatic Colors of #30252E
Black with #30252E
Text Example
Text Example
White with #30252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30252E; }
p { color: rgb(48,37,46); }
H1.HeaderClassName
{
color: #30252E;
}
.AnyTagClassName
{
color: #30252E;
}
</style>
background-color css
<style>
a { background-color: #30252E; }
a { background-color: rgb(48,37,46); }
div.DivClassName
{
background-color: #30252E;
}
.BgClassName
{
background-color: #30252E;
}
</style>
border-color css
<style>
span { border-color: #30252E; }
span { border-color: rgb(48,37,46); }
td.TdClassName
{
border-color: #30252E;
}
.TagClassName
{
border-color: #30252E;
}
</style>