Shades of Maire #2E2D09
Tints of Maire #2E2D09
RGB
CMYK
RGB Variations
Color information
#2E2D09 (or 0x2E2D09) is known color: Maire. HEX triplet: 2E, 2D and 09. RGB value is (46,45,9). Sum of RGB (Red+Green+Blue) = 46+45+9=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D09 is #D1D2F6. Grayscale: #292929. Windows color (decimal): -13751031 or 601390. OLE color: 601390.
HSL color Cylindrical-coordinate representation of color #2E2D09: hue angle of 58.38º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2D09 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 45 | 9 | - |
CMYK | 0 | 0.02 | 0.80 | 0.82 |
HSL | 58.38º | 0.67% | 0.11% | - |
HSV(B) | 58.38º | 0.8% | 0.18% | - |
XYZ | 2.11 | 2.48 | 0.63 | - |
YUV | 41.2 | 109.83 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 45 | 9 | 0 | 0.02 | 0.80 | 0.82 | 58.38 | 0.67 | 0.11 |
Hex | 2E | 2D | 9 | 0 | 2 | 50 | 52 | 3A | 43 | B |
Octal | 56 | 55 | 11 | 0 | 2 | 120 | 122 | 72 | 103 | 13 |
Binary | 101110 | 101101 | 1001 | 0 | 10 | 1010000 | 1010010 | 111010 | 1000011 | 1011 |
Color Harmonies of #2E2D09
Complementary color
Monochromatic Colors of #2E2D09
Black with #2E2D09
Text Example
Text Example
White with #2E2D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D09; }
p { color: rgb(46,45,9); }
H1.HeaderClassName
{
color: #2E2D09;
}
.AnyTagClassName
{
color: #2E2D09;
}
</style>
background-color css
<style>
a { background-color: #2E2D09; }
a { background-color: rgb(46,45,9); }
div.DivClassName
{
background-color: #2E2D09;
}
.BgClassName
{
background-color: #2E2D09;
}
</style>
border-color css
<style>
span { border-color: #2E2D09; }
span { border-color: rgb(46,45,9); }
td.TdClassName
{
border-color: #2E2D09;
}
.TagClassName
{
border-color: #2E2D09;
}
</style>