Shades of Melanzane #1C0915
Tints of Melanzane #1C0915
RGB
CMYK
RGB Variations
Color information
#1C0915 (or 0x1C0915) is known color: Melanzane. HEX triplet: 1C, 09 and 15. RGB value is (28,9,21). Sum of RGB (Red+Green+Blue) = 28+9+21=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0915 is #E3F6EA. Grayscale: #101010. Windows color (decimal): -14939883 or 1378588. OLE color: 1378588.
HSL color Cylindrical-coordinate representation of color #1C0915: hue angle of 322.11º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0915 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 9 | 21 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.89 |
| HSL | 322.11º | 0.51% | 0.07% | - |
| HSV(B) | 322.11º | 0.68% | 0.11% | - |
| XYZ | 0.71 | 0.5 | 0.77 | - |
| YUV | 16.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 21 | 0 | 0.68 | 0.25 | 0.89 | 322.11 | 0.51 | 0.07 |
| Hex | 1C | 9 | 15 | 0 | 44 | 19 | 59 | 142 | 33 | 7 |
| Octal | 34 | 11 | 25 | 0 | 104 | 31 | 131 | 502 | 63 | 7 |
| Binary | 11100 | 1001 | 10101 | 0 | 1000100 | 11001 | 1011001 | 101000010 | 110011 | 111 |
Color Harmonies of #1C0915
Complementary color
Monochromatic Colors of #1C0915
Black with #1C0915
Text Example
Text Example
White with #1C0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0915; }
p { color: rgb(28,9,21); }
H1.HeaderClassName
{
color: #1C0915;
}
.AnyTagClassName
{
color: #1C0915;
}
</style>
background-color css
<style>
a { background-color: #1C0915; }
a { background-color: rgb(28,9,21); }
div.DivClassName
{
background-color: #1C0915;
}
.BgClassName
{
background-color: #1C0915;
}
</style>
border-color css
<style>
span { border-color: #1C0915; }
span { border-color: rgb(28,9,21); }
td.TdClassName
{
border-color: #1C0915;
}
.TagClassName
{
border-color: #1C0915;
}
</style>