Shades of Melanzane #301628
Tints of Melanzane #301628
RGB
CMYK
RGB Variations
Color information
#301628 (or 0x301628) is known color: Melanzane. HEX triplet: 30, 16 and 28. RGB value is (48,22,40). Sum of RGB (Red+Green+Blue) = 48+22+40=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301628 is #CFE9D7. Grayscale: #1F1F1F. Windows color (decimal): -13625816 or 2627120. OLE color: 2627120.
HSL color Cylindrical-coordinate representation of color #301628: hue angle of 318.46º 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 #301628 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 40 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.81 |
| HSL | 318.46º | 0.37% | 0.14% | - |
| HSV(B) | 318.46º | 0.54% | 0.19% | - |
| XYZ | 1.89 | 1.36 | 2.17 | - |
| YUV | 31.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 40 | 0 | 0.54 | 0.17 | 0.81 | 318.46 | 0.37 | 0.14 |
| Hex | 30 | 16 | 28 | 0 | 36 | 11 | 51 | 13E | 25 | E |
| Octal | 60 | 26 | 50 | 0 | 66 | 21 | 121 | 476 | 45 | 16 |
| Binary | 110000 | 10110 | 101000 | 0 | 110110 | 10001 | 1010001 | 100111110 | 100101 | 1110 |
Color Harmonies of #301628
Complementary color
Monochromatic Colors of #301628
Black with #301628
Text Example
Text Example
White with #301628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301628; }
p { color: rgb(48,22,40); }
H1.HeaderClassName
{
color: #301628;
}
.AnyTagClassName
{
color: #301628;
}
</style>
background-color css
<style>
a { background-color: #301628; }
a { background-color: rgb(48,22,40); }
div.DivClassName
{
background-color: #301628;
}
.BgClassName
{
background-color: #301628;
}
</style>
border-color css
<style>
span { border-color: #301628; }
span { border-color: rgb(48,22,40); }
td.TdClassName
{
border-color: #301628;
}
.TagClassName
{
border-color: #301628;
}
</style>