Shades of Melanzane #301A2B
Tints of Melanzane #301A2B
RGB
CMYK
RGB Variations
Color information
#301A2B (or 0x301A2B) is known color: Melanzane. HEX triplet: 30, 1A and 2B. RGB value is (48,26,43). Sum of RGB (Red+Green+Blue) = 48+26+43=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2B is #CFE5D4. Grayscale: #222222. Windows color (decimal): -13624789 or 2824752. OLE color: 2824752.
HSL color Cylindrical-coordinate representation of color #301A2B: hue angle of 313.64º 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 #301A2B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 43 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.81 |
| HSL | 313.64º | 0.3% | 0.15% | - |
| HSV(B) | 313.64º | 0.46% | 0.19% | - |
| XYZ | 2.02 | 1.54 | 2.48 | - |
| YUV | 34.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 43 | 0 | 0.46 | 0.10 | 0.81 | 313.64 | 0.3 | 0.15 |
| Hex | 30 | 1A | 2B | 0 | 2E | A | 51 | 13A | 1E | F |
| Octal | 60 | 32 | 53 | 0 | 56 | 12 | 121 | 472 | 36 | 17 |
| Binary | 110000 | 11010 | 101011 | 0 | 101110 | 1010 | 1010001 | 100111010 | 11110 | 1111 |
Color Harmonies of #301A2B
Complementary color
Monochromatic Colors of #301A2B
Black with #301A2B
Text Example
Text Example
White with #301A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A2B; }
p { color: rgb(48,26,43); }
H1.HeaderClassName
{
color: #301A2B;
}
.AnyTagClassName
{
color: #301A2B;
}
</style>
background-color css
<style>
a { background-color: #301A2B; }
a { background-color: rgb(48,26,43); }
div.DivClassName
{
background-color: #301A2B;
}
.BgClassName
{
background-color: #301A2B;
}
</style>
border-color css
<style>
span { border-color: #301A2B; }
span { border-color: rgb(48,26,43); }
td.TdClassName
{
border-color: #301A2B;
}
.TagClassName
{
border-color: #301A2B;
}
</style>