Shades of Maire #2E2202
Tints of Maire #2E2202
RGB
CMYK
RGB Variations
Color information
#2E2202 (or 0x2E2202) is known color: Maire. HEX triplet: 2E, 22 and 02. RGB value is (46,34,2). Sum of RGB (Red+Green+Blue) = 46+34+2=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2202 is #D1DDFD. Grayscale: #222222. Windows color (decimal): -13753854 or 139822. OLE color: 139822.
HSL color Cylindrical-coordinate representation of color #2E2202: hue angle of 43.64º 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 #2E2202 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 2 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.82 |
| HSL | 43.64º | 0.92% | 0.09% | - |
| HSV(B) | 43.64º | 0.96% | 0.18% | - |
| XYZ | 1.71 | 1.73 | 0.3 | - |
| YUV | 33.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 2 | 0 | 0.26 | 0.96 | 0.82 | 43.64 | 0.92 | 0.09 |
| Hex | 2E | 22 | 2 | 0 | 1A | 60 | 52 | 2C | 5C | 9 |
| Octal | 56 | 42 | 2 | 0 | 32 | 140 | 122 | 54 | 134 | 11 |
| Binary | 101110 | 100010 | 10 | 0 | 11010 | 1100000 | 1010010 | 101100 | 1011100 | 1001 |
Color Harmonies of #2E2202
Complementary color
Monochromatic Colors of #2E2202
Black with #2E2202
Text Example
Text Example
White with #2E2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2202; }
p { color: rgb(46,34,2); }
H1.HeaderClassName
{
color: #2E2202;
}
.AnyTagClassName
{
color: #2E2202;
}
</style>
background-color css
<style>
a { background-color: #2E2202; }
a { background-color: rgb(46,34,2); }
div.DivClassName
{
background-color: #2E2202;
}
.BgClassName
{
background-color: #2E2202;
}
</style>
border-color css
<style>
span { border-color: #2E2202; }
span { border-color: rgb(46,34,2); }
td.TdClassName
{
border-color: #2E2202;
}
.TagClassName
{
border-color: #2E2202;
}
</style>