Shades of Maire #2E270C
Tints of Maire #2E270C
RGB
CMYK
RGB Variations
Color information
#2E270C (or 0x2E270C) is known color: Maire. HEX triplet: 2E, 27 and 0C. RGB value is (46,39,12). Sum of RGB (Red+Green+Blue) = 46+39+12=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E270C is #D1D8F3. Grayscale: #262626. Windows color (decimal): -13752564 or 796462. OLE color: 796462.
HSL color Cylindrical-coordinate representation of color #2E270C: hue angle of 47.65º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E270C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 12 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.82 |
| HSL | 47.65º | 0.59% | 0.11% | - |
| HSV(B) | 47.65º | 0.74% | 0.18% | - |
| XYZ | 1.92 | 2.06 | 0.64 | - |
| YUV | 38.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 12 | 0 | 0.15 | 0.74 | 0.82 | 47.65 | 0.59 | 0.11 |
| Hex | 2E | 27 | C | 0 | F | 4A | 52 | 30 | 3B | B |
| Octal | 56 | 47 | 14 | 0 | 17 | 112 | 122 | 60 | 73 | 13 |
| Binary | 101110 | 100111 | 1100 | 0 | 1111 | 1001010 | 1010010 | 110000 | 111011 | 1011 |
Color Harmonies of #2E270C
Complementary color
Monochromatic Colors of #2E270C
Black with #2E270C
Text Example
Text Example
White with #2E270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E270C; }
p { color: rgb(46,39,12); }
H1.HeaderClassName
{
color: #2E270C;
}
.AnyTagClassName
{
color: #2E270C;
}
</style>
background-color css
<style>
a { background-color: #2E270C; }
a { background-color: rgb(46,39,12); }
div.DivClassName
{
background-color: #2E270C;
}
.BgClassName
{
background-color: #2E270C;
}
</style>
border-color css
<style>
span { border-color: #2E270C; }
span { border-color: rgb(46,39,12); }
td.TdClassName
{
border-color: #2E270C;
}
.TagClassName
{
border-color: #2E270C;
}
</style>