Shades of Maire #2E2813
Tints of Maire #2E2813
RGB
CMYK
RGB Variations
Color information
#2E2813 (or 0x2E2813) is known color: Maire. HEX triplet: 2E, 28 and 13. RGB value is (46,40,19). Sum of RGB (Red+Green+Blue) = 46+40+19=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2813 is #D1D7EC. Grayscale: #272727. Windows color (decimal): -13752301 or 1255470. OLE color: 1255470.
HSL color Cylindrical-coordinate representation of color #2E2813: hue angle of 46.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E2813 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 19 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.82 |
| HSL | 46.67º | 0.42% | 0.13% | - |
| HSV(B) | 46.67º | 0.59% | 0.18% | - |
| XYZ | 2 | 2.15 | 0.92 | - |
| YUV | 39.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 19 | 0 | 0.13 | 0.59 | 0.82 | 46.67 | 0.42 | 0.13 |
| Hex | 2E | 28 | 13 | 0 | D | 3B | 52 | 2F | 2A | D |
| Octal | 56 | 50 | 23 | 0 | 15 | 73 | 122 | 57 | 52 | 15 |
| Binary | 101110 | 101000 | 10011 | 0 | 1101 | 111011 | 1010010 | 101111 | 101010 | 1101 |
Color Harmonies of #2E2813
Complementary color
Monochromatic Colors of #2E2813
Black with #2E2813
Text Example
Text Example
White with #2E2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2813; }
p { color: rgb(46,40,19); }
H1.HeaderClassName
{
color: #2E2813;
}
.AnyTagClassName
{
color: #2E2813;
}
</style>
background-color css
<style>
a { background-color: #2E2813; }
a { background-color: rgb(46,40,19); }
div.DivClassName
{
background-color: #2E2813;
}
.BgClassName
{
background-color: #2E2813;
}
</style>
border-color css
<style>
span { border-color: #2E2813; }
span { border-color: rgb(46,40,19); }
td.TdClassName
{
border-color: #2E2813;
}
.TagClassName
{
border-color: #2E2813;
}
</style>