Shades of Melanzane #262225
Tints of Melanzane #262225
RGB
CMYK
RGB Variations
Color information
#262225 (or 0x262225) is known color: Melanzane. HEX triplet: 26, 22 and 25. RGB value is (38,34,37). Sum of RGB (Red+Green+Blue) = 38+34+37=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 38 - color contains mainly: red. Hex color #262225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262225 is #D9DDDA. Grayscale: #232323. Windows color (decimal): -14278107 or 2433574. OLE color: 2433574.
HSL color Cylindrical-coordinate representation of color #262225: hue angle of 315º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #262225 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 34 | 37 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.85 |
| HSL | 315º | 0.06% | 0.14% | - |
| HSV(B) | 315º | 0.11% | 0.15% | - |
| XYZ | 1.71 | 1.69 | 1.99 | - |
| YUV | 35.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 37 | 0 | 0.11 | 0.03 | 0.85 | 315 | 0.06 | 0.14 |
| Hex | 26 | 22 | 25 | 0 | B | 3 | 55 | 13B | 6 | E |
| Octal | 46 | 42 | 45 | 0 | 13 | 3 | 125 | 473 | 6 | 16 |
| Binary | 100110 | 100010 | 100101 | 0 | 1011 | 11 | 1010101 | 100111011 | 110 | 1110 |
Color Harmonies of #262225
Complementary color
Monochromatic Colors of #262225
Black with #262225
Text Example
Text Example
White with #262225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262225; }
p { color: rgb(38,34,37); }
H1.HeaderClassName
{
color: #262225;
}
.AnyTagClassName
{
color: #262225;
}
</style>
background-color css
<style>
a { background-color: #262225; }
a { background-color: rgb(38,34,37); }
div.DivClassName
{
background-color: #262225;
}
.BgClassName
{
background-color: #262225;
}
</style>
border-color css
<style>
span { border-color: #262225; }
span { border-color: rgb(38,34,37); }
td.TdClassName
{
border-color: #262225;
}
.TagClassName
{
border-color: #262225;
}
</style>