Shades of Melanzane #260F21
Tints of Melanzane #260F21
RGB
CMYK
RGB Variations
Color information
#260F21 (or 0x260F21) is known color: Melanzane. HEX triplet: 26, 0F and 21. RGB value is (38,15,33). Sum of RGB (Red+Green+Blue) = 38+15+33=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #260F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F21 is #D9F0DE. Grayscale: #171717. Windows color (decimal): -14282975 or 2166566. OLE color: 2166566.
HSL color Cylindrical-coordinate representation of color #260F21: hue angle of 313.04º 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 #260F21 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 33 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.85 |
| HSL | 313.04º | 0.43% | 0.1% | - |
| HSV(B) | 313.04º | 0.61% | 0.15% | - |
| XYZ | 1.24 | 0.86 | 1.54 | - |
| YUV | 23.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 33 | 0 | 0.61 | 0.13 | 0.85 | 313.04 | 0.43 | 0.1 |
| Hex | 26 | F | 21 | 0 | 3D | D | 55 | 139 | 2B | A |
| Octal | 46 | 17 | 41 | 0 | 75 | 15 | 125 | 471 | 53 | 12 |
| Binary | 100110 | 1111 | 100001 | 0 | 111101 | 1101 | 1010101 | 100111001 | 101011 | 1010 |
Color Harmonies of #260F21
Complementary color
Monochromatic Colors of #260F21
Black with #260F21
Text Example
Text Example
White with #260F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F21; }
p { color: rgb(38,15,33); }
H1.HeaderClassName
{
color: #260F21;
}
.AnyTagClassName
{
color: #260F21;
}
</style>
background-color css
<style>
a { background-color: #260F21; }
a { background-color: rgb(38,15,33); }
div.DivClassName
{
background-color: #260F21;
}
.BgClassName
{
background-color: #260F21;
}
</style>
border-color css
<style>
span { border-color: #260F21; }
span { border-color: rgb(38,15,33); }
td.TdClassName
{
border-color: #260F21;
}
.TagClassName
{
border-color: #260F21;
}
</style>