Shades of Maire #2E2B10
Tints of Maire #2E2B10
RGB
CMYK
RGB Variations
Color information
#2E2B10 (or 0x2E2B10) is known color: Maire. HEX triplet: 2E, 2B and 10. RGB value is (46,43,16). Sum of RGB (Red+Green+Blue) = 46+43+16=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2B10 is #D1D4EF. Grayscale: #282828. Windows color (decimal): -13751536 or 1059630. OLE color: 1059630.
HSL color Cylindrical-coordinate representation of color #2E2B10: hue angle of 54º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2B10 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 43 | 16 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.82 |
| HSL | 54º | 0.48% | 0.12% | - |
| HSV(B) | 54º | 0.65% | 0.18% | - |
| XYZ | 2.08 | 2.35 | 0.83 | - |
| YUV | 40.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 16 | 0 | 0.07 | 0.65 | 0.82 | 54 | 0.48 | 0.12 |
| Hex | 2E | 2B | 10 | 0 | 7 | 41 | 52 | 36 | 30 | C |
| Octal | 56 | 53 | 20 | 0 | 7 | 101 | 122 | 66 | 60 | 14 |
| Binary | 101110 | 101011 | 10000 | 0 | 111 | 1000001 | 1010010 | 110110 | 110000 | 1100 |
Color Harmonies of #2E2B10
Complementary color
Monochromatic Colors of #2E2B10
Black with #2E2B10
Text Example
Text Example
White with #2E2B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B10; }
p { color: rgb(46,43,16); }
H1.HeaderClassName
{
color: #2E2B10;
}
.AnyTagClassName
{
color: #2E2B10;
}
</style>
background-color css
<style>
a { background-color: #2E2B10; }
a { background-color: rgb(46,43,16); }
div.DivClassName
{
background-color: #2E2B10;
}
.BgClassName
{
background-color: #2E2B10;
}
</style>
border-color css
<style>
span { border-color: #2E2B10; }
span { border-color: rgb(46,43,16); }
td.TdClassName
{
border-color: #2E2B10;
}
.TagClassName
{
border-color: #2E2B10;
}
</style>