Shades of Melanzane #301D2D
Tints of Melanzane #301D2D
RGB
CMYK
RGB Variations
Color information
#301D2D (or 0x301D2D) is known color: Melanzane. HEX triplet: 30, 1D and 2D. RGB value is (48,29,45). Sum of RGB (Red+Green+Blue) = 48+29+45=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #301D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D2D is #CFE2D2. Grayscale: #242424. Windows color (decimal): -13624019 or 2956592. OLE color: 2956592.
HSL color Cylindrical-coordinate representation of color #301D2D: hue angle of 309.47º 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 #301D2D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 45 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.81 |
| HSL | 309.47º | 0.25% | 0.15% | - |
| HSV(B) | 309.47º | 0.4% | 0.19% | - |
| XYZ | 2.13 | 1.7 | 2.7 | - |
| YUV | 36.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 45 | 0 | 0.40 | 0.06 | 0.81 | 309.47 | 0.25 | 0.15 |
| Hex | 30 | 1D | 2D | 0 | 28 | 6 | 51 | 135 | 19 | F |
| Octal | 60 | 35 | 55 | 0 | 50 | 6 | 121 | 465 | 31 | 17 |
| Binary | 110000 | 11101 | 101101 | 0 | 101000 | 110 | 1010001 | 100110101 | 11001 | 1111 |
Color Harmonies of #301D2D
Complementary color
Monochromatic Colors of #301D2D
Black with #301D2D
Text Example
Text Example
White with #301D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D2D; }
p { color: rgb(48,29,45); }
H1.HeaderClassName
{
color: #301D2D;
}
.AnyTagClassName
{
color: #301D2D;
}
</style>
background-color css
<style>
a { background-color: #301D2D; }
a { background-color: rgb(48,29,45); }
div.DivClassName
{
background-color: #301D2D;
}
.BgClassName
{
background-color: #301D2D;
}
</style>
border-color css
<style>
span { border-color: #301D2D; }
span { border-color: rgb(48,29,45); }
td.TdClassName
{
border-color: #301D2D;
}
.TagClassName
{
border-color: #301D2D;
}
</style>