Shades of Melanzane #300F28
Tints of Melanzane #300F28
RGB
CMYK
RGB Variations
Color information
#300F28 (or 0x300F28) is known color: Melanzane. HEX triplet: 30, 0F and 28. RGB value is (48,15,40). Sum of RGB (Red+Green+Blue) = 48+15+40=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #300F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F28 is #CFF0D7. Grayscale: #1B1B1B. Windows color (decimal): -13627608 or 2625328. OLE color: 2625328.
HSL color Cylindrical-coordinate representation of color #300F28: hue angle of 314.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F28 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 40 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.81 |
| HSL | 314.55º | 0.52% | 0.12% | - |
| HSV(B) | 314.55º | 0.69% | 0.19% | - |
| XYZ | 1.77 | 1.12 | 2.13 | - |
| YUV | 27.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 40 | 0 | 0.69 | 0.17 | 0.81 | 314.55 | 0.52 | 0.12 |
| Hex | 30 | F | 28 | 0 | 45 | 11 | 51 | 13B | 34 | C |
| Octal | 60 | 17 | 50 | 0 | 105 | 21 | 121 | 473 | 64 | 14 |
| Binary | 110000 | 1111 | 101000 | 0 | 1000101 | 10001 | 1010001 | 100111011 | 110100 | 1100 |
Color Harmonies of #300F28
Complementary color
Monochromatic Colors of #300F28
Black with #300F28
Text Example
Text Example
White with #300F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F28; }
p { color: rgb(48,15,40); }
H1.HeaderClassName
{
color: #300F28;
}
.AnyTagClassName
{
color: #300F28;
}
</style>
background-color css
<style>
a { background-color: #300F28; }
a { background-color: rgb(48,15,40); }
div.DivClassName
{
background-color: #300F28;
}
.BgClassName
{
background-color: #300F28;
}
</style>
border-color css
<style>
span { border-color: #300F28; }
span { border-color: rgb(48,15,40); }
td.TdClassName
{
border-color: #300F28;
}
.TagClassName
{
border-color: #300F28;
}
</style>