Shades of Melanzane #30282D
Tints of Melanzane #30282D
RGB
CMYK
RGB Variations
Color information
#30282D (or 0x30282D) is known color: Melanzane. HEX triplet: 30, 28 and 2D. RGB value is (48,40,45). Sum of RGB (Red+Green+Blue) = 48+40+45=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #30282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282D is #CFD7D2. Grayscale: #2A2A2A. Windows color (decimal): -13621203 or 2959408. OLE color: 2959408.
HSL color Cylindrical-coordinate representation of color #30282D: hue angle of 322.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30282D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 45 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.81 |
| HSL | 322.5º | 0.09% | 0.17% | - |
| HSV(B) | 322.5º | 0.17% | 0.19% | - |
| XYZ | 2.45 | 2.34 | 2.8 | - |
| YUV | 42.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 45 | 0 | 0.17 | 0.06 | 0.81 | 322.5 | 0.09 | 0.17 |
| Hex | 30 | 28 | 2D | 0 | 11 | 6 | 51 | 142 | 9 | 11 |
| Octal | 60 | 50 | 55 | 0 | 21 | 6 | 121 | 502 | 11 | 21 |
| Binary | 110000 | 101000 | 101101 | 0 | 10001 | 110 | 1010001 | 101000010 | 1001 | 10001 |
Color Harmonies of #30282D
Complementary color
Monochromatic Colors of #30282D
Black with #30282D
Text Example
Text Example
White with #30282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30282D; }
p { color: rgb(48,40,45); }
H1.HeaderClassName
{
color: #30282D;
}
.AnyTagClassName
{
color: #30282D;
}
</style>
background-color css
<style>
a { background-color: #30282D; }
a { background-color: rgb(48,40,45); }
div.DivClassName
{
background-color: #30282D;
}
.BgClassName
{
background-color: #30282D;
}
</style>
border-color css
<style>
span { border-color: #30282D; }
span { border-color: rgb(48,40,45); }
td.TdClassName
{
border-color: #30282D;
}
.TagClassName
{
border-color: #30282D;
}
</style>