Shades of Melanzane #302B2E
Tints of Melanzane #302B2E
RGB
CMYK
RGB Variations
Color information
#302B2E (or 0x302B2E) is known color: Melanzane. HEX triplet: 30, 2B and 2E. RGB value is (48,43,46). Sum of RGB (Red+Green+Blue) = 48+43+46=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 48 - color contains mainly: red. Hex color #302B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B2E is #CFD4D1. Grayscale: #2C2C2C. Windows color (decimal): -13620434 or 3025712. OLE color: 3025712.
HSL color Cylindrical-coordinate representation of color #302B2E: hue angle of 324º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #302B2E is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 46 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.81 |
| HSL | 324º | 0.05% | 0.18% | - |
| HSV(B) | 324º | 0.1% | 0.19% | - |
| XYZ | 2.58 | 2.55 | 2.94 | - |
| YUV | 44.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 46 | 0 | 0.10 | 0.04 | 0.81 | 324 | 0.05 | 0.18 |
| Hex | 30 | 2B | 2E | 0 | A | 4 | 51 | 144 | 5 | 12 |
| Octal | 60 | 53 | 56 | 0 | 12 | 4 | 121 | 504 | 5 | 22 |
| Binary | 110000 | 101011 | 101110 | 0 | 1010 | 100 | 1010001 | 101000100 | 101 | 10010 |
Color Harmonies of #302B2E
Complementary color
Monochromatic Colors of #302B2E
Black with #302B2E
Text Example
Text Example
White with #302B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B2E; }
p { color: rgb(48,43,46); }
H1.HeaderClassName
{
color: #302B2E;
}
.AnyTagClassName
{
color: #302B2E;
}
</style>
background-color css
<style>
a { background-color: #302B2E; }
a { background-color: rgb(48,43,46); }
div.DivClassName
{
background-color: #302B2E;
}
.BgClassName
{
background-color: #302B2E;
}
</style>
border-color css
<style>
span { border-color: #302B2E; }
span { border-color: rgb(48,43,46); }
td.TdClassName
{
border-color: #302B2E;
}
.TagClassName
{
border-color: #302B2E;
}
</style>