Shades of Melanzane #30182A
Tints of Melanzane #30182A
RGB
CMYK
RGB Variations
Color information
#30182A (or 0x30182A) is known color: Melanzane. HEX triplet: 30, 18 and 2A. RGB value is (48,24,42). Sum of RGB (Red+Green+Blue) = 48+24+42=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182A is #CFE7D5. Grayscale: #212121. Windows color (decimal): -13625302 or 2758704. OLE color: 2758704.
HSL color Cylindrical-coordinate representation of color #30182A: hue angle of 315º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30182A is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 42 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.81 |
| HSL | 315º | 0.33% | 0.14% | - |
| HSV(B) | 315º | 0.5% | 0.19% | - |
| XYZ | 1.96 | 1.45 | 2.37 | - |
| YUV | 33.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 42 | 0 | 0.5 | 0.13 | 0.81 | 315 | 0.33 | 0.14 |
| Hex | 30 | 18 | 2A | 0 | 32 | D | 51 | 13B | 21 | E |
| Octal | 60 | 30 | 52 | 0 | 62 | 15 | 121 | 473 | 41 | 16 |
| Binary | 110000 | 11000 | 101010 | 0 | 110010 | 1101 | 1010001 | 100111011 | 100001 | 1110 |
Color Harmonies of #30182A
Complementary color
Monochromatic Colors of #30182A
Black with #30182A
Text Example
Text Example
White with #30182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30182A; }
p { color: rgb(48,24,42); }
H1.HeaderClassName
{
color: #30182A;
}
.AnyTagClassName
{
color: #30182A;
}
</style>
background-color css
<style>
a { background-color: #30182A; }
a { background-color: rgb(48,24,42); }
div.DivClassName
{
background-color: #30182A;
}
.BgClassName
{
background-color: #30182A;
}
</style>
border-color css
<style>
span { border-color: #30182A; }
span { border-color: rgb(48,24,42); }
td.TdClassName
{
border-color: #30182A;
}
.TagClassName
{
border-color: #30182A;
}
</style>