Shades of Maire #2E2D03
Tints of Maire #2E2D03
RGB
CMYK
RGB Variations
Color information
#2E2D03 (or 0x2E2D03) is known color: Maire. HEX triplet: 2E, 2D and 03. RGB value is (46,45,3). Sum of RGB (Red+Green+Blue) = 46+45+3=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D03 is #D1D2FC. Grayscale: #282828. Windows color (decimal): -13751037 or 208174. OLE color: 208174.
HSL color Cylindrical-coordinate representation of color #2E2D03: hue angle of 58.6º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E2D03 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 45 | 3 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.82 |
| HSL | 58.6º | 0.88% | 0.1% | - |
| HSV(B) | 58.6º | 0.93% | 0.18% | - |
| XYZ | 2.08 | 2.46 | 0.45 | - |
| YUV | 40.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 3 | 0 | 0.02 | 0.93 | 0.82 | 58.6 | 0.88 | 0.1 |
| Hex | 2E | 2D | 3 | 0 | 2 | 5D | 52 | 3B | 58 | A |
| Octal | 56 | 55 | 3 | 0 | 2 | 135 | 122 | 73 | 130 | 12 |
| Binary | 101110 | 101101 | 11 | 0 | 10 | 1011101 | 1010010 | 111011 | 1011000 | 1010 |
Color Harmonies of #2E2D03
Complementary color
Monochromatic Colors of #2E2D03
Black with #2E2D03
Text Example
Text Example
White with #2E2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D03; }
p { color: rgb(46,45,3); }
H1.HeaderClassName
{
color: #2E2D03;
}
.AnyTagClassName
{
color: #2E2D03;
}
</style>
background-color css
<style>
a { background-color: #2E2D03; }
a { background-color: rgb(46,45,3); }
div.DivClassName
{
background-color: #2E2D03;
}
.BgClassName
{
background-color: #2E2D03;
}
</style>
border-color css
<style>
span { border-color: #2E2D03; }
span { border-color: rgb(46,45,3); }
td.TdClassName
{
border-color: #2E2D03;
}
.TagClassName
{
border-color: #2E2D03;
}
</style>