Shades of Maire #2E2905
Tints of Maire #2E2905
RGB
CMYK
RGB Variations
Color information
#2E2905 (or 0x2E2905) is known color: Maire. HEX triplet: 2E, 29 and 05. RGB value is (46,41,5). Sum of RGB (Red+Green+Blue) = 46+41+5=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2905 is #D1D6FA. Grayscale: #262626. Windows color (decimal): -13752059 or 338222. OLE color: 338222.
HSL color Cylindrical-coordinate representation of color #2E2905: hue angle of 52.68º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E2905 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 5 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.82 |
| HSL | 52.68º | 0.8% | 0.1% | - |
| HSV(B) | 52.68º | 0.89% | 0.18% | - |
| XYZ | 1.95 | 2.18 | 0.46 | - |
| YUV | 38.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 5 | 0 | 0.11 | 0.89 | 0.82 | 52.68 | 0.8 | 0.1 |
| Hex | 2E | 29 | 5 | 0 | B | 59 | 52 | 35 | 50 | A |
| Octal | 56 | 51 | 5 | 0 | 13 | 131 | 122 | 65 | 120 | 12 |
| Binary | 101110 | 101001 | 101 | 0 | 1011 | 1011001 | 1010010 | 110101 | 1010000 | 1010 |
Color Harmonies of #2E2905
Complementary color
Monochromatic Colors of #2E2905
Black with #2E2905
Text Example
Text Example
White with #2E2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2905; }
p { color: rgb(46,41,5); }
H1.HeaderClassName
{
color: #2E2905;
}
.AnyTagClassName
{
color: #2E2905;
}
</style>
background-color css
<style>
a { background-color: #2E2905; }
a { background-color: rgb(46,41,5); }
div.DivClassName
{
background-color: #2E2905;
}
.BgClassName
{
background-color: #2E2905;
}
</style>
border-color css
<style>
span { border-color: #2E2905; }
span { border-color: rgb(46,41,5); }
td.TdClassName
{
border-color: #2E2905;
}
.TagClassName
{
border-color: #2E2905;
}
</style>