Shades of Melanzane #26071F
Tints of Melanzane #26071F
RGB
CMYK
RGB Variations
Color information
#26071F (or 0x26071F) is known color: Melanzane. HEX triplet: 26, 07 and 1F. RGB value is (38,7,31). Sum of RGB (Red+Green+Blue) = 38+7+31=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #26071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26071F is #D9F8E0. Grayscale: #121212. Windows color (decimal): -14285025 or 2033446. OLE color: 2033446.
HSL color Cylindrical-coordinate representation of color #26071F: hue angle of 313.55º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26071F is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 7 | 31 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.85 |
| HSL | 313.55º | 0.69% | 0.09% | - |
| HSV(B) | 313.55º | 0.82% | 0.15% | - |
| XYZ | 1.12 | 0.66 | 1.37 | - |
| YUV | 19.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 31 | 0 | 0.82 | 0.18 | 0.85 | 313.55 | 0.69 | 0.09 |
| Hex | 26 | 7 | 1F | 0 | 52 | 12 | 55 | 13A | 45 | 9 |
| Octal | 46 | 7 | 37 | 0 | 122 | 22 | 125 | 472 | 105 | 11 |
| Binary | 100110 | 111 | 11111 | 0 | 1010010 | 10010 | 1010101 | 100111010 | 1000101 | 1001 |
Color Harmonies of #26071F
Complementary color
Monochromatic Colors of #26071F
Black with #26071F
Text Example
Text Example
White with #26071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26071F; }
p { color: rgb(38,7,31); }
H1.HeaderClassName
{
color: #26071F;
}
.AnyTagClassName
{
color: #26071F;
}
</style>
background-color css
<style>
a { background-color: #26071F; }
a { background-color: rgb(38,7,31); }
div.DivClassName
{
background-color: #26071F;
}
.BgClassName
{
background-color: #26071F;
}
</style>
border-color css
<style>
span { border-color: #26071F; }
span { border-color: rgb(38,7,31); }
td.TdClassName
{
border-color: #26071F;
}
.TagClassName
{
border-color: #26071F;
}
</style>