Shades of Maire #2E2814
Tints of Maire #2E2814
RGB
CMYK
RGB Variations
Color information
#2E2814 (or 0x2E2814) is known color: Maire. HEX triplet: 2E, 28 and 14. RGB value is (46,40,20). Sum of RGB (Red+Green+Blue) = 46+40+20=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2814 is #D1D7EB. Grayscale: #272727. Windows color (decimal): -13752300 or 1321006. OLE color: 1321006.
HSL color Cylindrical-coordinate representation of color #2E2814: hue angle of 46.15º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E2814 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 40 | 20 | - |
CMYK | 0 | 0.13 | 0.57 | 0.82 |
HSL | 46.15º | 0.39% | 0.13% | - |
HSV(B) | 46.15º | 0.57% | 0.18% | - |
XYZ | 2.01 | 2.15 | 0.97 | - |
YUV | 39.51 | 116.99 | 132.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 40 | 20 | 0 | 0.13 | 0.57 | 0.82 | 46.15 | 0.39 | 0.13 |
Hex | 2E | 28 | 14 | 0 | D | 39 | 52 | 2E | 27 | D |
Octal | 56 | 50 | 24 | 0 | 15 | 71 | 122 | 56 | 47 | 15 |
Binary | 101110 | 101000 | 10100 | 0 | 1101 | 111001 | 1010010 | 101110 | 100111 | 1101 |
Color Harmonies of #2E2814
Complementary color
Monochromatic Colors of #2E2814
Black with #2E2814
Text Example
Text Example
White with #2E2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2814; }
p { color: rgb(46,40,20); }
H1.HeaderClassName
{
color: #2E2814;
}
.AnyTagClassName
{
color: #2E2814;
}
</style>
background-color css
<style>
a { background-color: #2E2814; }
a { background-color: rgb(46,40,20); }
div.DivClassName
{
background-color: #2E2814;
}
.BgClassName
{
background-color: #2E2814;
}
</style>
border-color css
<style>
span { border-color: #2E2814; }
span { border-color: rgb(46,40,20); }
td.TdClassName
{
border-color: #2E2814;
}
.TagClassName
{
border-color: #2E2814;
}
</style>