Shades of Melanzane #302B2F
Tints of Melanzane #302B2F
RGB
CMYK
RGB Variations
Color information
#302B2F (or 0x302B2F) is known color: Melanzane. HEX triplet: 30, 2B and 2F. RGB value is (48,43,47). Sum of RGB (Red+Green+Blue) = 48+43+47=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 48 - color contains mainly: red. Hex color #302B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B2F is #CFD4D0. Grayscale: #2C2C2C. Windows color (decimal): -13620433 or 3091248. OLE color: 3091248.
HSL color Cylindrical-coordinate representation of color #302B2F: hue angle of 312º 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 #302B2F is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 47 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.81 |
| HSL | 312º | 0.05% | 0.18% | - |
| HSV(B) | 312º | 0.1% | 0.19% | - |
| XYZ | 2.6 | 2.56 | 3.05 | - |
| YUV | 44.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 47 | 0 | 0.10 | 0.02 | 0.81 | 312 | 0.05 | 0.18 |
| Hex | 30 | 2B | 2F | 0 | A | 2 | 51 | 138 | 5 | 12 |
| Octal | 60 | 53 | 57 | 0 | 12 | 2 | 121 | 470 | 5 | 22 |
| Binary | 110000 | 101011 | 101111 | 0 | 1010 | 10 | 1010001 | 100111000 | 101 | 10010 |
Color Harmonies of #302B2F
Complementary color
Monochromatic Colors of #302B2F
Black with #302B2F
Text Example
Text Example
White with #302B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B2F; }
p { color: rgb(48,43,47); }
H1.HeaderClassName
{
color: #302B2F;
}
.AnyTagClassName
{
color: #302B2F;
}
</style>
background-color css
<style>
a { background-color: #302B2F; }
a { background-color: rgb(48,43,47); }
div.DivClassName
{
background-color: #302B2F;
}
.BgClassName
{
background-color: #302B2F;
}
</style>
border-color css
<style>
span { border-color: #302B2F; }
span { border-color: rgb(48,43,47); }
td.TdClassName
{
border-color: #302B2F;
}
.TagClassName
{
border-color: #302B2F;
}
</style>