Shades of Melanzane #2A1B26
Tints of Melanzane #2A1B26
RGB
CMYK
RGB Variations
Color information
#2A1B26 (or 0x2A1B26) is known color: Melanzane. HEX triplet: 2A, 1B and 26. RGB value is (42,27,38). Sum of RGB (Red+Green+Blue) = 42+27+38=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1B26 is #D5E4D9. Grayscale: #202020. Windows color (decimal): -14017754 or 2497322. OLE color: 2497322.
HSL color Cylindrical-coordinate representation of color #2A1B26: hue angle of 316º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A1B26 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 27 | 38 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.84 |
| HSL | 316º | 0.22% | 0.14% | - |
| HSV(B) | 316º | 0.36% | 0.16% | - |
| XYZ | 1.7 | 1.42 | 2.02 | - |
| YUV | 32.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 38 | 0 | 0.36 | 0.10 | 0.84 | 316 | 0.22 | 0.14 |
| Hex | 2A | 1B | 26 | 0 | 24 | A | 54 | 13C | 16 | E |
| Octal | 52 | 33 | 46 | 0 | 44 | 12 | 124 | 474 | 26 | 16 |
| Binary | 101010 | 11011 | 100110 | 0 | 100100 | 1010 | 1010100 | 100111100 | 10110 | 1110 |
Color Harmonies of #2A1B26
Complementary color
Monochromatic Colors of #2A1B26
Black with #2A1B26
Text Example
Text Example
White with #2A1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B26; }
p { color: rgb(42,27,38); }
H1.HeaderClassName
{
color: #2A1B26;
}
.AnyTagClassName
{
color: #2A1B26;
}
</style>
background-color css
<style>
a { background-color: #2A1B26; }
a { background-color: rgb(42,27,38); }
div.DivClassName
{
background-color: #2A1B26;
}
.BgClassName
{
background-color: #2A1B26;
}
</style>
border-color css
<style>
span { border-color: #2A1B26; }
span { border-color: rgb(42,27,38); }
td.TdClassName
{
border-color: #2A1B26;
}
.TagClassName
{
border-color: #2A1B26;
}
</style>