Shades of Maire #2E2700
Tints of Maire #2E2700
RGB
CMYK
RGB Variations
Color information
#2E2700 (or 0x2E2700) is known color: Maire. HEX triplet: 2E, 27 and 00. RGB value is (46,39,0). Sum of RGB (Red+Green+Blue) = 46+39+0=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2700 is #D1D8FF. Grayscale: #242424. Windows color (decimal): -13752576 or 10030. OLE color: 10030.
HSL color Cylindrical-coordinate representation of color #2E2700: hue angle of 50.87º 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 #2E2700 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.82 |
| HSL | 50.87º | 1% | 0.09% | - |
| HSV(B) | 50.87º | 1% | 0.18% | - |
| XYZ | 1.85 | 2.03 | 0.29 | - |
| YUV | 36.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 0 | 0 | 0.15 | 1 | 0.82 | 50.87 | 1 | 0.09 |
| Hex | 2E | 27 | 0 | 0 | F | 64 | 52 | 33 | 64 | 9 |
| Octal | 56 | 47 | 0 | 0 | 17 | 144 | 122 | 63 | 144 | 11 |
| Binary | 101110 | 100111 | 0 | 0 | 1111 | 1100100 | 1010010 | 110011 | 1100100 | 1001 |
Color Harmonies of #2E2700
Complementary color
Monochromatic Colors of #2E2700
Black with #2E2700
Text Example
Text Example
White with #2E2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2700; }
p { color: rgb(46,39,0); }
H1.HeaderClassName
{
color: #2E2700;
}
.AnyTagClassName
{
color: #2E2700;
}
</style>
background-color css
<style>
a { background-color: #2E2700; }
a { background-color: rgb(46,39,0); }
div.DivClassName
{
background-color: #2E2700;
}
.BgClassName
{
background-color: #2E2700;
}
</style>
border-color css
<style>
span { border-color: #2E2700; }
span { border-color: rgb(46,39,0); }
td.TdClassName
{
border-color: #2E2700;
}
.TagClassName
{
border-color: #2E2700;
}
</style>