Shades of Melanzane #302A2F
Tints of Melanzane #302A2F
RGB
CMYK
RGB Variations
Color information
#302A2F (or 0x302A2F) is known color: Melanzane. HEX triplet: 30, 2A and 2F. RGB value is (48,42,47). Sum of RGB (Red+Green+Blue) = 48+42+47=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 48 - color contains mainly: red. Hex color #302A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A2F is #CFD5D0. Grayscale: #2C2C2C. Windows color (decimal): -13620689 or 3090992. OLE color: 3090992.
HSL color Cylindrical-coordinate representation of color #302A2F: hue angle of 310º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302A2F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 47 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.81 |
| HSL | 310º | 0.07% | 0.18% | - |
| HSV(B) | 310º | 0.13% | 0.19% | - |
| XYZ | 2.56 | 2.49 | 3.03 | - |
| YUV | 44.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 47 | 0 | 0.13 | 0.02 | 0.81 | 310 | 0.07 | 0.18 |
| Hex | 30 | 2A | 2F | 0 | D | 2 | 51 | 136 | 7 | 12 |
| Octal | 60 | 52 | 57 | 0 | 15 | 2 | 121 | 466 | 7 | 22 |
| Binary | 110000 | 101010 | 101111 | 0 | 1101 | 10 | 1010001 | 100110110 | 111 | 10010 |
Color Harmonies of #302A2F
Complementary color
Monochromatic Colors of #302A2F
Black with #302A2F
Text Example
Text Example
White with #302A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A2F; }
p { color: rgb(48,42,47); }
H1.HeaderClassName
{
color: #302A2F;
}
.AnyTagClassName
{
color: #302A2F;
}
</style>
background-color css
<style>
a { background-color: #302A2F; }
a { background-color: rgb(48,42,47); }
div.DivClassName
{
background-color: #302A2F;
}
.BgClassName
{
background-color: #302A2F;
}
</style>
border-color css
<style>
span { border-color: #302A2F; }
span { border-color: rgb(48,42,47); }
td.TdClassName
{
border-color: #302A2F;
}
.TagClassName
{
border-color: #302A2F;
}
</style>