Shades of Maire #2F2811
Tints of Maire #2F2811
RGB
CMYK
RGB Variations
Color information
#2F2811 (or 0x2F2811) is known color: Maire. HEX triplet: 2F, 28 and 11. RGB value is (47,40,17). Sum of RGB (Red+Green+Blue) = 47+40+17=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2811 is #D0D7EE. Grayscale: #272727. Windows color (decimal): -13686767 or 1124399. OLE color: 1124399.
HSL color Cylindrical-coordinate representation of color #2F2811: hue angle of 46º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F2811 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 17 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.82 |
| HSL | 46º | 0.47% | 0.13% | - |
| HSV(B) | 46º | 0.64% | 0.18% | - |
| XYZ | 2.03 | 2.16 | 0.84 | - |
| YUV | 39.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 17 | 0 | 0.15 | 0.64 | 0.82 | 46 | 0.47 | 0.13 |
| Hex | 2F | 28 | 11 | 0 | F | 40 | 52 | 2E | 2F | D |
| Octal | 57 | 50 | 21 | 0 | 17 | 100 | 122 | 56 | 57 | 15 |
| Binary | 101111 | 101000 | 10001 | 0 | 1111 | 1000000 | 1010010 | 101110 | 101111 | 1101 |
Color Harmonies of #2F2811
Complementary color
Monochromatic Colors of #2F2811
Black with #2F2811
Text Example
Text Example
White with #2F2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2811; }
p { color: rgb(47,40,17); }
H1.HeaderClassName
{
color: #2F2811;
}
.AnyTagClassName
{
color: #2F2811;
}
</style>
background-color css
<style>
a { background-color: #2F2811; }
a { background-color: rgb(47,40,17); }
div.DivClassName
{
background-color: #2F2811;
}
.BgClassName
{
background-color: #2F2811;
}
</style>
border-color css
<style>
span { border-color: #2F2811; }
span { border-color: rgb(47,40,17); }
td.TdClassName
{
border-color: #2F2811;
}
.TagClassName
{
border-color: #2F2811;
}
</style>