Shades of Melanzane #301F29
Tints of Melanzane #301F29
RGB
CMYK
RGB Variations
Color information
#301F29 (or 0x301F29) is known color: Melanzane. HEX triplet: 30, 1F and 29. RGB value is (48,31,41). Sum of RGB (Red+Green+Blue) = 48+31+41=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #301F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F29 is #CFE0D6. Grayscale: #252525. Windows color (decimal): -13623511 or 2694960. OLE color: 2694960.
HSL color Cylindrical-coordinate representation of color #301F29: hue angle of 324.71º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #301F29 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 41 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.81 |
| HSL | 324.71º | 0.22% | 0.15% | - |
| HSV(B) | 324.71º | 0.35% | 0.19% | - |
| XYZ | 2.11 | 1.77 | 2.33 | - |
| YUV | 37.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 41 | 0 | 0.35 | 0.15 | 0.81 | 324.71 | 0.22 | 0.15 |
| Hex | 30 | 1F | 29 | 0 | 23 | F | 51 | 145 | 16 | F |
| Octal | 60 | 37 | 51 | 0 | 43 | 17 | 121 | 505 | 26 | 17 |
| Binary | 110000 | 11111 | 101001 | 0 | 100011 | 1111 | 1010001 | 101000101 | 10110 | 1111 |
Color Harmonies of #301F29
Complementary color
Monochromatic Colors of #301F29
Black with #301F29
Text Example
Text Example
White with #301F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F29; }
p { color: rgb(48,31,41); }
H1.HeaderClassName
{
color: #301F29;
}
.AnyTagClassName
{
color: #301F29;
}
</style>
background-color css
<style>
a { background-color: #301F29; }
a { background-color: rgb(48,31,41); }
div.DivClassName
{
background-color: #301F29;
}
.BgClassName
{
background-color: #301F29;
}
</style>
border-color css
<style>
span { border-color: #301F29; }
span { border-color: rgb(48,31,41); }
td.TdClassName
{
border-color: #301F29;
}
.TagClassName
{
border-color: #301F29;
}
</style>