Shades of Melanzane #27091F
Tints of Melanzane #27091F
RGB
CMYK
RGB Variations
Color information
#27091F (or 0x27091F) is known color: Melanzane. HEX triplet: 27, 09 and 1F. RGB value is (39,9,31). Sum of RGB (Red+Green+Blue) = 39+9+31=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #27091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27091F is #D8F6E0. Grayscale: #141414. Windows color (decimal): -14218977 or 2033959. OLE color: 2033959.
HSL color Cylindrical-coordinate representation of color #27091F: hue angle of 316º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27091F is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 9 | 31 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.85 |
| HSL | 316º | 0.63% | 0.09% | - |
| HSV(B) | 316º | 0.77% | 0.15% | - |
| XYZ | 1.18 | 0.73 | 1.37 | - |
| YUV | 20.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 31 | 0 | 0.77 | 0.21 | 0.85 | 316 | 0.63 | 0.09 |
| Hex | 27 | 9 | 1F | 0 | 4D | 15 | 55 | 13C | 3E | 9 |
| Octal | 47 | 11 | 37 | 0 | 115 | 25 | 125 | 474 | 76 | 11 |
| Binary | 100111 | 1001 | 11111 | 0 | 1001101 | 10101 | 1010101 | 100111100 | 111110 | 1001 |
Color Harmonies of #27091F
Complementary color
Monochromatic Colors of #27091F
Black with #27091F
Text Example
Text Example
White with #27091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27091F; }
p { color: rgb(39,9,31); }
H1.HeaderClassName
{
color: #27091F;
}
.AnyTagClassName
{
color: #27091F;
}
</style>
background-color css
<style>
a { background-color: #27091F; }
a { background-color: rgb(39,9,31); }
div.DivClassName
{
background-color: #27091F;
}
.BgClassName
{
background-color: #27091F;
}
</style>
border-color css
<style>
span { border-color: #27091F; }
span { border-color: rgb(39,9,31); }
td.TdClassName
{
border-color: #27091F;
}
.TagClassName
{
border-color: #27091F;
}
</style>