Shades of Melanzane #26151F
Tints of Melanzane #26151F
RGB
CMYK
RGB Variations
Color information
#26151F (or 0x26151F) is known color: Melanzane. HEX triplet: 26, 15 and 1F. RGB value is (38,21,31). Sum of RGB (Red+Green+Blue) = 38+21+31=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #26151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26151F is #D9EAE0. Grayscale: #1B1B1B. Windows color (decimal): -14281441 or 2037030. OLE color: 2037030.
HSL color Cylindrical-coordinate representation of color #26151F: hue angle of 324.71º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26151F is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 21 | 31 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.85 |
| HSL | 324.71º | 0.29% | 0.12% | - |
| HSV(B) | 324.71º | 0.45% | 0.15% | - |
| XYZ | 1.31 | 1.05 | 1.43 | - |
| YUV | 27.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 31 | 0 | 0.45 | 0.18 | 0.85 | 324.71 | 0.29 | 0.12 |
| Hex | 26 | 15 | 1F | 0 | 2D | 12 | 55 | 145 | 1D | C |
| Octal | 46 | 25 | 37 | 0 | 55 | 22 | 125 | 505 | 35 | 14 |
| Binary | 100110 | 10101 | 11111 | 0 | 101101 | 10010 | 1010101 | 101000101 | 11101 | 1100 |
Color Harmonies of #26151F
Complementary color
Monochromatic Colors of #26151F
Black with #26151F
Text Example
Text Example
White with #26151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26151F; }
p { color: rgb(38,21,31); }
H1.HeaderClassName
{
color: #26151F;
}
.AnyTagClassName
{
color: #26151F;
}
</style>
background-color css
<style>
a { background-color: #26151F; }
a { background-color: rgb(38,21,31); }
div.DivClassName
{
background-color: #26151F;
}
.BgClassName
{
background-color: #26151F;
}
</style>
border-color css
<style>
span { border-color: #26151F; }
span { border-color: rgb(38,21,31); }
td.TdClassName
{
border-color: #26151F;
}
.TagClassName
{
border-color: #26151F;
}
</style>