Shades of Melanzane #260F20
Tints of Melanzane #260F20
RGB
CMYK
RGB Variations
Color information
#260F20 (or 0x260F20) is known color: Melanzane. HEX triplet: 26, 0F and 20. RGB value is (38,15,32). Sum of RGB (Red+Green+Blue) = 38+15+32=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #260F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F20 is #D9F0DF. Grayscale: #171717. Windows color (decimal): -14282976 or 2101030. OLE color: 2101030.
HSL color Cylindrical-coordinate representation of color #260F20: hue angle of 315.65º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F20 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 32 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.85 |
| HSL | 315.65º | 0.43% | 0.1% | - |
| HSV(B) | 315.65º | 0.61% | 0.15% | - |
| XYZ | 1.23 | 0.86 | 1.47 | - |
| YUV | 23.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 32 | 0 | 0.61 | 0.16 | 0.85 | 315.65 | 0.43 | 0.1 |
| Hex | 26 | F | 20 | 0 | 3D | 10 | 55 | 13C | 2B | A |
| Octal | 46 | 17 | 40 | 0 | 75 | 20 | 125 | 474 | 53 | 12 |
| Binary | 100110 | 1111 | 100000 | 0 | 111101 | 10000 | 1010101 | 100111100 | 101011 | 1010 |
Color Harmonies of #260F20
Complementary color
Monochromatic Colors of #260F20
Black with #260F20
Text Example
Text Example
White with #260F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F20; }
p { color: rgb(38,15,32); }
H1.HeaderClassName
{
color: #260F20;
}
.AnyTagClassName
{
color: #260F20;
}
</style>
background-color css
<style>
a { background-color: #260F20; }
a { background-color: rgb(38,15,32); }
div.DivClassName
{
background-color: #260F20;
}
.BgClassName
{
background-color: #260F20;
}
</style>
border-color css
<style>
span { border-color: #260F20; }
span { border-color: rgb(38,15,32); }
td.TdClassName
{
border-color: #260F20;
}
.TagClassName
{
border-color: #260F20;
}
</style>