Shades of Maire #2E2C01
Tints of Maire #2E2C01
RGB
CMYK
RGB Variations
Color information
#2E2C01 (or 0x2E2C01) is known color: Maire. HEX triplet: 2E, 2C and 01. RGB value is (46,44,1). Sum of RGB (Red+Green+Blue) = 46+44+1=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2C01 is #D1D3FE. Grayscale: #272727. Windows color (decimal): -13751295 or 76846. OLE color: 76846.
HSL color Cylindrical-coordinate representation of color #2E2C01: hue angle of 57.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E2C01 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 44 | 1 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.82 |
| HSL | 57.33º | 0.96% | 0.09% | - |
| HSV(B) | 57.33º | 0.98% | 0.18% | - |
| XYZ | 2.03 | 2.38 | 0.38 | - |
| YUV | 39.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 1 | 0 | 0.04 | 0.98 | 0.82 | 57.33 | 0.96 | 0.09 |
| Hex | 2E | 2C | 1 | 0 | 4 | 62 | 52 | 39 | 60 | 9 |
| Octal | 56 | 54 | 1 | 0 | 4 | 142 | 122 | 71 | 140 | 11 |
| Binary | 101110 | 101100 | 1 | 0 | 100 | 1100010 | 1010010 | 111001 | 1100000 | 1001 |
Color Harmonies of #2E2C01
Complementary color
Monochromatic Colors of #2E2C01
Black with #2E2C01
Text Example
Text Example
White with #2E2C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C01; }
p { color: rgb(46,44,1); }
H1.HeaderClassName
{
color: #2E2C01;
}
.AnyTagClassName
{
color: #2E2C01;
}
</style>
background-color css
<style>
a { background-color: #2E2C01; }
a { background-color: rgb(46,44,1); }
div.DivClassName
{
background-color: #2E2C01;
}
.BgClassName
{
background-color: #2E2C01;
}
</style>
border-color css
<style>
span { border-color: #2E2C01; }
span { border-color: rgb(46,44,1); }
td.TdClassName
{
border-color: #2E2C01;
}
.TagClassName
{
border-color: #2E2C01;
}
</style>