Shades of Melanzane #301B28
Tints of Melanzane #301B28
RGB
CMYK
RGB Variations
Color information
#301B28 (or 0x301B28) is known color: Melanzane. HEX triplet: 30, 1B and 28. RGB value is (48,27,40). Sum of RGB (Red+Green+Blue) = 48+27+40=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #301B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B28 is #CFE4D7. Grayscale: #222222. Windows color (decimal): -13624536 or 2628400. OLE color: 2628400.
HSL color Cylindrical-coordinate representation of color #301B28: hue angle of 322.86º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B28 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 40 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.81 |
| HSL | 322.86º | 0.28% | 0.15% | - |
| HSV(B) | 322.86º | 0.44% | 0.19% | - |
| XYZ | 1.99 | 1.57 | 2.2 | - |
| YUV | 34.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 40 | 0 | 0.44 | 0.17 | 0.81 | 322.86 | 0.28 | 0.15 |
| Hex | 30 | 1B | 28 | 0 | 2C | 11 | 51 | 143 | 1C | F |
| Octal | 60 | 33 | 50 | 0 | 54 | 21 | 121 | 503 | 34 | 17 |
| Binary | 110000 | 11011 | 101000 | 0 | 101100 | 10001 | 1010001 | 101000011 | 11100 | 1111 |
Color Harmonies of #301B28
Complementary color
Monochromatic Colors of #301B28
Black with #301B28
Text Example
Text Example
White with #301B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B28; }
p { color: rgb(48,27,40); }
H1.HeaderClassName
{
color: #301B28;
}
.AnyTagClassName
{
color: #301B28;
}
</style>
background-color css
<style>
a { background-color: #301B28; }
a { background-color: rgb(48,27,40); }
div.DivClassName
{
background-color: #301B28;
}
.BgClassName
{
background-color: #301B28;
}
</style>
border-color css
<style>
span { border-color: #301B28; }
span { border-color: rgb(48,27,40); }
td.TdClassName
{
border-color: #301B28;
}
.TagClassName
{
border-color: #301B28;
}
</style>