Shades of Melanzane #260A1E
Tints of Melanzane #260A1E
RGB
CMYK
RGB Variations
Color information
#260A1E (or 0x260A1E) is known color: Melanzane. HEX triplet: 26, 0A and 1E. RGB value is (38,10,30). Sum of RGB (Red+Green+Blue) = 38+10+30=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #260A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A1E is #D9F5E1. Grayscale: #141414. Windows color (decimal): -14284258 or 1968678. OLE color: 1968678.
HSL color Cylindrical-coordinate representation of color #260A1E: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A1E is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 30 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.85 |
| HSL | 317.14º | 0.58% | 0.09% | - |
| HSV(B) | 317.14º | 0.74% | 0.15% | - |
| XYZ | 1.14 | 0.72 | 1.31 | - |
| YUV | 20.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 30 | 0 | 0.74 | 0.21 | 0.85 | 317.14 | 0.58 | 0.09 |
| Hex | 26 | A | 1E | 0 | 4A | 15 | 55 | 13D | 3A | 9 |
| Octal | 46 | 12 | 36 | 0 | 112 | 25 | 125 | 475 | 72 | 11 |
| Binary | 100110 | 1010 | 11110 | 0 | 1001010 | 10101 | 1010101 | 100111101 | 111010 | 1001 |
Color Harmonies of #260A1E
Complementary color
Monochromatic Colors of #260A1E
Black with #260A1E
Text Example
Text Example
White with #260A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A1E; }
p { color: rgb(38,10,30); }
H1.HeaderClassName
{
color: #260A1E;
}
.AnyTagClassName
{
color: #260A1E;
}
</style>
background-color css
<style>
a { background-color: #260A1E; }
a { background-color: rgb(38,10,30); }
div.DivClassName
{
background-color: #260A1E;
}
.BgClassName
{
background-color: #260A1E;
}
</style>
border-color css
<style>
span { border-color: #260A1E; }
span { border-color: rgb(38,10,30); }
td.TdClassName
{
border-color: #260A1E;
}
.TagClassName
{
border-color: #260A1E;
}
</style>