Shades of Melanzane #300C28
Tints of Melanzane #300C28
RGB
CMYK
RGB Variations
Color information
#300C28 (or 0x300C28) is known color: Melanzane. HEX triplet: 30, 0C and 28. RGB value is (48,12,40). Sum of RGB (Red+Green+Blue) = 48+12+40=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #300C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C28 is #CFF3D7. Grayscale: #191919. Windows color (decimal): -13628376 or 2624560. OLE color: 2624560.
HSL color Cylindrical-coordinate representation of color #300C28: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C28 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 40 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.81 |
| HSL | 313.33º | 0.6% | 0.12% | - |
| HSV(B) | 313.33º | 0.75% | 0.19% | - |
| XYZ | 1.73 | 1.04 | 2.12 | - |
| YUV | 25.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 40 | 0 | 0.75 | 0.17 | 0.81 | 313.33 | 0.6 | 0.12 |
| Hex | 30 | C | 28 | 0 | 4B | 11 | 51 | 139 | 3C | C |
| Octal | 60 | 14 | 50 | 0 | 113 | 21 | 121 | 471 | 74 | 14 |
| Binary | 110000 | 1100 | 101000 | 0 | 1001011 | 10001 | 1010001 | 100111001 | 111100 | 1100 |
Color Harmonies of #300C28
Complementary color
Monochromatic Colors of #300C28
Black with #300C28
Text Example
Text Example
White with #300C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C28; }
p { color: rgb(48,12,40); }
H1.HeaderClassName
{
color: #300C28;
}
.AnyTagClassName
{
color: #300C28;
}
</style>
background-color css
<style>
a { background-color: #300C28; }
a { background-color: rgb(48,12,40); }
div.DivClassName
{
background-color: #300C28;
}
.BgClassName
{
background-color: #300C28;
}
</style>
border-color css
<style>
span { border-color: #300C28; }
span { border-color: rgb(48,12,40); }
td.TdClassName
{
border-color: #300C28;
}
.TagClassName
{
border-color: #300C28;
}
</style>