Shades of Melanzane #270B1F
Tints of Melanzane #270B1F
RGB
CMYK
RGB Variations
Color information
#270B1F (or 0x270B1F) is known color: Melanzane. HEX triplet: 27, 0B and 1F. RGB value is (39,11,31). Sum of RGB (Red+Green+Blue) = 39+11+31=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #270B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B1F is #D8F4E0. Grayscale: #151515. Windows color (decimal): -14218465 or 2034471. OLE color: 2034471.
HSL color Cylindrical-coordinate representation of color #270B1F: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B1F is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 31 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.85 |
| HSL | 317.14º | 0.56% | 0.1% | - |
| HSV(B) | 317.14º | 0.72% | 0.15% | - |
| XYZ | 1.2 | 0.77 | 1.38 | - |
| YUV | 21.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 31 | 0 | 0.72 | 0.21 | 0.85 | 317.14 | 0.56 | 0.1 |
| Hex | 27 | B | 1F | 0 | 48 | 15 | 55 | 13D | 38 | A |
| Octal | 47 | 13 | 37 | 0 | 110 | 25 | 125 | 475 | 70 | 12 |
| Binary | 100111 | 1011 | 11111 | 0 | 1001000 | 10101 | 1010101 | 100111101 | 111000 | 1010 |
Color Harmonies of #270B1F
Complementary color
Monochromatic Colors of #270B1F
Black with #270B1F
Text Example
Text Example
White with #270B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B1F; }
p { color: rgb(39,11,31); }
H1.HeaderClassName
{
color: #270B1F;
}
.AnyTagClassName
{
color: #270B1F;
}
</style>
background-color css
<style>
a { background-color: #270B1F; }
a { background-color: rgb(39,11,31); }
div.DivClassName
{
background-color: #270B1F;
}
.BgClassName
{
background-color: #270B1F;
}
</style>
border-color css
<style>
span { border-color: #270B1F; }
span { border-color: rgb(39,11,31); }
td.TdClassName
{
border-color: #270B1F;
}
.TagClassName
{
border-color: #270B1F;
}
</style>