Shades of Melanzane #301A2C
Tints of Melanzane #301A2C
RGB
CMYK
RGB Variations
Color information
#301A2C (or 0x301A2C) is known color: Melanzane. HEX triplet: 30, 1A and 2C. RGB value is (48,26,44). Sum of RGB (Red+Green+Blue) = 48+26+44=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2C is #CFE5D3. Grayscale: #222222. Windows color (decimal): -13624788 or 2890288. OLE color: 2890288.
HSL color Cylindrical-coordinate representation of color #301A2C: hue angle of 310.91º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A2C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 44 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.81 |
| HSL | 310.91º | 0.3% | 0.15% | - |
| HSV(B) | 310.91º | 0.46% | 0.19% | - |
| XYZ | 2.04 | 1.55 | 2.57 | - |
| YUV | 34.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 44 | 0 | 0.46 | 0.08 | 0.81 | 310.91 | 0.3 | 0.15 |
| Hex | 30 | 1A | 2C | 0 | 2E | 8 | 51 | 137 | 1E | F |
| Octal | 60 | 32 | 54 | 0 | 56 | 10 | 121 | 467 | 36 | 17 |
| Binary | 110000 | 11010 | 101100 | 0 | 101110 | 1000 | 1010001 | 100110111 | 11110 | 1111 |
Color Harmonies of #301A2C
Complementary color
Monochromatic Colors of #301A2C
Black with #301A2C
Text Example
Text Example
White with #301A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A2C; }
p { color: rgb(48,26,44); }
H1.HeaderClassName
{
color: #301A2C;
}
.AnyTagClassName
{
color: #301A2C;
}
</style>
background-color css
<style>
a { background-color: #301A2C; }
a { background-color: rgb(48,26,44); }
div.DivClassName
{
background-color: #301A2C;
}
.BgClassName
{
background-color: #301A2C;
}
</style>
border-color css
<style>
span { border-color: #301A2C; }
span { border-color: rgb(48,26,44); }
td.TdClassName
{
border-color: #301A2C;
}
.TagClassName
{
border-color: #301A2C;
}
</style>