Shades of Maire #2E2810
Tints of Maire #2E2810
RGB
CMYK
RGB Variations
Color information
#2E2810 (or 0x2E2810) is known color: Maire. HEX triplet: 2E, 28 and 10. RGB value is (46,40,16). Sum of RGB (Red+Green+Blue) = 46+40+16=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2810 is #D1D7EF. Grayscale: #272727. Windows color (decimal): -13752304 or 1058862. OLE color: 1058862.
HSL color Cylindrical-coordinate representation of color #2E2810: hue angle of 48º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2810 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 16 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.82 |
| HSL | 48º | 0.48% | 0.12% | - |
| HSV(B) | 48º | 0.65% | 0.18% | - |
| XYZ | 1.98 | 2.14 | 0.8 | - |
| YUV | 39.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 16 | 0 | 0.13 | 0.65 | 0.82 | 48 | 0.48 | 0.12 |
| Hex | 2E | 28 | 10 | 0 | D | 41 | 52 | 30 | 30 | C |
| Octal | 56 | 50 | 20 | 0 | 15 | 101 | 122 | 60 | 60 | 14 |
| Binary | 101110 | 101000 | 10000 | 0 | 1101 | 1000001 | 1010010 | 110000 | 110000 | 1100 |
Color Harmonies of #2E2810
Complementary color
Monochromatic Colors of #2E2810
Black with #2E2810
Text Example
Text Example
White with #2E2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2810; }
p { color: rgb(46,40,16); }
H1.HeaderClassName
{
color: #2E2810;
}
.AnyTagClassName
{
color: #2E2810;
}
</style>
background-color css
<style>
a { background-color: #2E2810; }
a { background-color: rgb(46,40,16); }
div.DivClassName
{
background-color: #2E2810;
}
.BgClassName
{
background-color: #2E2810;
}
</style>
border-color css
<style>
span { border-color: #2E2810; }
span { border-color: rgb(46,40,16); }
td.TdClassName
{
border-color: #2E2810;
}
.TagClassName
{
border-color: #2E2810;
}
</style>