Shades of Maire #2E2B09
Tints of Maire #2E2B09
RGB
CMYK
RGB Variations
Color information
#2E2B09 (or 0x2E2B09) is known color: Maire. HEX triplet: 2E, 2B and 09. RGB value is (46,43,9). Sum of RGB (Red+Green+Blue) = 46+43+9=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2B09 is #D1D4F6. Grayscale: #282828. Windows color (decimal): -13751543 or 600878. OLE color: 600878.
HSL color Cylindrical-coordinate representation of color #2E2B09: hue angle of 55.14º 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 #2E2B09 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 43 | 9 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.82 |
| HSL | 55.14º | 0.67% | 0.11% | - |
| HSV(B) | 55.14º | 0.8% | 0.18% | - |
| XYZ | 2.04 | 2.33 | 0.6 | - |
| YUV | 40.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 9 | 0 | 0.07 | 0.80 | 0.82 | 55.14 | 0.67 | 0.11 |
| Hex | 2E | 2B | 9 | 0 | 7 | 50 | 52 | 37 | 43 | B |
| Octal | 56 | 53 | 11 | 0 | 7 | 120 | 122 | 67 | 103 | 13 |
| Binary | 101110 | 101011 | 1001 | 0 | 111 | 1010000 | 1010010 | 110111 | 1000011 | 1011 |
Color Harmonies of #2E2B09
Complementary color
Monochromatic Colors of #2E2B09
Black with #2E2B09
Text Example
Text Example
White with #2E2B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B09; }
p { color: rgb(46,43,9); }
H1.HeaderClassName
{
color: #2E2B09;
}
.AnyTagClassName
{
color: #2E2B09;
}
</style>
background-color css
<style>
a { background-color: #2E2B09; }
a { background-color: rgb(46,43,9); }
div.DivClassName
{
background-color: #2E2B09;
}
.BgClassName
{
background-color: #2E2B09;
}
</style>
border-color css
<style>
span { border-color: #2E2B09; }
span { border-color: rgb(46,43,9); }
td.TdClassName
{
border-color: #2E2B09;
}
.TagClassName
{
border-color: #2E2B09;
}
</style>