Shades of Melanzane #270F20
Tints of Melanzane #270F20
RGB
CMYK
RGB Variations
Color information
#270F20 (or 0x270F20) is known color: Melanzane. HEX triplet: 27, 0F and 20. RGB value is (39,15,32). Sum of RGB (Red+Green+Blue) = 39+15+32=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #270F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F20 is #D8F0DF. Grayscale: #181818. Windows color (decimal): -14217440 or 2101031. OLE color: 2101031.
HSL color Cylindrical-coordinate representation of color #270F20: hue angle of 317.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #270F20 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 32 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.85 |
| HSL | 317.5º | 0.44% | 0.11% | - |
| HSV(B) | 317.5º | 0.62% | 0.15% | - |
| XYZ | 1.27 | 0.88 | 1.47 | - |
| YUV | 24.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 32 | 0 | 0.62 | 0.18 | 0.85 | 317.5 | 0.44 | 0.11 |
| Hex | 27 | F | 20 | 0 | 3E | 12 | 55 | 13E | 2C | B |
| Octal | 47 | 17 | 40 | 0 | 76 | 22 | 125 | 476 | 54 | 13 |
| Binary | 100111 | 1111 | 100000 | 0 | 111110 | 10010 | 1010101 | 100111110 | 101100 | 1011 |
Color Harmonies of #270F20
Complementary color
Monochromatic Colors of #270F20
Black with #270F20
Text Example
Text Example
White with #270F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F20; }
p { color: rgb(39,15,32); }
H1.HeaderClassName
{
color: #270F20;
}
.AnyTagClassName
{
color: #270F20;
}
</style>
background-color css
<style>
a { background-color: #270F20; }
a { background-color: rgb(39,15,32); }
div.DivClassName
{
background-color: #270F20;
}
.BgClassName
{
background-color: #270F20;
}
</style>
border-color css
<style>
span { border-color: #270F20; }
span { border-color: rgb(39,15,32); }
td.TdClassName
{
border-color: #270F20;
}
.TagClassName
{
border-color: #270F20;
}
</style>