Shades of Melanzane #301A28
Tints of Melanzane #301A28
RGB
CMYK
RGB Variations
Color information
#301A28 (or 0x301A28) is known color: Melanzane. HEX triplet: 30, 1A and 28. RGB value is (48,26,40). Sum of RGB (Red+Green+Blue) = 48+26+40=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A28 is #CFE5D7. Grayscale: #222222. Windows color (decimal): -13624792 or 2628144. OLE color: 2628144.
HSL color Cylindrical-coordinate representation of color #301A28: hue angle of 321.82º 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 #301A28 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 40 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.81 |
| HSL | 321.82º | 0.3% | 0.15% | - |
| HSV(B) | 321.82º | 0.46% | 0.19% | - |
| XYZ | 1.97 | 1.52 | 2.2 | - |
| YUV | 34.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 40 | 0 | 0.46 | 0.17 | 0.81 | 321.82 | 0.3 | 0.15 |
| Hex | 30 | 1A | 28 | 0 | 2E | 11 | 51 | 142 | 1E | F |
| Octal | 60 | 32 | 50 | 0 | 56 | 21 | 121 | 502 | 36 | 17 |
| Binary | 110000 | 11010 | 101000 | 0 | 101110 | 10001 | 1010001 | 101000010 | 11110 | 1111 |
Color Harmonies of #301A28
Complementary color
Monochromatic Colors of #301A28
Black with #301A28
Text Example
Text Example
White with #301A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A28; }
p { color: rgb(48,26,40); }
H1.HeaderClassName
{
color: #301A28;
}
.AnyTagClassName
{
color: #301A28;
}
</style>
background-color css
<style>
a { background-color: #301A28; }
a { background-color: rgb(48,26,40); }
div.DivClassName
{
background-color: #301A28;
}
.BgClassName
{
background-color: #301A28;
}
</style>
border-color css
<style>
span { border-color: #301A28; }
span { border-color: rgb(48,26,40); }
td.TdClassName
{
border-color: #301A28;
}
.TagClassName
{
border-color: #301A28;
}
</style>