Shades of Maire #2E260F
Tints of Maire #2E260F
RGB
CMYK
RGB Variations
Color information
#2E260F (or 0x2E260F) is known color: Maire. HEX triplet: 2E, 26 and 0F. RGB value is (46,38,15). Sum of RGB (Red+Green+Blue) = 46+38+15=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E260F is #D1D9F0. Grayscale: #252525. Windows color (decimal): -13752817 or 992814. OLE color: 992814.
HSL color Cylindrical-coordinate representation of color #2E260F: hue angle of 44.52º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E260F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 15 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.82 |
| HSL | 44.52º | 0.51% | 0.12% | - |
| HSV(B) | 44.52º | 0.67% | 0.18% | - |
| XYZ | 1.91 | 2 | 0.74 | - |
| YUV | 37.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 15 | 0 | 0.17 | 0.67 | 0.82 | 44.52 | 0.51 | 0.12 |
| Hex | 2E | 26 | F | 0 | 11 | 43 | 52 | 2D | 33 | C |
| Octal | 56 | 46 | 17 | 0 | 21 | 103 | 122 | 55 | 63 | 14 |
| Binary | 101110 | 100110 | 1111 | 0 | 10001 | 1000011 | 1010010 | 101101 | 110011 | 1100 |
Color Harmonies of #2E260F
Complementary color
Monochromatic Colors of #2E260F
Black with #2E260F
Text Example
Text Example
White with #2E260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E260F; }
p { color: rgb(46,38,15); }
H1.HeaderClassName
{
color: #2E260F;
}
.AnyTagClassName
{
color: #2E260F;
}
</style>
background-color css
<style>
a { background-color: #2E260F; }
a { background-color: rgb(46,38,15); }
div.DivClassName
{
background-color: #2E260F;
}
.BgClassName
{
background-color: #2E260F;
}
</style>
border-color css
<style>
span { border-color: #2E260F; }
span { border-color: rgb(46,38,15); }
td.TdClassName
{
border-color: #2E260F;
}
.TagClassName
{
border-color: #2E260F;
}
</style>