Shades of Melanzane #13050F
Tints of Melanzane #13050F
RGB
CMYK
RGB Variations
Color information
#13050F (or 0x13050F) is known color: Melanzane. HEX triplet: 13, 05 and 0F. RGB value is (19,5,15). Sum of RGB (Red+Green+Blue) = 19+5+15=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050F is #ECFAF0. Grayscale: #0A0A0A. Windows color (decimal): -15530737 or 984339. OLE color: 984339.
HSL color Cylindrical-coordinate representation of color #13050F: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13050F is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 5 | 15 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.93 |
| HSL | 317.14º | 0.58% | 0.05% | - |
| HSV(B) | 317.14º | 0.74% | 0.07% | - |
| XYZ | 0.41 | 0.28 | 0.48 | - |
| YUV | 10.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 15 | 0 | 0.74 | 0.21 | 0.93 | 317.14 | 0.58 | 0.05 |
| Hex | 13 | 5 | F | 0 | 4A | 15 | 5D | 13D | 3A | 5 |
| Octal | 23 | 5 | 17 | 0 | 112 | 25 | 135 | 475 | 72 | 5 |
| Binary | 10011 | 101 | 1111 | 0 | 1001010 | 10101 | 1011101 | 100111101 | 111010 | 101 |
Color Harmonies of #13050F
Complementary color
Monochromatic Colors of #13050F
Black with #13050F
Text Example
Text Example
White with #13050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13050F; }
p { color: rgb(19,5,15); }
H1.HeaderClassName
{
color: #13050F;
}
.AnyTagClassName
{
color: #13050F;
}
</style>
background-color css
<style>
a { background-color: #13050F; }
a { background-color: rgb(19,5,15); }
div.DivClassName
{
background-color: #13050F;
}
.BgClassName
{
background-color: #13050F;
}
</style>
border-color css
<style>
span { border-color: #13050F; }
span { border-color: rgb(19,5,15); }
td.TdClassName
{
border-color: #13050F;
}
.TagClassName
{
border-color: #13050F;
}
</style>