Shades of Melanzane #30172A
Tints of Melanzane #30172A
RGB
CMYK
RGB Variations
Color information
#30172A (or 0x30172A) is known color: Melanzane. HEX triplet: 30, 17 and 2A. RGB value is (48,23,42). Sum of RGB (Red+Green+Blue) = 48+23+42=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172A is #CFE8D5. Grayscale: #202020. Windows color (decimal): -13625558 or 2758448. OLE color: 2758448.
HSL color Cylindrical-coordinate representation of color #30172A: hue angle of 314.4º 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 #30172A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 42 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.81 |
| HSL | 314.4º | 0.35% | 0.14% | - |
| HSV(B) | 314.4º | 0.52% | 0.19% | - |
| XYZ | 1.94 | 1.41 | 2.36 | - |
| YUV | 32.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 42 | 0 | 0.52 | 0.13 | 0.81 | 314.4 | 0.35 | 0.14 |
| Hex | 30 | 17 | 2A | 0 | 34 | D | 51 | 13A | 23 | E |
| Octal | 60 | 27 | 52 | 0 | 64 | 15 | 121 | 472 | 43 | 16 |
| Binary | 110000 | 10111 | 101010 | 0 | 110100 | 1101 | 1010001 | 100111010 | 100011 | 1110 |
Color Harmonies of #30172A
Complementary color
Monochromatic Colors of #30172A
Black with #30172A
Text Example
Text Example
White with #30172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30172A; }
p { color: rgb(48,23,42); }
H1.HeaderClassName
{
color: #30172A;
}
.AnyTagClassName
{
color: #30172A;
}
</style>
background-color css
<style>
a { background-color: #30172A; }
a { background-color: rgb(48,23,42); }
div.DivClassName
{
background-color: #30172A;
}
.BgClassName
{
background-color: #30172A;
}
</style>
border-color css
<style>
span { border-color: #30172A; }
span { border-color: rgb(48,23,42); }
td.TdClassName
{
border-color: #30172A;
}
.TagClassName
{
border-color: #30172A;
}
</style>