Shades of Maire #2E2808
Tints of Maire #2E2808
RGB
CMYK
RGB Variations
Color information
#2E2808 (or 0x2E2808) is known color: Maire. HEX triplet: 2E, 28 and 08. RGB value is (46,40,8). Sum of RGB (Red+Green+Blue) = 46+40+8=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2808 is #D1D7F7. Grayscale: #262626. Windows color (decimal): -13752312 or 534574. OLE color: 534574.
HSL color Cylindrical-coordinate representation of color #2E2808: hue angle of 50.53º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2808 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 8 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.82 |
| HSL | 50.53º | 0.7% | 0.11% | - |
| HSV(B) | 50.53º | 0.83% | 0.18% | - |
| XYZ | 1.93 | 2.12 | 0.54 | - |
| YUV | 38.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 8 | 0 | 0.13 | 0.83 | 0.82 | 50.53 | 0.7 | 0.11 |
| Hex | 2E | 28 | 8 | 0 | D | 53 | 52 | 33 | 46 | B |
| Octal | 56 | 50 | 10 | 0 | 15 | 123 | 122 | 63 | 106 | 13 |
| Binary | 101110 | 101000 | 1000 | 0 | 1101 | 1010011 | 1010010 | 110011 | 1000110 | 1011 |
Color Harmonies of #2E2808
Complementary color
Monochromatic Colors of #2E2808
Black with #2E2808
Text Example
Text Example
White with #2E2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2808; }
p { color: rgb(46,40,8); }
H1.HeaderClassName
{
color: #2E2808;
}
.AnyTagClassName
{
color: #2E2808;
}
</style>
background-color css
<style>
a { background-color: #2E2808; }
a { background-color: rgb(46,40,8); }
div.DivClassName
{
background-color: #2E2808;
}
.BgClassName
{
background-color: #2E2808;
}
</style>
border-color css
<style>
span { border-color: #2E2808; }
span { border-color: rgb(46,40,8); }
td.TdClassName
{
border-color: #2E2808;
}
.TagClassName
{
border-color: #2E2808;
}
</style>