Shades of Melanzane #261A21
Tints of Melanzane #261A21
RGB
CMYK
RGB Variations
Color information
#261A21 (or 0x261A21) is known color: Melanzane. HEX triplet: 26, 1A and 21. RGB value is (38,26,33). Sum of RGB (Red+Green+Blue) = 38+26+33=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A21 is #D9E5DE. Grayscale: #1E1E1E. Windows color (decimal): -14280159 or 2169382. OLE color: 2169382.
HSL color Cylindrical-coordinate representation of color #261A21: hue angle of 325º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #261A21 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 33 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.85 |
| HSL | 325º | 0.19% | 0.13% | - |
| HSV(B) | 325º | 0.32% | 0.15% | - |
| XYZ | 1.44 | 1.26 | 1.61 | - |
| YUV | 30.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 33 | 0 | 0.32 | 0.13 | 0.85 | 325 | 0.19 | 0.13 |
| Hex | 26 | 1A | 21 | 0 | 20 | D | 55 | 145 | 13 | D |
| Octal | 46 | 32 | 41 | 0 | 40 | 15 | 125 | 505 | 23 | 15 |
| Binary | 100110 | 11010 | 100001 | 0 | 100000 | 1101 | 1010101 | 101000101 | 10011 | 1101 |
Color Harmonies of #261A21
Complementary color
Monochromatic Colors of #261A21
Black with #261A21
Text Example
Text Example
White with #261A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A21; }
p { color: rgb(38,26,33); }
H1.HeaderClassName
{
color: #261A21;
}
.AnyTagClassName
{
color: #261A21;
}
</style>
background-color css
<style>
a { background-color: #261A21; }
a { background-color: rgb(38,26,33); }
div.DivClassName
{
background-color: #261A21;
}
.BgClassName
{
background-color: #261A21;
}
</style>
border-color css
<style>
span { border-color: #261A21; }
span { border-color: rgb(38,26,33); }
td.TdClassName
{
border-color: #261A21;
}
.TagClassName
{
border-color: #261A21;
}
</style>