Shades of Melanzane #301828
Tints of Melanzane #301828
RGB
CMYK
RGB Variations
Color information
#301828 (or 0x301828) is known color: Melanzane. HEX triplet: 30, 18 and 28. RGB value is (48,24,40). Sum of RGB (Red+Green+Blue) = 48+24+40=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301828 is #CFE7D7. Grayscale: #202020. Windows color (decimal): -13625304 or 2627632. OLE color: 2627632.
HSL color Cylindrical-coordinate representation of color #301828: hue angle of 320º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301828 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 40 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.81 |
| HSL | 320º | 0.33% | 0.14% | - |
| HSV(B) | 320º | 0.5% | 0.19% | - |
| XYZ | 1.93 | 1.43 | 2.18 | - |
| YUV | 33 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 40 | 0 | 0.5 | 0.17 | 0.81 | 320 | 0.33 | 0.14 |
| Hex | 30 | 18 | 28 | 0 | 32 | 11 | 51 | 140 | 21 | E |
| Octal | 60 | 30 | 50 | 0 | 62 | 21 | 121 | 500 | 41 | 16 |
| Binary | 110000 | 11000 | 101000 | 0 | 110010 | 10001 | 1010001 | 101000000 | 100001 | 1110 |
Color Harmonies of #301828
Complementary color
Monochromatic Colors of #301828
Black with #301828
Text Example
Text Example
White with #301828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301828; }
p { color: rgb(48,24,40); }
H1.HeaderClassName
{
color: #301828;
}
.AnyTagClassName
{
color: #301828;
}
</style>
background-color css
<style>
a { background-color: #301828; }
a { background-color: rgb(48,24,40); }
div.DivClassName
{
background-color: #301828;
}
.BgClassName
{
background-color: #301828;
}
</style>
border-color css
<style>
span { border-color: #301828; }
span { border-color: rgb(48,24,40); }
td.TdClassName
{
border-color: #301828;
}
.TagClassName
{
border-color: #301828;
}
</style>