Shades of Melanzane #2A1F27
Tints of Melanzane #2A1F27
RGB
CMYK
RGB Variations
Color information
#2A1F27 (or 0x2A1F27) is known color: Melanzane. HEX triplet: 2A, 1F and 27. RGB value is (42,31,39). Sum of RGB (Red+Green+Blue) = 42+31+39=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1F27 is #D5E0D8. Grayscale: #232323. Windows color (decimal): -14016729 or 2563882. OLE color: 2563882.
HSL color Cylindrical-coordinate representation of color #2A1F27: hue angle of 316.36º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A1F27 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 31 | 39 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.84 |
| HSL | 316.36º | 0.15% | 0.14% | - |
| HSV(B) | 316.36º | 0.26% | 0.16% | - |
| XYZ | 1.81 | 1.62 | 2.14 | - |
| YUV | 35.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 39 | 0 | 0.26 | 0.07 | 0.84 | 316.36 | 0.15 | 0.14 |
| Hex | 2A | 1F | 27 | 0 | 1A | 7 | 54 | 13C | F | E |
| Octal | 52 | 37 | 47 | 0 | 32 | 7 | 124 | 474 | 17 | 16 |
| Binary | 101010 | 11111 | 100111 | 0 | 11010 | 111 | 1010100 | 100111100 | 1111 | 1110 |
Color Harmonies of #2A1F27
Complementary color
Monochromatic Colors of #2A1F27
Black with #2A1F27
Text Example
Text Example
White with #2A1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F27; }
p { color: rgb(42,31,39); }
H1.HeaderClassName
{
color: #2A1F27;
}
.AnyTagClassName
{
color: #2A1F27;
}
</style>
background-color css
<style>
a { background-color: #2A1F27; }
a { background-color: rgb(42,31,39); }
div.DivClassName
{
background-color: #2A1F27;
}
.BgClassName
{
background-color: #2A1F27;
}
</style>
border-color css
<style>
span { border-color: #2A1F27; }
span { border-color: rgb(42,31,39); }
td.TdClassName
{
border-color: #2A1F27;
}
.TagClassName
{
border-color: #2A1F27;
}
</style>