Shades of Maire #2E250A
Tints of Maire #2E250A
RGB
CMYK
RGB Variations
Color information
#2E250A (or 0x2E250A) is known color: Maire. HEX triplet: 2E, 25 and 0A. RGB value is (46,37,10). Sum of RGB (Red+Green+Blue) = 46+37+10=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E250A is #D1DAF5. Grayscale: #242424. Windows color (decimal): -13753078 or 664878. OLE color: 664878.
HSL color Cylindrical-coordinate representation of color #2E250A: hue angle of 45º 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 #2E250A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 10 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.82 |
| HSL | 45º | 0.64% | 0.11% | - |
| HSV(B) | 45º | 0.78% | 0.18% | - |
| XYZ | 1.84 | 1.93 | 0.56 | - |
| YUV | 36.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 10 | 0 | 0.20 | 0.78 | 0.82 | 45 | 0.64 | 0.11 |
| Hex | 2E | 25 | A | 0 | 14 | 4E | 52 | 2D | 40 | B |
| Octal | 56 | 45 | 12 | 0 | 24 | 116 | 122 | 55 | 100 | 13 |
| Binary | 101110 | 100101 | 1010 | 0 | 10100 | 1001110 | 1010010 | 101101 | 1000000 | 1011 |
Color Harmonies of #2E250A
Complementary color
Monochromatic Colors of #2E250A
Black with #2E250A
Text Example
Text Example
White with #2E250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E250A; }
p { color: rgb(46,37,10); }
H1.HeaderClassName
{
color: #2E250A;
}
.AnyTagClassName
{
color: #2E250A;
}
</style>
background-color css
<style>
a { background-color: #2E250A; }
a { background-color: rgb(46,37,10); }
div.DivClassName
{
background-color: #2E250A;
}
.BgClassName
{
background-color: #2E250A;
}
</style>
border-color css
<style>
span { border-color: #2E250A; }
span { border-color: rgb(46,37,10); }
td.TdClassName
{
border-color: #2E250A;
}
.TagClassName
{
border-color: #2E250A;
}
</style>