Shades of Melanzane #271F25
Tints of Melanzane #271F25
RGB
CMYK
RGB Variations
Color information
#271F25 (or 0x271F25) is known color: Melanzane. HEX triplet: 27, 1F and 25. RGB value is (39,31,37). Sum of RGB (Red+Green+Blue) = 39+31+37=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 39 - color contains mainly: red. Hex color #271F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F25 is #D8E0DA. Grayscale: #222222. Windows color (decimal): -14213339 or 2432807. OLE color: 2432807.
HSL color Cylindrical-coordinate representation of color #271F25: hue angle of 315º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #271F25 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 31 | 37 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.85 |
| HSL | 315º | 0.11% | 0.14% | - |
| HSV(B) | 315º | 0.21% | 0.15% | - |
| XYZ | 1.66 | 1.54 | 1.96 | - |
| YUV | 34.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 37 | 0 | 0.21 | 0.05 | 0.85 | 315 | 0.11 | 0.14 |
| Hex | 27 | 1F | 25 | 0 | 15 | 5 | 55 | 13B | B | E |
| Octal | 47 | 37 | 45 | 0 | 25 | 5 | 125 | 473 | 13 | 16 |
| Binary | 100111 | 11111 | 100101 | 0 | 10101 | 101 | 1010101 | 100111011 | 1011 | 1110 |
Color Harmonies of #271F25
Complementary color
Monochromatic Colors of #271F25
Black with #271F25
Text Example
Text Example
White with #271F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F25; }
p { color: rgb(39,31,37); }
H1.HeaderClassName
{
color: #271F25;
}
.AnyTagClassName
{
color: #271F25;
}
</style>
background-color css
<style>
a { background-color: #271F25; }
a { background-color: rgb(39,31,37); }
div.DivClassName
{
background-color: #271F25;
}
.BgClassName
{
background-color: #271F25;
}
</style>
border-color css
<style>
span { border-color: #271F25; }
span { border-color: rgb(39,31,37); }
td.TdClassName
{
border-color: #271F25;
}
.TagClassName
{
border-color: #271F25;
}
</style>