Shades of Maire #2E270A
Tints of Maire #2E270A
RGB
CMYK
RGB Variations
Color information
#2E270A (or 0x2E270A) is known color: Maire. HEX triplet: 2E, 27 and 0A. RGB value is (46,39,10). Sum of RGB (Red+Green+Blue) = 46+39+10=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E270A is #D1D8F5. Grayscale: #252525. Windows color (decimal): -13752566 or 665390. OLE color: 665390.
HSL color Cylindrical-coordinate representation of color #2E270A: hue angle of 48.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E270A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 10 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.82 |
| HSL | 48.33º | 0.64% | 0.11% | - |
| HSV(B) | 48.33º | 0.78% | 0.18% | - |
| XYZ | 1.91 | 2.05 | 0.58 | - |
| YUV | 37.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 10 | 0 | 0.15 | 0.78 | 0.82 | 48.33 | 0.64 | 0.11 |
| Hex | 2E | 27 | A | 0 | F | 4E | 52 | 30 | 40 | B |
| Octal | 56 | 47 | 12 | 0 | 17 | 116 | 122 | 60 | 100 | 13 |
| Binary | 101110 | 100111 | 1010 | 0 | 1111 | 1001110 | 1010010 | 110000 | 1000000 | 1011 |
Color Harmonies of #2E270A
Complementary color
Monochromatic Colors of #2E270A
Black with #2E270A
Text Example
Text Example
White with #2E270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E270A; }
p { color: rgb(46,39,10); }
H1.HeaderClassName
{
color: #2E270A;
}
.AnyTagClassName
{
color: #2E270A;
}
</style>
background-color css
<style>
a { background-color: #2E270A; }
a { background-color: rgb(46,39,10); }
div.DivClassName
{
background-color: #2E270A;
}
.BgClassName
{
background-color: #2E270A;
}
</style>
border-color css
<style>
span { border-color: #2E270A; }
span { border-color: rgb(46,39,10); }
td.TdClassName
{
border-color: #2E270A;
}
.TagClassName
{
border-color: #2E270A;
}
</style>