Shades of Maire #2E2409
Tints of Maire #2E2409
RGB
CMYK
RGB Variations
Color information
#2E2409 (or 0x2E2409) is known color: Maire. HEX triplet: 2E, 24 and 09. RGB value is (46,36,9). Sum of RGB (Red+Green+Blue) = 46+36+9=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2409 is #D1DBF6. Grayscale: #242424. Windows color (decimal): -13753335 or 599086. OLE color: 599086.
HSL color Cylindrical-coordinate representation of color #2E2409: hue angle of 43.78º 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 #2E2409 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 9 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.82 |
| HSL | 43.78º | 0.67% | 0.11% | - |
| HSV(B) | 43.78º | 0.8% | 0.18% | - |
| XYZ | 1.81 | 1.86 | 0.52 | - |
| YUV | 35.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 9 | 0 | 0.22 | 0.80 | 0.82 | 43.78 | 0.67 | 0.11 |
| Hex | 2E | 24 | 9 | 0 | 16 | 50 | 52 | 2C | 43 | B |
| Octal | 56 | 44 | 11 | 0 | 26 | 120 | 122 | 54 | 103 | 13 |
| Binary | 101110 | 100100 | 1001 | 0 | 10110 | 1010000 | 1010010 | 101100 | 1000011 | 1011 |
Color Harmonies of #2E2409
Complementary color
Monochromatic Colors of #2E2409
Black with #2E2409
Text Example
Text Example
White with #2E2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2409; }
p { color: rgb(46,36,9); }
H1.HeaderClassName
{
color: #2E2409;
}
.AnyTagClassName
{
color: #2E2409;
}
</style>
background-color css
<style>
a { background-color: #2E2409; }
a { background-color: rgb(46,36,9); }
div.DivClassName
{
background-color: #2E2409;
}
.BgClassName
{
background-color: #2E2409;
}
</style>
border-color css
<style>
span { border-color: #2E2409; }
span { border-color: rgb(46,36,9); }
td.TdClassName
{
border-color: #2E2409;
}
.TagClassName
{
border-color: #2E2409;
}
</style>