Shades of Melanzane #272026
Tints of Melanzane #272026
RGB
CMYK
RGB Variations
Color information
#272026 (or 0x272026) is known color: Melanzane. HEX triplet: 27, 20 and 26. RGB value is (39,32,38). Sum of RGB (Red+Green+Blue) = 39+32+38=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 39 - color contains mainly: red. Hex color #272026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272026 is #D8DFD9. Grayscale: #222222. Windows color (decimal): -14213082 or 2498599. OLE color: 2498599.
HSL color Cylindrical-coordinate representation of color #272026: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272026 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 32 | 38 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.85 |
| HSL | 308.57º | 0.1% | 0.14% | - |
| HSV(B) | 308.57º | 0.18% | 0.15% | - |
| XYZ | 1.7 | 1.6 | 2.05 | - |
| YUV | 34.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 38 | 0 | 0.18 | 0.03 | 0.85 | 308.57 | 0.1 | 0.14 |
| Hex | 27 | 20 | 26 | 0 | 12 | 3 | 55 | 135 | A | E |
| Octal | 47 | 40 | 46 | 0 | 22 | 3 | 125 | 465 | 12 | 16 |
| Binary | 100111 | 100000 | 100110 | 0 | 10010 | 11 | 1010101 | 100110101 | 1010 | 1110 |
Color Harmonies of #272026
Complementary color
Monochromatic Colors of #272026
Black with #272026
Text Example
Text Example
White with #272026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272026; }
p { color: rgb(39,32,38); }
H1.HeaderClassName
{
color: #272026;
}
.AnyTagClassName
{
color: #272026;
}
</style>
background-color css
<style>
a { background-color: #272026; }
a { background-color: rgb(39,32,38); }
div.DivClassName
{
background-color: #272026;
}
.BgClassName
{
background-color: #272026;
}
</style>
border-color css
<style>
span { border-color: #272026; }
span { border-color: rgb(39,32,38); }
td.TdClassName
{
border-color: #272026;
}
.TagClassName
{
border-color: #272026;
}
</style>