Shades of Melanzane #261924
Tints of Melanzane #261924
RGB
CMYK
RGB Variations
Color information
#261924 (or 0x261924) is known color: Melanzane. HEX triplet: 26, 19 and 24. RGB value is (38,25,36). Sum of RGB (Red+Green+Blue) = 38+25+36=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #261924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261924 is #D9E6DB. Grayscale: #1E1E1E. Windows color (decimal): -14280412 or 2365734. OLE color: 2365734.
HSL color Cylindrical-coordinate representation of color #261924: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #261924 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 36 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.85 |
| HSL | 309.23º | 0.21% | 0.12% | - |
| HSV(B) | 309.23º | 0.34% | 0.15% | - |
| XYZ | 1.47 | 1.23 | 1.83 | - |
| YUV | 30.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 36 | 0 | 0.34 | 0.05 | 0.85 | 309.23 | 0.21 | 0.12 |
| Hex | 26 | 19 | 24 | 0 | 22 | 5 | 55 | 135 | 15 | C |
| Octal | 46 | 31 | 44 | 0 | 42 | 5 | 125 | 465 | 25 | 14 |
| Binary | 100110 | 11001 | 100100 | 0 | 100010 | 101 | 1010101 | 100110101 | 10101 | 1100 |
Color Harmonies of #261924
Complementary color
Monochromatic Colors of #261924
Black with #261924
Text Example
Text Example
White with #261924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261924; }
p { color: rgb(38,25,36); }
H1.HeaderClassName
{
color: #261924;
}
.AnyTagClassName
{
color: #261924;
}
</style>
background-color css
<style>
a { background-color: #261924; }
a { background-color: rgb(38,25,36); }
div.DivClassName
{
background-color: #261924;
}
.BgClassName
{
background-color: #261924;
}
</style>
border-color css
<style>
span { border-color: #261924; }
span { border-color: rgb(38,25,36); }
td.TdClassName
{
border-color: #261924;
}
.TagClassName
{
border-color: #261924;
}
</style>