Shades of Melanzane #260E21
Tints of Melanzane #260E21
RGB
CMYK
RGB Variations
Color information
#260E21 (or 0x260E21) is known color: Melanzane. HEX triplet: 26, 0E and 21. RGB value is (38,14,33). Sum of RGB (Red+Green+Blue) = 38+14+33=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #260E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E21 is #D9F1DE. Grayscale: #171717. Windows color (decimal): -14283231 or 2166310. OLE color: 2166310.
HSL color Cylindrical-coordinate representation of color #260E21: hue angle of 312.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #260E21 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 14 | 33 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.85 |
| HSL | 312.5º | 0.46% | 0.1% | - |
| HSV(B) | 312.5º | 0.63% | 0.15% | - |
| XYZ | 1.23 | 0.84 | 1.54 | - |
| YUV | 23.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 33 | 0 | 0.63 | 0.13 | 0.85 | 312.5 | 0.46 | 0.1 |
| Hex | 26 | E | 21 | 0 | 3F | D | 55 | 138 | 2E | A |
| Octal | 46 | 16 | 41 | 0 | 77 | 15 | 125 | 470 | 56 | 12 |
| Binary | 100110 | 1110 | 100001 | 0 | 111111 | 1101 | 1010101 | 100111000 | 101110 | 1010 |
Color Harmonies of #260E21
Complementary color
Monochromatic Colors of #260E21
Black with #260E21
Text Example
Text Example
White with #260E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E21; }
p { color: rgb(38,14,33); }
H1.HeaderClassName
{
color: #260E21;
}
.AnyTagClassName
{
color: #260E21;
}
</style>
background-color css
<style>
a { background-color: #260E21; }
a { background-color: rgb(38,14,33); }
div.DivClassName
{
background-color: #260E21;
}
.BgClassName
{
background-color: #260E21;
}
</style>
border-color css
<style>
span { border-color: #260E21; }
span { border-color: rgb(38,14,33); }
td.TdClassName
{
border-color: #260E21;
}
.TagClassName
{
border-color: #260E21;
}
</style>