Shades of Melanzane #261B21
Tints of Melanzane #261B21
RGB
CMYK
RGB Variations
Color information
#261B21 (or 0x261B21) is known color: Melanzane. HEX triplet: 26, 1B and 21. RGB value is (38,27,33). Sum of RGB (Red+Green+Blue) = 38+27+33=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B21 is #D9E4DE. Grayscale: #1E1E1E. Windows color (decimal): -14279903 or 2169638. OLE color: 2169638.
HSL color Cylindrical-coordinate representation of color #261B21: hue angle of 327.27º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #261B21 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 33 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.85 |
| HSL | 327.27º | 0.17% | 0.13% | - |
| HSV(B) | 327.27º | 0.29% | 0.15% | - |
| XYZ | 1.47 | 1.31 | 1.61 | - |
| YUV | 30.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 33 | 0 | 0.29 | 0.13 | 0.85 | 327.27 | 0.17 | 0.13 |
| Hex | 26 | 1B | 21 | 0 | 1D | D | 55 | 147 | 11 | D |
| Octal | 46 | 33 | 41 | 0 | 35 | 15 | 125 | 507 | 21 | 15 |
| Binary | 100110 | 11011 | 100001 | 0 | 11101 | 1101 | 1010101 | 101000111 | 10001 | 1101 |
Color Harmonies of #261B21
Complementary color
Monochromatic Colors of #261B21
Black with #261B21
Text Example
Text Example
White with #261B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B21; }
p { color: rgb(38,27,33); }
H1.HeaderClassName
{
color: #261B21;
}
.AnyTagClassName
{
color: #261B21;
}
</style>
background-color css
<style>
a { background-color: #261B21; }
a { background-color: rgb(38,27,33); }
div.DivClassName
{
background-color: #261B21;
}
.BgClassName
{
background-color: #261B21;
}
</style>
border-color css
<style>
span { border-color: #261B21; }
span { border-color: rgb(38,27,33); }
td.TdClassName
{
border-color: #261B21;
}
.TagClassName
{
border-color: #261B21;
}
</style>