Shades of Maire #2E270B
Tints of Maire #2E270B
RGB
CMYK
RGB Variations
Color information
#2E270B (or 0x2E270B) is known color: Maire. HEX triplet: 2E, 27 and 0B. RGB value is (46,39,11). Sum of RGB (Red+Green+Blue) = 46+39+11=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E270B is #D1D8F4. Grayscale: #262626. Windows color (decimal): -13752565 or 730926. OLE color: 730926.
HSL color Cylindrical-coordinate representation of color #2E270B: hue angle of 48º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E270B is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 11 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.82 |
| HSL | 48º | 0.61% | 0.11% | - |
| HSV(B) | 48º | 0.76% | 0.18% | - |
| XYZ | 1.91 | 2.06 | 0.61 | - |
| YUV | 37.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 11 | 0 | 0.15 | 0.76 | 0.82 | 48 | 0.61 | 0.11 |
| Hex | 2E | 27 | B | 0 | F | 4C | 52 | 30 | 3D | B |
| Octal | 56 | 47 | 13 | 0 | 17 | 114 | 122 | 60 | 75 | 13 |
| Binary | 101110 | 100111 | 1011 | 0 | 1111 | 1001100 | 1010010 | 110000 | 111101 | 1011 |
Color Harmonies of #2E270B
Complementary color
Monochromatic Colors of #2E270B
Black with #2E270B
Text Example
Text Example
White with #2E270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E270B; }
p { color: rgb(46,39,11); }
H1.HeaderClassName
{
color: #2E270B;
}
.AnyTagClassName
{
color: #2E270B;
}
</style>
background-color css
<style>
a { background-color: #2E270B; }
a { background-color: rgb(46,39,11); }
div.DivClassName
{
background-color: #2E270B;
}
.BgClassName
{
background-color: #2E270B;
}
</style>
border-color css
<style>
span { border-color: #2E270B; }
span { border-color: rgb(46,39,11); }
td.TdClassName
{
border-color: #2E270B;
}
.TagClassName
{
border-color: #2E270B;
}
</style>