Shades of Melanzane #300B28
Tints of Melanzane #300B28
RGB
CMYK
RGB Variations
Color information
#300B28 (or 0x300B28) is known color: Melanzane. HEX triplet: 30, 0B and 28. RGB value is (48,11,40). Sum of RGB (Red+Green+Blue) = 48+11+40=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #300B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B28 is #CFF4D7. Grayscale: #191919. Windows color (decimal): -13628632 or 2624304. OLE color: 2624304.
HSL color Cylindrical-coordinate representation of color #300B28: hue angle of 312.97º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B28 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 40 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.81 |
| HSL | 312.97º | 0.63% | 0.12% | - |
| HSV(B) | 312.97º | 0.77% | 0.19% | - |
| XYZ | 1.72 | 1.02 | 2.11 | - |
| YUV | 25.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 40 | 0 | 0.77 | 0.17 | 0.81 | 312.97 | 0.63 | 0.12 |
| Hex | 30 | B | 28 | 0 | 4D | 11 | 51 | 139 | 3F | C |
| Octal | 60 | 13 | 50 | 0 | 115 | 21 | 121 | 471 | 77 | 14 |
| Binary | 110000 | 1011 | 101000 | 0 | 1001101 | 10001 | 1010001 | 100111001 | 111111 | 1100 |
Color Harmonies of #300B28
Complementary color
Monochromatic Colors of #300B28
Black with #300B28
Text Example
Text Example
White with #300B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B28; }
p { color: rgb(48,11,40); }
H1.HeaderClassName
{
color: #300B28;
}
.AnyTagClassName
{
color: #300B28;
}
</style>
background-color css
<style>
a { background-color: #300B28; }
a { background-color: rgb(48,11,40); }
div.DivClassName
{
background-color: #300B28;
}
.BgClassName
{
background-color: #300B28;
}
</style>
border-color css
<style>
span { border-color: #300B28; }
span { border-color: rgb(48,11,40); }
td.TdClassName
{
border-color: #300B28;
}
.TagClassName
{
border-color: #300B28;
}
</style>