Shades of Melanzane #26081E
Tints of Melanzane #26081E
RGB
CMYK
RGB Variations
Color information
#26081E (or 0x26081E) is known color: Melanzane. HEX triplet: 26, 08 and 1E. RGB value is (38,8,30). Sum of RGB (Red+Green+Blue) = 38+8+30=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #26081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26081E is #D9F7E1. Grayscale: #131313. Windows color (decimal): -14284770 or 1968166. OLE color: 1968166.
HSL color Cylindrical-coordinate representation of color #26081E: hue angle of 316º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26081E is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 8 | 30 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.85 |
| HSL | 316º | 0.65% | 0.09% | - |
| HSV(B) | 316º | 0.79% | 0.15% | - |
| XYZ | 1.12 | 0.68 | 1.3 | - |
| YUV | 19.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 30 | 0 | 0.79 | 0.21 | 0.85 | 316 | 0.65 | 0.09 |
| Hex | 26 | 8 | 1E | 0 | 4F | 15 | 55 | 13C | 41 | 9 |
| Octal | 46 | 10 | 36 | 0 | 117 | 25 | 125 | 474 | 101 | 11 |
| Binary | 100110 | 1000 | 11110 | 0 | 1001111 | 10101 | 1010101 | 100111100 | 1000001 | 1001 |
Color Harmonies of #26081E
Complementary color
Monochromatic Colors of #26081E
Black with #26081E
Text Example
Text Example
White with #26081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26081E; }
p { color: rgb(38,8,30); }
H1.HeaderClassName
{
color: #26081E;
}
.AnyTagClassName
{
color: #26081E;
}
</style>
background-color css
<style>
a { background-color: #26081E; }
a { background-color: rgb(38,8,30); }
div.DivClassName
{
background-color: #26081E;
}
.BgClassName
{
background-color: #26081E;
}
</style>
border-color css
<style>
span { border-color: #26081E; }
span { border-color: rgb(38,8,30); }
td.TdClassName
{
border-color: #26081E;
}
.TagClassName
{
border-color: #26081E;
}
</style>