Shades of Melanzane #301D2C
Tints of Melanzane #301D2C
RGB
CMYK
RGB Variations
Color information
#301D2C (or 0x301D2C) is known color: Melanzane. HEX triplet: 30, 1D and 2C. RGB value is (48,29,44). Sum of RGB (Red+Green+Blue) = 48+29+44=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #301D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D2C is #CFE2D3. Grayscale: #242424. Windows color (decimal): -13624020 or 2891056. OLE color: 2891056.
HSL color Cylindrical-coordinate representation of color #301D2C: hue angle of 312.63º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D2C is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 44 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.81 |
| HSL | 312.63º | 0.25% | 0.15% | - |
| HSV(B) | 312.63º | 0.4% | 0.19% | - |
| XYZ | 2.11 | 1.69 | 2.6 | - |
| YUV | 36.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 44 | 0 | 0.40 | 0.08 | 0.81 | 312.63 | 0.25 | 0.15 |
| Hex | 30 | 1D | 2C | 0 | 28 | 8 | 51 | 139 | 19 | F |
| Octal | 60 | 35 | 54 | 0 | 50 | 10 | 121 | 471 | 31 | 17 |
| Binary | 110000 | 11101 | 101100 | 0 | 101000 | 1000 | 1010001 | 100111001 | 11001 | 1111 |
Color Harmonies of #301D2C
Complementary color
Monochromatic Colors of #301D2C
Black with #301D2C
Text Example
Text Example
White with #301D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D2C; }
p { color: rgb(48,29,44); }
H1.HeaderClassName
{
color: #301D2C;
}
.AnyTagClassName
{
color: #301D2C;
}
</style>
background-color css
<style>
a { background-color: #301D2C; }
a { background-color: rgb(48,29,44); }
div.DivClassName
{
background-color: #301D2C;
}
.BgClassName
{
background-color: #301D2C;
}
</style>
border-color css
<style>
span { border-color: #301D2C; }
span { border-color: rgb(48,29,44); }
td.TdClassName
{
border-color: #301D2C;
}
.TagClassName
{
border-color: #301D2C;
}
</style>