Shades of Melanzane #2F1B2A
Tints of Melanzane #2F1B2A
RGB
CMYK
RGB Variations
Color information
#2F1B2A (or 0x2F1B2A) is known color: Melanzane. HEX triplet: 2F, 1B and 2A. RGB value is (47,27,42). Sum of RGB (Red+Green+Blue) = 47+27+42=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B2A is #D0E4D5. Grayscale: #222222. Windows color (decimal): -13690070 or 2759471. OLE color: 2759471.
HSL color Cylindrical-coordinate representation of color #2F1B2A: hue angle of 315º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F1B2A is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 27 | 42 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.82 |
| HSL | 315º | 0.27% | 0.15% | - |
| HSV(B) | 315º | 0.43% | 0.18% | - |
| XYZ | 1.98 | 1.56 | 2.39 | - |
| YUV | 34.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 42 | 0 | 0.43 | 0.11 | 0.82 | 315 | 0.27 | 0.15 |
| Hex | 2F | 1B | 2A | 0 | 2B | B | 52 | 13B | 1B | F |
| Octal | 57 | 33 | 52 | 0 | 53 | 13 | 122 | 473 | 33 | 17 |
| Binary | 101111 | 11011 | 101010 | 0 | 101011 | 1011 | 1010010 | 100111011 | 11011 | 1111 |
Color Harmonies of #2F1B2A
Complementary color
Monochromatic Colors of #2F1B2A
Black with #2F1B2A
Text Example
Text Example
White with #2F1B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B2A; }
p { color: rgb(47,27,42); }
H1.HeaderClassName
{
color: #2F1B2A;
}
.AnyTagClassName
{
color: #2F1B2A;
}
</style>
background-color css
<style>
a { background-color: #2F1B2A; }
a { background-color: rgb(47,27,42); }
div.DivClassName
{
background-color: #2F1B2A;
}
.BgClassName
{
background-color: #2F1B2A;
}
</style>
border-color css
<style>
span { border-color: #2F1B2A; }
span { border-color: rgb(47,27,42); }
td.TdClassName
{
border-color: #2F1B2A;
}
.TagClassName
{
border-color: #2F1B2A;
}
</style>