Shades of Melanzane #301629
Tints of Melanzane #301629
RGB
CMYK
RGB Variations
Color information
#301629 (or 0x301629) is known color: Melanzane. HEX triplet: 30, 16 and 29. RGB value is (48,22,41). Sum of RGB (Red+Green+Blue) = 48+22+41=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301629 is #CFE9D6. Grayscale: #1F1F1F. Windows color (decimal): -13625815 or 2692656. OLE color: 2692656.
HSL color Cylindrical-coordinate representation of color #301629: hue angle of 316.15º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301629 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 41 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.81 |
| HSL | 316.15º | 0.37% | 0.14% | - |
| HSV(B) | 316.15º | 0.54% | 0.19% | - |
| XYZ | 1.91 | 1.36 | 2.26 | - |
| YUV | 31.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 41 | 0 | 0.54 | 0.15 | 0.81 | 316.15 | 0.37 | 0.14 |
| Hex | 30 | 16 | 29 | 0 | 36 | F | 51 | 13C | 25 | E |
| Octal | 60 | 26 | 51 | 0 | 66 | 17 | 121 | 474 | 45 | 16 |
| Binary | 110000 | 10110 | 101001 | 0 | 110110 | 1111 | 1010001 | 100111100 | 100101 | 1110 |
Color Harmonies of #301629
Complementary color
Monochromatic Colors of #301629
Black with #301629
Text Example
Text Example
White with #301629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301629; }
p { color: rgb(48,22,41); }
H1.HeaderClassName
{
color: #301629;
}
.AnyTagClassName
{
color: #301629;
}
</style>
background-color css
<style>
a { background-color: #301629; }
a { background-color: rgb(48,22,41); }
div.DivClassName
{
background-color: #301629;
}
.BgClassName
{
background-color: #301629;
}
</style>
border-color css
<style>
span { border-color: #301629; }
span { border-color: rgb(48,22,41); }
td.TdClassName
{
border-color: #301629;
}
.TagClassName
{
border-color: #301629;
}
</style>