Shades of Melanzane #26051F
Tints of Melanzane #26051F
RGB
CMYK
RGB Variations
Color information
#26051F (or 0x26051F) is known color: Melanzane. HEX triplet: 26, 05 and 1F. RGB value is (38,5,31). Sum of RGB (Red+Green+Blue) = 38+5+31=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26051F is #D9FAE0. Grayscale: #111111. Windows color (decimal): -14285537 or 2032934. OLE color: 2032934.
HSL color Cylindrical-coordinate representation of color #26051F: hue angle of 312.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26051F is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 31 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.85 |
| HSL | 312.73º | 0.77% | 0.08% | - |
| HSV(B) | 312.73º | 0.87% | 0.15% | - |
| XYZ | 1.1 | 0.62 | 1.36 | - |
| YUV | 17.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 31 | 0 | 0.87 | 0.18 | 0.85 | 312.73 | 0.77 | 0.08 |
| Hex | 26 | 5 | 1F | 0 | 57 | 12 | 55 | 139 | 4D | 8 |
| Octal | 46 | 5 | 37 | 0 | 127 | 22 | 125 | 471 | 115 | 10 |
| Binary | 100110 | 101 | 11111 | 0 | 1010111 | 10010 | 1010101 | 100111001 | 1001101 | 1000 |
Color Harmonies of #26051F
Complementary color
Monochromatic Colors of #26051F
Black with #26051F
Text Example
Text Example
White with #26051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26051F; }
p { color: rgb(38,5,31); }
H1.HeaderClassName
{
color: #26051F;
}
.AnyTagClassName
{
color: #26051F;
}
</style>
background-color css
<style>
a { background-color: #26051F; }
a { background-color: rgb(38,5,31); }
div.DivClassName
{
background-color: #26051F;
}
.BgClassName
{
background-color: #26051F;
}
</style>
border-color css
<style>
span { border-color: #26051F; }
span { border-color: rgb(38,5,31); }
td.TdClassName
{
border-color: #26051F;
}
.TagClassName
{
border-color: #26051F;
}
</style>