Shades of Melanzane #26061E
Tints of Melanzane #26061E
RGB
CMYK
RGB Variations
Color information
#26061E (or 0x26061E) is known color: Melanzane. HEX triplet: 26, 06 and 1E. RGB value is (38,6,30). Sum of RGB (Red+Green+Blue) = 38+6+30=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061E is #D9F9E1. Grayscale: #121212. Windows color (decimal): -14285282 or 1967654. OLE color: 1967654.
HSL color Cylindrical-coordinate representation of color #26061E: hue angle of 315º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26061E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 30 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.85 |
| HSL | 315º | 0.73% | 0.09% | - |
| HSV(B) | 315º | 0.84% | 0.15% | - |
| XYZ | 1.1 | 0.64 | 1.29 | - |
| YUV | 18.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 30 | 0 | 0.84 | 0.21 | 0.85 | 315 | 0.73 | 0.09 |
| Hex | 26 | 6 | 1E | 0 | 54 | 15 | 55 | 13B | 49 | 9 |
| Octal | 46 | 6 | 36 | 0 | 124 | 25 | 125 | 473 | 111 | 11 |
| Binary | 100110 | 110 | 11110 | 0 | 1010100 | 10101 | 1010101 | 100111011 | 1001001 | 1001 |
Color Harmonies of #26061E
Complementary color
Monochromatic Colors of #26061E
Black with #26061E
Text Example
Text Example
White with #26061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26061E; }
p { color: rgb(38,6,30); }
H1.HeaderClassName
{
color: #26061E;
}
.AnyTagClassName
{
color: #26061E;
}
</style>
background-color css
<style>
a { background-color: #26061E; }
a { background-color: rgb(38,6,30); }
div.DivClassName
{
background-color: #26061E;
}
.BgClassName
{
background-color: #26061E;
}
</style>
border-color css
<style>
span { border-color: #26061E; }
span { border-color: rgb(38,6,30); }
td.TdClassName
{
border-color: #26061E;
}
.TagClassName
{
border-color: #26061E;
}
</style>