Shades of Melanzane #26061F
Tints of Melanzane #26061F
RGB
CMYK
RGB Variations
Color information
#26061F (or 0x26061F) is known color: Melanzane. HEX triplet: 26, 06 and 1F. RGB value is (38,6,31). Sum of RGB (Red+Green+Blue) = 38+6+31=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #26061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061F is #D9F9E0. Grayscale: #121212. Windows color (decimal): -14285281 or 2033190. OLE color: 2033190.
HSL color Cylindrical-coordinate representation of color #26061F: hue angle of 313.12º 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 #26061F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 31 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.85 |
| HSL | 313.13º | 0.73% | 0.09% | - |
| HSV(B) | 313.13º | 0.84% | 0.15% | - |
| XYZ | 1.11 | 0.64 | 1.36 | - |
| YUV | 18.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 31 | 0 | 0.84 | 0.18 | 0.85 | 313.13 | 0.73 | 0.09 |
| Hex | 26 | 6 | 1F | 0 | 54 | 12 | 55 | 139 | 49 | 9 |
| Octal | 46 | 6 | 37 | 0 | 124 | 22 | 125 | 471 | 111 | 11 |
| Binary | 100110 | 110 | 11111 | 0 | 1010100 | 10010 | 1010101 | 100111001 | 1001001 | 1001 |
Color Harmonies of #26061F
Complementary color
Monochromatic Colors of #26061F
Black with #26061F
Text Example
Text Example
White with #26061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26061F; }
p { color: rgb(38,6,31); }
H1.HeaderClassName
{
color: #26061F;
}
.AnyTagClassName
{
color: #26061F;
}
</style>
background-color css
<style>
a { background-color: #26061F; }
a { background-color: rgb(38,6,31); }
div.DivClassName
{
background-color: #26061F;
}
.BgClassName
{
background-color: #26061F;
}
</style>
border-color css
<style>
span { border-color: #26061F; }
span { border-color: rgb(38,6,31); }
td.TdClassName
{
border-color: #26061F;
}
.TagClassName
{
border-color: #26061F;
}
</style>