Shades of Melanzane #270F1F
Tints of Melanzane #270F1F
RGB
CMYK
RGB Variations
Color information
#270F1F (or 0x270F1F) is known color: Melanzane. HEX triplet: 27, 0F and 1F. RGB value is (39,15,31). Sum of RGB (Red+Green+Blue) = 39+15+31=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #270F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F1F is #D8F0E0. Grayscale: #171717. Windows color (decimal): -14217441 or 2035495. OLE color: 2035495.
HSL color Cylindrical-coordinate representation of color #270F1F: hue angle of 320º 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 #270F1F is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 31 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.85 |
| HSL | 320º | 0.44% | 0.11% | - |
| HSV(B) | 320º | 0.62% | 0.15% | - |
| XYZ | 1.25 | 0.87 | 1.4 | - |
| YUV | 24 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 31 | 0 | 0.62 | 0.21 | 0.85 | 320 | 0.44 | 0.11 |
| Hex | 27 | F | 1F | 0 | 3E | 15 | 55 | 140 | 2C | B |
| Octal | 47 | 17 | 37 | 0 | 76 | 25 | 125 | 500 | 54 | 13 |
| Binary | 100111 | 1111 | 11111 | 0 | 111110 | 10101 | 1010101 | 101000000 | 101100 | 1011 |
Color Harmonies of #270F1F
Complementary color
Monochromatic Colors of #270F1F
Black with #270F1F
Text Example
Text Example
White with #270F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F1F; }
p { color: rgb(39,15,31); }
H1.HeaderClassName
{
color: #270F1F;
}
.AnyTagClassName
{
color: #270F1F;
}
</style>
background-color css
<style>
a { background-color: #270F1F; }
a { background-color: rgb(39,15,31); }
div.DivClassName
{
background-color: #270F1F;
}
.BgClassName
{
background-color: #270F1F;
}
</style>
border-color css
<style>
span { border-color: #270F1F; }
span { border-color: rgb(39,15,31); }
td.TdClassName
{
border-color: #270F1F;
}
.TagClassName
{
border-color: #270F1F;
}
</style>