Shades of Melanzane #261521
Tints of Melanzane #261521
RGB
CMYK
RGB Variations
Color information
#261521 (or 0x261521) is known color: Melanzane. HEX triplet: 26, 15 and 21. RGB value is (38,21,33). Sum of RGB (Red+Green+Blue) = 38+21+33=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261521 is #D9EADE. Grayscale: #1B1B1B. Windows color (decimal): -14281439 or 2168102. OLE color: 2168102.
HSL color Cylindrical-coordinate representation of color #261521: hue angle of 317.65º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261521 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 21 | 33 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.85 |
| HSL | 317.65º | 0.29% | 0.12% | - |
| HSV(B) | 317.65º | 0.45% | 0.15% | - |
| XYZ | 1.34 | 1.06 | 1.57 | - |
| YUV | 27.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 33 | 0 | 0.45 | 0.13 | 0.85 | 317.65 | 0.29 | 0.12 |
| Hex | 26 | 15 | 21 | 0 | 2D | D | 55 | 13E | 1D | C |
| Octal | 46 | 25 | 41 | 0 | 55 | 15 | 125 | 476 | 35 | 14 |
| Binary | 100110 | 10101 | 100001 | 0 | 101101 | 1101 | 1010101 | 100111110 | 11101 | 1100 |
Color Harmonies of #261521
Complementary color
Monochromatic Colors of #261521
Black with #261521
Text Example
Text Example
White with #261521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261521; }
p { color: rgb(38,21,33); }
H1.HeaderClassName
{
color: #261521;
}
.AnyTagClassName
{
color: #261521;
}
</style>
background-color css
<style>
a { background-color: #261521; }
a { background-color: rgb(38,21,33); }
div.DivClassName
{
background-color: #261521;
}
.BgClassName
{
background-color: #261521;
}
</style>
border-color css
<style>
span { border-color: #261521; }
span { border-color: rgb(38,21,33); }
td.TdClassName
{
border-color: #261521;
}
.TagClassName
{
border-color: #261521;
}
</style>