Shades of Melanzane #13060F
Tints of Melanzane #13060F
RGB
CMYK
RGB Variations
Color information
#13060F (or 0x13060F) is known color: Melanzane. HEX triplet: 13, 06 and 0F. RGB value is (19,6,15). Sum of RGB (Red+Green+Blue) = 19+6+15=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #13060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060F is #ECF9F0. Grayscale: #0A0A0A. Windows color (decimal): -15530481 or 984595. OLE color: 984595.
HSL color Cylindrical-coordinate representation of color #13060F: hue angle of 318.46º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13060F is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 6 | 15 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.93 |
| HSL | 318.46º | 0.52% | 0.05% | - |
| HSV(B) | 318.46º | 0.68% | 0.07% | - |
| XYZ | 0.42 | 0.3 | 0.49 | - |
| YUV | 10.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 15 | 0 | 0.68 | 0.21 | 0.93 | 318.46 | 0.52 | 0.05 |
| Hex | 13 | 6 | F | 0 | 44 | 15 | 5D | 13E | 34 | 5 |
| Octal | 23 | 6 | 17 | 0 | 104 | 25 | 135 | 476 | 64 | 5 |
| Binary | 10011 | 110 | 1111 | 0 | 1000100 | 10101 | 1011101 | 100111110 | 110100 | 101 |
Color Harmonies of #13060F
Complementary color
Monochromatic Colors of #13060F
Black with #13060F
Text Example
Text Example
White with #13060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13060F; }
p { color: rgb(19,6,15); }
H1.HeaderClassName
{
color: #13060F;
}
.AnyTagClassName
{
color: #13060F;
}
</style>
background-color css
<style>
a { background-color: #13060F; }
a { background-color: rgb(19,6,15); }
div.DivClassName
{
background-color: #13060F;
}
.BgClassName
{
background-color: #13060F;
}
</style>
border-color css
<style>
span { border-color: #13060F; }
span { border-color: rgb(19,6,15); }
td.TdClassName
{
border-color: #13060F;
}
.TagClassName
{
border-color: #13060F;
}
</style>