Shades of Melanzane #180C13
Tints of Melanzane #180C13
RGB
CMYK
RGB Variations
Color information
#180C13 (or 0x180C13) is known color: Melanzane. HEX triplet: 18, 0C and 13. RGB value is (24,12,19). Sum of RGB (Red+Green+Blue) = 24+12+19=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C13 is #E7F3EC. Grayscale: #101010. Windows color (decimal): -15201261 or 1248280. OLE color: 1248280.
HSL color Cylindrical-coordinate representation of color #180C13: hue angle of 325º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C13 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 19 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.91 |
| HSL | 325º | 0.33% | 0.07% | - |
| HSV(B) | 325º | 0.5% | 0.09% | - |
| XYZ | 0.63 | 0.5 | 0.68 | - |
| YUV | 16.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 19 | 0 | 0.50 | 0.21 | 0.91 | 325 | 0.33 | 0.07 |
| Hex | 18 | C | 13 | 0 | 32 | 15 | 5B | 145 | 21 | 7 |
| Octal | 30 | 14 | 23 | 0 | 62 | 25 | 133 | 505 | 41 | 7 |
| Binary | 11000 | 1100 | 10011 | 0 | 110010 | 10101 | 1011011 | 101000101 | 100001 | 111 |
Color Harmonies of #180C13
Complementary color
Monochromatic Colors of #180C13
Black with #180C13
Text Example
Text Example
White with #180C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C13; }
p { color: rgb(24,12,19); }
H1.HeaderClassName
{
color: #180C13;
}
.AnyTagClassName
{
color: #180C13;
}
</style>
background-color css
<style>
a { background-color: #180C13; }
a { background-color: rgb(24,12,19); }
div.DivClassName
{
background-color: #180C13;
}
.BgClassName
{
background-color: #180C13;
}
</style>
border-color css
<style>
span { border-color: #180C13; }
span { border-color: rgb(24,12,19); }
td.TdClassName
{
border-color: #180C13;
}
.TagClassName
{
border-color: #180C13;
}
</style>