Shades of Melanzane #262124
Tints of Melanzane #262124
RGB
CMYK
RGB Variations
Color information
#262124 (or 0x262124) is known color: Melanzane. HEX triplet: 26, 21 and 24. RGB value is (38,33,36). Sum of RGB (Red+Green+Blue) = 38+33+36=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 38 - color contains mainly: red. Hex color #262124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262124 is #D9DEDB. Grayscale: #222222. Windows color (decimal): -14278364 or 2367782. OLE color: 2367782.
HSL color Cylindrical-coordinate representation of color #262124: hue angle of 324º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #262124 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 33 | 36 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.85 |
| HSL | 324º | 0.07% | 0.14% | - |
| HSV(B) | 324º | 0.13% | 0.15% | - |
| XYZ | 1.66 | 1.63 | 1.9 | - |
| YUV | 34.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 36 | 0 | 0.13 | 0.05 | 0.85 | 324 | 0.07 | 0.14 |
| Hex | 26 | 21 | 24 | 0 | D | 5 | 55 | 144 | 7 | E |
| Octal | 46 | 41 | 44 | 0 | 15 | 5 | 125 | 504 | 7 | 16 |
| Binary | 100110 | 100001 | 100100 | 0 | 1101 | 101 | 1010101 | 101000100 | 111 | 1110 |
Color Harmonies of #262124
Complementary color
Monochromatic Colors of #262124
Black with #262124
Text Example
Text Example
White with #262124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262124; }
p { color: rgb(38,33,36); }
H1.HeaderClassName
{
color: #262124;
}
.AnyTagClassName
{
color: #262124;
}
</style>
background-color css
<style>
a { background-color: #262124; }
a { background-color: rgb(38,33,36); }
div.DivClassName
{
background-color: #262124;
}
.BgClassName
{
background-color: #262124;
}
</style>
border-color css
<style>
span { border-color: #262124; }
span { border-color: rgb(38,33,36); }
td.TdClassName
{
border-color: #262124;
}
.TagClassName
{
border-color: #262124;
}
</style>