Shades of Melanzane #301728
Tints of Melanzane #301728
RGB
CMYK
RGB Variations
Color information
#301728 (or 0x301728) is known color: Melanzane. HEX triplet: 30, 17 and 28. RGB value is (48,23,40). Sum of RGB (Red+Green+Blue) = 48+23+40=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301728 is #CFE8D7. Grayscale: #202020. Windows color (decimal): -13625560 or 2627376. OLE color: 2627376.
HSL color Cylindrical-coordinate representation of color #301728: hue angle of 319.2º 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 #301728 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 40 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.81 |
| HSL | 319.2º | 0.35% | 0.14% | - |
| HSV(B) | 319.2º | 0.52% | 0.19% | - |
| XYZ | 1.91 | 1.39 | 2.18 | - |
| YUV | 32.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 40 | 0 | 0.52 | 0.17 | 0.81 | 319.2 | 0.35 | 0.14 |
| Hex | 30 | 17 | 28 | 0 | 34 | 11 | 51 | 13F | 23 | E |
| Octal | 60 | 27 | 50 | 0 | 64 | 21 | 121 | 477 | 43 | 16 |
| Binary | 110000 | 10111 | 101000 | 0 | 110100 | 10001 | 1010001 | 100111111 | 100011 | 1110 |
Color Harmonies of #301728
Complementary color
Monochromatic Colors of #301728
Black with #301728
Text Example
Text Example
White with #301728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301728; }
p { color: rgb(48,23,40); }
H1.HeaderClassName
{
color: #301728;
}
.AnyTagClassName
{
color: #301728;
}
</style>
background-color css
<style>
a { background-color: #301728; }
a { background-color: rgb(48,23,40); }
div.DivClassName
{
background-color: #301728;
}
.BgClassName
{
background-color: #301728;
}
</style>
border-color css
<style>
span { border-color: #301728; }
span { border-color: rgb(48,23,40); }
td.TdClassName
{
border-color: #301728;
}
.TagClassName
{
border-color: #301728;
}
</style>