Shades of Maire #2E2402
Tints of Maire #2E2402
RGB
CMYK
RGB Variations
Color information
#2E2402 (or 0x2E2402) is known color: Maire. HEX triplet: 2E, 24 and 02. RGB value is (46,36,2). Sum of RGB (Red+Green+Blue) = 46+36+2=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2402 is #D1DBFD. Grayscale: #232323. Windows color (decimal): -13753342 or 140334. OLE color: 140334.
HSL color Cylindrical-coordinate representation of color #2E2402: hue angle of 46.36º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E2402 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 2 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.82 |
| HSL | 46.36º | 0.92% | 0.09% | - |
| HSV(B) | 46.36º | 0.96% | 0.18% | - |
| XYZ | 1.77 | 1.85 | 0.32 | - |
| YUV | 35.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 2 | 0 | 0.22 | 0.96 | 0.82 | 46.36 | 0.92 | 0.09 |
| Hex | 2E | 24 | 2 | 0 | 16 | 60 | 52 | 2E | 5C | 9 |
| Octal | 56 | 44 | 2 | 0 | 26 | 140 | 122 | 56 | 134 | 11 |
| Binary | 101110 | 100100 | 10 | 0 | 10110 | 1100000 | 1010010 | 101110 | 1011100 | 1001 |
Color Harmonies of #2E2402
Complementary color
Monochromatic Colors of #2E2402
Black with #2E2402
Text Example
Text Example
White with #2E2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2402; }
p { color: rgb(46,36,2); }
H1.HeaderClassName
{
color: #2E2402;
}
.AnyTagClassName
{
color: #2E2402;
}
</style>
background-color css
<style>
a { background-color: #2E2402; }
a { background-color: rgb(46,36,2); }
div.DivClassName
{
background-color: #2E2402;
}
.BgClassName
{
background-color: #2E2402;
}
</style>
border-color css
<style>
span { border-color: #2E2402; }
span { border-color: rgb(46,36,2); }
td.TdClassName
{
border-color: #2E2402;
}
.TagClassName
{
border-color: #2E2402;
}
</style>