Shades of Melanzane #301729
Tints of Melanzane #301729
RGB
CMYK
RGB Variations
Color information
#301729 (or 0x301729) is known color: Melanzane. HEX triplet: 30, 17 and 29. RGB value is (48,23,41). Sum of RGB (Red+Green+Blue) = 48+23+41=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301729 is #CFE8D6. Grayscale: #202020. Windows color (decimal): -13625559 or 2692912. OLE color: 2692912.
HSL color Cylindrical-coordinate representation of color #301729: hue angle of 316.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301729 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 41 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.81 |
| HSL | 316.8º | 0.35% | 0.14% | - |
| HSV(B) | 316.8º | 0.52% | 0.19% | - |
| XYZ | 1.93 | 1.4 | 2.27 | - |
| YUV | 32.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 41 | 0 | 0.52 | 0.15 | 0.81 | 316.8 | 0.35 | 0.14 |
| Hex | 30 | 17 | 29 | 0 | 34 | F | 51 | 13D | 23 | E |
| Octal | 60 | 27 | 51 | 0 | 64 | 17 | 121 | 475 | 43 | 16 |
| Binary | 110000 | 10111 | 101001 | 0 | 110100 | 1111 | 1010001 | 100111101 | 100011 | 1110 |
Color Harmonies of #301729
Complementary color
Monochromatic Colors of #301729
Black with #301729
Text Example
Text Example
White with #301729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301729; }
p { color: rgb(48,23,41); }
H1.HeaderClassName
{
color: #301729;
}
.AnyTagClassName
{
color: #301729;
}
</style>
background-color css
<style>
a { background-color: #301729; }
a { background-color: rgb(48,23,41); }
div.DivClassName
{
background-color: #301729;
}
.BgClassName
{
background-color: #301729;
}
</style>
border-color css
<style>
span { border-color: #301729; }
span { border-color: rgb(48,23,41); }
td.TdClassName
{
border-color: #301729;
}
.TagClassName
{
border-color: #301729;
}
</style>