Shades of Melanzane #30202D
Tints of Melanzane #30202D
RGB
CMYK
RGB Variations
Color information
#30202D (or 0x30202D) is known color: Melanzane. HEX triplet: 30, 20 and 2D. RGB value is (48,32,45). Sum of RGB (Red+Green+Blue) = 48+32+45=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #30202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202D is #CFDFD2. Grayscale: #262626. Windows color (decimal): -13623251 or 2957360. OLE color: 2957360.
HSL color Cylindrical-coordinate representation of color #30202D: hue angle of 311.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30202D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 45 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.81 |
| HSL | 311.25º | 0.2% | 0.16% | - |
| HSV(B) | 311.25º | 0.33% | 0.19% | - |
| XYZ | 2.21 | 1.85 | 2.72 | - |
| YUV | 38.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 45 | 0 | 0.33 | 0.06 | 0.81 | 311.25 | 0.2 | 0.16 |
| Hex | 30 | 20 | 2D | 0 | 21 | 6 | 51 | 137 | 14 | 10 |
| Octal | 60 | 40 | 55 | 0 | 41 | 6 | 121 | 467 | 24 | 20 |
| Binary | 110000 | 100000 | 101101 | 0 | 100001 | 110 | 1010001 | 100110111 | 10100 | 10000 |
Color Harmonies of #30202D
Complementary color
Monochromatic Colors of #30202D
Black with #30202D
Text Example
Text Example
White with #30202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30202D; }
p { color: rgb(48,32,45); }
H1.HeaderClassName
{
color: #30202D;
}
.AnyTagClassName
{
color: #30202D;
}
</style>
background-color css
<style>
a { background-color: #30202D; }
a { background-color: rgb(48,32,45); }
div.DivClassName
{
background-color: #30202D;
}
.BgClassName
{
background-color: #30202D;
}
</style>
border-color css
<style>
span { border-color: #30202D; }
span { border-color: rgb(48,32,45); }
td.TdClassName
{
border-color: #30202D;
}
.TagClassName
{
border-color: #30202D;
}
</style>