Shades of Melanzane #30142A
Tints of Melanzane #30142A
RGB
CMYK
RGB Variations
Color information
#30142A (or 0x30142A) is known color: Melanzane. HEX triplet: 30, 14 and 2A. RGB value is (48,20,42). Sum of RGB (Red+Green+Blue) = 48+20+42=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142A is #CFEBD5. Grayscale: #1E1E1E. Windows color (decimal): -13626326 or 2757680. OLE color: 2757680.
HSL color Cylindrical-coordinate representation of color #30142A: hue angle of 312.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30142A is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 20 | 42 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.81 |
| HSL | 312.86º | 0.41% | 0.13% | - |
| HSV(B) | 312.86º | 0.58% | 0.19% | - |
| XYZ | 1.89 | 1.3 | 2.34 | - |
| YUV | 30.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 42 | 0 | 0.58 | 0.13 | 0.81 | 312.86 | 0.41 | 0.13 |
| Hex | 30 | 14 | 2A | 0 | 3A | D | 51 | 139 | 29 | D |
| Octal | 60 | 24 | 52 | 0 | 72 | 15 | 121 | 471 | 51 | 15 |
| Binary | 110000 | 10100 | 101010 | 0 | 111010 | 1101 | 1010001 | 100111001 | 101001 | 1101 |
Color Harmonies of #30142A
Complementary color
Monochromatic Colors of #30142A
Black with #30142A
Text Example
Text Example
White with #30142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30142A; }
p { color: rgb(48,20,42); }
H1.HeaderClassName
{
color: #30142A;
}
.AnyTagClassName
{
color: #30142A;
}
</style>
background-color css
<style>
a { background-color: #30142A; }
a { background-color: rgb(48,20,42); }
div.DivClassName
{
background-color: #30142A;
}
.BgClassName
{
background-color: #30142A;
}
</style>
border-color css
<style>
span { border-color: #30142A; }
span { border-color: rgb(48,20,42); }
td.TdClassName
{
border-color: #30142A;
}
.TagClassName
{
border-color: #30142A;
}
</style>