Shades of Melanzane #30172B
Tints of Melanzane #30172B
RGB
CMYK
RGB Variations
Color information
#30172B (or 0x30172B) is known color: Melanzane. HEX triplet: 30, 17 and 2B. RGB value is (48,23,43). Sum of RGB (Red+Green+Blue) = 48+23+43=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172B is #CFE8D4. Grayscale: #202020. Windows color (decimal): -13625557 or 2823984. OLE color: 2823984.
HSL color Cylindrical-coordinate representation of color #30172B: hue angle of 312º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30172B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 43 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.81 |
| HSL | 312º | 0.35% | 0.14% | - |
| HSV(B) | 312º | 0.52% | 0.19% | - |
| XYZ | 1.96 | 1.42 | 2.46 | - |
| YUV | 32.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 43 | 0 | 0.52 | 0.10 | 0.81 | 312 | 0.35 | 0.14 |
| Hex | 30 | 17 | 2B | 0 | 34 | A | 51 | 138 | 23 | E |
| Octal | 60 | 27 | 53 | 0 | 64 | 12 | 121 | 470 | 43 | 16 |
| Binary | 110000 | 10111 | 101011 | 0 | 110100 | 1010 | 1010001 | 100111000 | 100011 | 1110 |
Color Harmonies of #30172B
Complementary color
Monochromatic Colors of #30172B
Black with #30172B
Text Example
Text Example
White with #30172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30172B; }
p { color: rgb(48,23,43); }
H1.HeaderClassName
{
color: #30172B;
}
.AnyTagClassName
{
color: #30172B;
}
</style>
background-color css
<style>
a { background-color: #30172B; }
a { background-color: rgb(48,23,43); }
div.DivClassName
{
background-color: #30172B;
}
.BgClassName
{
background-color: #30172B;
}
</style>
border-color css
<style>
span { border-color: #30172B; }
span { border-color: rgb(48,23,43); }
td.TdClassName
{
border-color: #30172B;
}
.TagClassName
{
border-color: #30172B;
}
</style>