Shades of Melanzane #261F25
Tints of Melanzane #261F25
RGB
CMYK
RGB Variations
Color information
#261F25 (or 0x261F25) is known color: Melanzane. HEX triplet: 26, 1F and 25. RGB value is (38,31,37). Sum of RGB (Red+Green+Blue) = 38+31+37=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 38 - color contains mainly: red. Hex color #261F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F25 is #D9E0DA. Grayscale: #212121. Windows color (decimal): -14278875 or 2432806. OLE color: 2432806.
HSL color Cylindrical-coordinate representation of color #261F25: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #261F25 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 37 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.85 |
| HSL | 308.57º | 0.1% | 0.14% | - |
| HSV(B) | 308.57º | 0.18% | 0.15% | - |
| XYZ | 1.62 | 1.53 | 1.96 | - |
| YUV | 33.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 37 | 0 | 0.18 | 0.03 | 0.85 | 308.57 | 0.1 | 0.14 |
| Hex | 26 | 1F | 25 | 0 | 12 | 3 | 55 | 135 | A | E |
| Octal | 46 | 37 | 45 | 0 | 22 | 3 | 125 | 465 | 12 | 16 |
| Binary | 100110 | 11111 | 100101 | 0 | 10010 | 11 | 1010101 | 100110101 | 1010 | 1110 |
Color Harmonies of #261F25
Complementary color
Monochromatic Colors of #261F25
Black with #261F25
Text Example
Text Example
White with #261F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F25; }
p { color: rgb(38,31,37); }
H1.HeaderClassName
{
color: #261F25;
}
.AnyTagClassName
{
color: #261F25;
}
</style>
background-color css
<style>
a { background-color: #261F25; }
a { background-color: rgb(38,31,37); }
div.DivClassName
{
background-color: #261F25;
}
.BgClassName
{
background-color: #261F25;
}
</style>
border-color css
<style>
span { border-color: #261F25; }
span { border-color: rgb(38,31,37); }
td.TdClassName
{
border-color: #261F25;
}
.TagClassName
{
border-color: #261F25;
}
</style>