Shades of Melanzane #27131F
Tints of Melanzane #27131F
RGB
CMYK
RGB Variations
Color information
#27131F (or 0x27131F) is known color: Melanzane. HEX triplet: 27, 13 and 1F. RGB value is (39,19,31). Sum of RGB (Red+Green+Blue) = 39+19+31=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27131F is #D8ECE0. Grayscale: #1A1A1A. Windows color (decimal): -14216417 or 2036519. OLE color: 2036519.
HSL color Cylindrical-coordinate representation of color #27131F: hue angle of 324º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27131F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 19 | 31 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.85 |
| HSL | 324º | 0.34% | 0.11% | - |
| HSV(B) | 324º | 0.51% | 0.15% | - |
| XYZ | 1.32 | 1 | 1.42 | - |
| YUV | 26.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 31 | 0 | 0.51 | 0.21 | 0.85 | 324 | 0.34 | 0.11 |
| Hex | 27 | 13 | 1F | 0 | 33 | 15 | 55 | 144 | 22 | B |
| Octal | 47 | 23 | 37 | 0 | 63 | 25 | 125 | 504 | 42 | 13 |
| Binary | 100111 | 10011 | 11111 | 0 | 110011 | 10101 | 1010101 | 101000100 | 100010 | 1011 |
Color Harmonies of #27131F
Complementary color
Monochromatic Colors of #27131F
Black with #27131F
Text Example
Text Example
White with #27131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27131F; }
p { color: rgb(39,19,31); }
H1.HeaderClassName
{
color: #27131F;
}
.AnyTagClassName
{
color: #27131F;
}
</style>
background-color css
<style>
a { background-color: #27131F; }
a { background-color: rgb(39,19,31); }
div.DivClassName
{
background-color: #27131F;
}
.BgClassName
{
background-color: #27131F;
}
</style>
border-color css
<style>
span { border-color: #27131F; }
span { border-color: rgb(39,19,31); }
td.TdClassName
{
border-color: #27131F;
}
.TagClassName
{
border-color: #27131F;
}
</style>