Shades of Maire #2E2400
Tints of Maire #2E2400
RGB
CMYK
RGB Variations
Color information
#2E2400 (or 0x2E2400) is known color: Maire. HEX triplet: 2E, 24 and 00. RGB value is (46,36,0). Sum of RGB (Red+Green+Blue) = 46+36+0=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2400 is #D1DBFF. Grayscale: #232323. Windows color (decimal): -13753344 or 9262. OLE color: 9262.
HSL color Cylindrical-coordinate representation of color #2E2400: hue angle of 46.96º 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 #2E2400 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.82 |
| HSL | 46.96º | 1% | 0.09% | - |
| HSV(B) | 46.96º | 1% | 0.18% | - |
| XYZ | 1.76 | 1.84 | 0.26 | - |
| YUV | 34.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 0 | 0 | 0.22 | 1 | 0.82 | 46.96 | 1 | 0.09 |
| Hex | 2E | 24 | 0 | 0 | 16 | 64 | 52 | 2F | 64 | 9 |
| Octal | 56 | 44 | 0 | 0 | 26 | 144 | 122 | 57 | 144 | 11 |
| Binary | 101110 | 100100 | 0 | 0 | 10110 | 1100100 | 1010010 | 101111 | 1100100 | 1001 |
Color Harmonies of #2E2400
Complementary color
Monochromatic Colors of #2E2400
Black with #2E2400
Text Example
Text Example
White with #2E2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2400; }
p { color: rgb(46,36,0); }
H1.HeaderClassName
{
color: #2E2400;
}
.AnyTagClassName
{
color: #2E2400;
}
</style>
background-color css
<style>
a { background-color: #2E2400; }
a { background-color: rgb(46,36,0); }
div.DivClassName
{
background-color: #2E2400;
}
.BgClassName
{
background-color: #2E2400;
}
</style>
border-color css
<style>
span { border-color: #2E2400; }
span { border-color: rgb(46,36,0); }
td.TdClassName
{
border-color: #2E2400;
}
.TagClassName
{
border-color: #2E2400;
}
</style>