Shades of Melanzane #30132A
Tints of Melanzane #30132A
RGB
CMYK
RGB Variations
Color information
#30132A (or 0x30132A) is known color: Melanzane. HEX triplet: 30, 13 and 2A. RGB value is (48,19,42). Sum of RGB (Red+Green+Blue) = 48+19+42=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132A is #CFECD5. Grayscale: #1E1E1E. Windows color (decimal): -13626582 or 2757424. OLE color: 2757424.
HSL color Cylindrical-coordinate representation of color #30132A: hue angle of 312.41º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 42 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.81 |
| HSL | 312.41º | 0.43% | 0.13% | - |
| HSV(B) | 312.41º | 0.6% | 0.19% | - |
| XYZ | 1.87 | 1.26 | 2.34 | - |
| YUV | 30.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 42 | 0 | 0.60 | 0.13 | 0.81 | 312.41 | 0.43 | 0.13 |
| Hex | 30 | 13 | 2A | 0 | 3C | D | 51 | 138 | 2B | D |
| Octal | 60 | 23 | 52 | 0 | 74 | 15 | 121 | 470 | 53 | 15 |
| Binary | 110000 | 10011 | 101010 | 0 | 111100 | 1101 | 1010001 | 100111000 | 101011 | 1101 |
Color Harmonies of #30132A
Complementary color
Monochromatic Colors of #30132A
Black with #30132A
Text Example
Text Example
White with #30132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30132A; }
p { color: rgb(48,19,42); }
H1.HeaderClassName
{
color: #30132A;
}
.AnyTagClassName
{
color: #30132A;
}
</style>
background-color css
<style>
a { background-color: #30132A; }
a { background-color: rgb(48,19,42); }
div.DivClassName
{
background-color: #30132A;
}
.BgClassName
{
background-color: #30132A;
}
</style>
border-color css
<style>
span { border-color: #30132A; }
span { border-color: rgb(48,19,42); }
td.TdClassName
{
border-color: #30132A;
}
.TagClassName
{
border-color: #30132A;
}
</style>