Shades of Maire #2E2B08
Tints of Maire #2E2B08
RGB
CMYK
RGB Variations
Color information
#2E2B08 (or 0x2E2B08) is known color: Maire. HEX triplet: 2E, 2B and 08. RGB value is (46,43,8). Sum of RGB (Red+Green+Blue) = 46+43+8=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2B08 is #D1D4F7. Grayscale: #282828. Windows color (decimal): -13751544 or 535342. OLE color: 535342.
HSL color Cylindrical-coordinate representation of color #2E2B08: hue angle of 55.26º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2B08 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 43 | 8 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.82 |
| HSL | 55.26º | 0.7% | 0.11% | - |
| HSV(B) | 55.26º | 0.83% | 0.18% | - |
| XYZ | 2.03 | 2.33 | 0.57 | - |
| YUV | 39.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 8 | 0 | 0.07 | 0.83 | 0.82 | 55.26 | 0.7 | 0.11 |
| Hex | 2E | 2B | 8 | 0 | 7 | 53 | 52 | 37 | 46 | B |
| Octal | 56 | 53 | 10 | 0 | 7 | 123 | 122 | 67 | 106 | 13 |
| Binary | 101110 | 101011 | 1000 | 0 | 111 | 1010011 | 1010010 | 110111 | 1000110 | 1011 |
Color Harmonies of #2E2B08
Complementary color
Monochromatic Colors of #2E2B08
Black with #2E2B08
Text Example
Text Example
White with #2E2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B08; }
p { color: rgb(46,43,8); }
H1.HeaderClassName
{
color: #2E2B08;
}
.AnyTagClassName
{
color: #2E2B08;
}
</style>
background-color css
<style>
a { background-color: #2E2B08; }
a { background-color: rgb(46,43,8); }
div.DivClassName
{
background-color: #2E2B08;
}
.BgClassName
{
background-color: #2E2B08;
}
</style>
border-color css
<style>
span { border-color: #2E2B08; }
span { border-color: rgb(46,43,8); }
td.TdClassName
{
border-color: #2E2B08;
}
.TagClassName
{
border-color: #2E2B08;
}
</style>