Shades of Melanzane #1A0714
Tints of Melanzane #1A0714
RGB
CMYK
RGB Variations
Color information
#1A0714 (or 0x1A0714) is known color: Melanzane. HEX triplet: 1A, 07 and 14. RGB value is (26,7,20). Sum of RGB (Red+Green+Blue) = 26+7+20=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0714 is #E5F8EB. Grayscale: #0E0E0E. Windows color (decimal): -15071468 or 1312538. OLE color: 1312538.
HSL color Cylindrical-coordinate representation of color #1A0714: hue angle of 318.95º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0714 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 7 | 20 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.90 |
| HSL | 318.95º | 0.58% | 0.06% | - |
| HSV(B) | 318.95º | 0.73% | 0.1% | - |
| XYZ | 0.63 | 0.42 | 0.71 | - |
| YUV | 14.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 20 | 0 | 0.73 | 0.23 | 0.90 | 318.95 | 0.58 | 0.06 |
| Hex | 1A | 7 | 14 | 0 | 49 | 17 | 5A | 13F | 3A | 6 |
| Octal | 32 | 7 | 24 | 0 | 111 | 27 | 132 | 477 | 72 | 6 |
| Binary | 11010 | 111 | 10100 | 0 | 1001001 | 10111 | 1011010 | 100111111 | 111010 | 110 |
Color Harmonies of #1A0714
Complementary color
Monochromatic Colors of #1A0714
Black with #1A0714
Text Example
Text Example
White with #1A0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0714; }
p { color: rgb(26,7,20); }
H1.HeaderClassName
{
color: #1A0714;
}
.AnyTagClassName
{
color: #1A0714;
}
</style>
background-color css
<style>
a { background-color: #1A0714; }
a { background-color: rgb(26,7,20); }
div.DivClassName
{
background-color: #1A0714;
}
.BgClassName
{
background-color: #1A0714;
}
</style>
border-color css
<style>
span { border-color: #1A0714; }
span { border-color: rgb(26,7,20); }
td.TdClassName
{
border-color: #1A0714;
}
.TagClassName
{
border-color: #1A0714;
}
</style>