Shades of Maire #2B2906
Tints of Maire #2B2906
RGB
CMYK
RGB Variations
Color information
#2B2906 (or 0x2B2906) is known color: Maire. HEX triplet: 2B, 29 and 06. RGB value is (43,41,6). Sum of RGB (Red+Green+Blue) = 43+41+6=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2906 is #D4D6F9. Grayscale: #252525. Windows color (decimal): -13948666 or 403755. OLE color: 403755.
HSL color Cylindrical-coordinate representation of color #2B2906: hue angle of 56.76º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B2906 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 41 | 6 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.83 |
| HSL | 56.76º | 0.76% | 0.1% | - |
| HSV(B) | 56.76º | 0.86% | 0.17% | - |
| XYZ | 1.82 | 2.11 | 0.48 | - |
| YUV | 37.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 6 | 0 | 0.05 | 0.86 | 0.83 | 56.76 | 0.76 | 0.1 |
| Hex | 2B | 29 | 6 | 0 | 5 | 56 | 53 | 39 | 4C | A |
| Octal | 53 | 51 | 6 | 0 | 5 | 126 | 123 | 71 | 114 | 12 |
| Binary | 101011 | 101001 | 110 | 0 | 101 | 1010110 | 1010011 | 111001 | 1001100 | 1010 |
Color Harmonies of #2B2906
Complementary color
Monochromatic Colors of #2B2906
Black with #2B2906
Text Example
Text Example
White with #2B2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2906; }
p { color: rgb(43,41,6); }
H1.HeaderClassName
{
color: #2B2906;
}
.AnyTagClassName
{
color: #2B2906;
}
</style>
background-color css
<style>
a { background-color: #2B2906; }
a { background-color: rgb(43,41,6); }
div.DivClassName
{
background-color: #2B2906;
}
.BgClassName
{
background-color: #2B2906;
}
</style>
border-color css
<style>
span { border-color: #2B2906; }
span { border-color: rgb(43,41,6); }
td.TdClassName
{
border-color: #2B2906;
}
.TagClassName
{
border-color: #2B2906;
}
</style>