Shades of Melanzane #30162B
Tints of Melanzane #30162B
RGB
CMYK
RGB Variations
Color information
#30162B (or 0x30162B) is known color: Melanzane. HEX triplet: 30, 16 and 2B. RGB value is (48,22,43). Sum of RGB (Red+Green+Blue) = 48+22+43=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30162B is #CFE9D4. Grayscale: #202020. Windows color (decimal): -13625813 or 2823728. OLE color: 2823728.
HSL color Cylindrical-coordinate representation of color #30162B: hue angle of 311.54º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30162B is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 43 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.81 |
| HSL | 311.54º | 0.37% | 0.14% | - |
| HSV(B) | 311.54º | 0.54% | 0.19% | - |
| XYZ | 1.94 | 1.38 | 2.45 | - |
| YUV | 32.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 43 | 0 | 0.54 | 0.10 | 0.81 | 311.54 | 0.37 | 0.14 |
| Hex | 30 | 16 | 2B | 0 | 36 | A | 51 | 138 | 25 | E |
| Octal | 60 | 26 | 53 | 0 | 66 | 12 | 121 | 470 | 45 | 16 |
| Binary | 110000 | 10110 | 101011 | 0 | 110110 | 1010 | 1010001 | 100111000 | 100101 | 1110 |
Color Harmonies of #30162B
Complementary color
Monochromatic Colors of #30162B
Black with #30162B
Text Example
Text Example
White with #30162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30162B; }
p { color: rgb(48,22,43); }
H1.HeaderClassName
{
color: #30162B;
}
.AnyTagClassName
{
color: #30162B;
}
</style>
background-color css
<style>
a { background-color: #30162B; }
a { background-color: rgb(48,22,43); }
div.DivClassName
{
background-color: #30162B;
}
.BgClassName
{
background-color: #30162B;
}
</style>
border-color css
<style>
span { border-color: #30162B; }
span { border-color: rgb(48,22,43); }
td.TdClassName
{
border-color: #30162B;
}
.TagClassName
{
border-color: #30162B;
}
</style>