Shades of Maire #2E2100
Tints of Maire #2E2100
RGB
CMYK
RGB Variations
Color information
#2E2100 (or 0x2E2100) is known color: Maire. HEX triplet: 2E, 21 and 00. RGB value is (46,33,0). Sum of RGB (Red+Green+Blue) = 46+33+0=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2100 is #D1DEFF. Grayscale: #212121. Windows color (decimal): -13754112 or 8494. OLE color: 8494.
HSL color Cylindrical-coordinate representation of color #2E2100: hue angle of 43.04º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E2100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.82 |
| HSL | 43.04º | 1% | 0.09% | - |
| HSV(B) | 43.04º | 1% | 0.18% | - |
| XYZ | 1.67 | 1.67 | 0.23 | - |
| YUV | 33.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 0 | 0 | 0.28 | 1 | 0.82 | 43.04 | 1 | 0.09 |
| Hex | 2E | 21 | 0 | 0 | 1C | 64 | 52 | 2B | 64 | 9 |
| Octal | 56 | 41 | 0 | 0 | 34 | 144 | 122 | 53 | 144 | 11 |
| Binary | 101110 | 100001 | 0 | 0 | 11100 | 1100100 | 1010010 | 101011 | 1100100 | 1001 |
Color Harmonies of #2E2100
Complementary color
Monochromatic Colors of #2E2100
Black with #2E2100
Text Example
Text Example
White with #2E2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2100; }
p { color: rgb(46,33,0); }
H1.HeaderClassName
{
color: #2E2100;
}
.AnyTagClassName
{
color: #2E2100;
}
</style>
background-color css
<style>
a { background-color: #2E2100; }
a { background-color: rgb(46,33,0); }
div.DivClassName
{
background-color: #2E2100;
}
.BgClassName
{
background-color: #2E2100;
}
</style>
border-color css
<style>
span { border-color: #2E2100; }
span { border-color: rgb(46,33,0); }
td.TdClassName
{
border-color: #2E2100;
}
.TagClassName
{
border-color: #2E2100;
}
</style>