Shades of Melanzane #30202A
Tints of Melanzane #30202A
RGB
CMYK
RGB Variations
Color information
#30202A (or 0x30202A) is known color: Melanzane. HEX triplet: 30, 20 and 2A. RGB value is (48,32,42). Sum of RGB (Red+Green+Blue) = 48+32+42=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #30202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202A is #CFDFD5. Grayscale: #252525. Windows color (decimal): -13623254 or 2760752. OLE color: 2760752.
HSL color Cylindrical-coordinate representation of color #30202A: hue angle of 322.5º 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 #30202A is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 42 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.81 |
| HSL | 322.5º | 0.2% | 0.16% | - |
| HSV(B) | 322.5º | 0.33% | 0.19% | - |
| XYZ | 2.15 | 1.83 | 2.43 | - |
| YUV | 37.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 42 | 0 | 0.33 | 0.13 | 0.81 | 322.5 | 0.2 | 0.16 |
| Hex | 30 | 20 | 2A | 0 | 21 | D | 51 | 142 | 14 | 10 |
| Octal | 60 | 40 | 52 | 0 | 41 | 15 | 121 | 502 | 24 | 20 |
| Binary | 110000 | 100000 | 101010 | 0 | 100001 | 1101 | 1010001 | 101000010 | 10100 | 10000 |
Color Harmonies of #30202A
Complementary color
Monochromatic Colors of #30202A
Black with #30202A
Text Example
Text Example
White with #30202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30202A; }
p { color: rgb(48,32,42); }
H1.HeaderClassName
{
color: #30202A;
}
.AnyTagClassName
{
color: #30202A;
}
</style>
background-color css
<style>
a { background-color: #30202A; }
a { background-color: rgb(48,32,42); }
div.DivClassName
{
background-color: #30202A;
}
.BgClassName
{
background-color: #30202A;
}
</style>
border-color css
<style>
span { border-color: #30202A; }
span { border-color: rgb(48,32,42); }
td.TdClassName
{
border-color: #30202A;
}
.TagClassName
{
border-color: #30202A;
}
</style>