Shades of Maire #2E2807
Tints of Maire #2E2807
RGB
CMYK
RGB Variations
Color information
#2E2807 (or 0x2E2807) is known color: Maire. HEX triplet: 2E, 28 and 07. RGB value is (46,40,7). Sum of RGB (Red+Green+Blue) = 46+40+7=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2807 is #D1D7F8. Grayscale: #262626. Windows color (decimal): -13752313 or 469038. OLE color: 469038.
HSL color Cylindrical-coordinate representation of color #2E2807: hue angle of 50.77º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E2807 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 7 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.82 |
| HSL | 50.77º | 0.74% | 0.1% | - |
| HSV(B) | 50.77º | 0.85% | 0.18% | - |
| XYZ | 1.92 | 2.11 | 0.51 | - |
| YUV | 38.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 7 | 0 | 0.13 | 0.85 | 0.82 | 50.77 | 0.74 | 0.1 |
| Hex | 2E | 28 | 7 | 0 | D | 55 | 52 | 33 | 4A | A |
| Octal | 56 | 50 | 7 | 0 | 15 | 125 | 122 | 63 | 112 | 12 |
| Binary | 101110 | 101000 | 111 | 0 | 1101 | 1010101 | 1010010 | 110011 | 1001010 | 1010 |
Color Harmonies of #2E2807
Complementary color
Monochromatic Colors of #2E2807
Black with #2E2807
Text Example
Text Example
White with #2E2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2807; }
p { color: rgb(46,40,7); }
H1.HeaderClassName
{
color: #2E2807;
}
.AnyTagClassName
{
color: #2E2807;
}
</style>
background-color css
<style>
a { background-color: #2E2807; }
a { background-color: rgb(46,40,7); }
div.DivClassName
{
background-color: #2E2807;
}
.BgClassName
{
background-color: #2E2807;
}
</style>
border-color css
<style>
span { border-color: #2E2807; }
span { border-color: rgb(46,40,7); }
td.TdClassName
{
border-color: #2E2807;
}
.TagClassName
{
border-color: #2E2807;
}
</style>