Shades of Maire #2E2709
Tints of Maire #2E2709
RGB
CMYK
RGB Variations
Color information
#2E2709 (or 0x2E2709) is known color: Maire. HEX triplet: 2E, 27 and 09. RGB value is (46,39,9). Sum of RGB (Red+Green+Blue) = 46+39+9=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2709 is #D1D8F6. Grayscale: #252525. Windows color (decimal): -13752567 or 599854. OLE color: 599854.
HSL color Cylindrical-coordinate representation of color #2E2709: hue angle of 48.65º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2709 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 9 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.82 |
| HSL | 48.65º | 0.67% | 0.11% | - |
| HSV(B) | 48.65º | 0.8% | 0.18% | - |
| XYZ | 1.9 | 2.05 | 0.55 | - |
| YUV | 37.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 9 | 0 | 0.15 | 0.80 | 0.82 | 48.65 | 0.67 | 0.11 |
| Hex | 2E | 27 | 9 | 0 | F | 50 | 52 | 31 | 43 | B |
| Octal | 56 | 47 | 11 | 0 | 17 | 120 | 122 | 61 | 103 | 13 |
| Binary | 101110 | 100111 | 1001 | 0 | 1111 | 1010000 | 1010010 | 110001 | 1000011 | 1011 |
Color Harmonies of #2E2709
Complementary color
Monochromatic Colors of #2E2709
Black with #2E2709
Text Example
Text Example
White with #2E2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2709; }
p { color: rgb(46,39,9); }
H1.HeaderClassName
{
color: #2E2709;
}
.AnyTagClassName
{
color: #2E2709;
}
</style>
background-color css
<style>
a { background-color: #2E2709; }
a { background-color: rgb(46,39,9); }
div.DivClassName
{
background-color: #2E2709;
}
.BgClassName
{
background-color: #2E2709;
}
</style>
border-color css
<style>
span { border-color: #2E2709; }
span { border-color: rgb(46,39,9); }
td.TdClassName
{
border-color: #2E2709;
}
.TagClassName
{
border-color: #2E2709;
}
</style>