Shades of Maire #2B2614
Tints of Maire #2B2614
RGB
CMYK
RGB Variations
Color information
#2B2614 (or 0x2B2614) is known color: Maire. HEX triplet: 2B, 26 and 14. RGB value is (43,38,20). Sum of RGB (Red+Green+Blue) = 43+38+20=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2614 is #D4D9EB. Grayscale: #252525. Windows color (decimal): -13949420 or 1320491. OLE color: 1320491.
HSL color Cylindrical-coordinate representation of color #2B2614: hue angle of 46.96º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2614 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 20 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.83 |
| HSL | 46.96º | 0.37% | 0.12% | - |
| HSV(B) | 46.96º | 0.53% | 0.17% | - |
| XYZ | 1.82 | 1.95 | 0.94 | - |
| YUV | 37.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 20 | 0 | 0.12 | 0.53 | 0.83 | 46.96 | 0.37 | 0.12 |
| Hex | 2B | 26 | 14 | 0 | C | 35 | 53 | 2F | 25 | C |
| Octal | 53 | 46 | 24 | 0 | 14 | 65 | 123 | 57 | 45 | 14 |
| Binary | 101011 | 100110 | 10100 | 0 | 1100 | 110101 | 1010011 | 101111 | 100101 | 1100 |
Color Harmonies of #2B2614
Complementary color
Monochromatic Colors of #2B2614
Black with #2B2614
Text Example
Text Example
White with #2B2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2614; }
p { color: rgb(43,38,20); }
H1.HeaderClassName
{
color: #2B2614;
}
.AnyTagClassName
{
color: #2B2614;
}
</style>
background-color css
<style>
a { background-color: #2B2614; }
a { background-color: rgb(43,38,20); }
div.DivClassName
{
background-color: #2B2614;
}
.BgClassName
{
background-color: #2B2614;
}
</style>
border-color css
<style>
span { border-color: #2B2614; }
span { border-color: rgb(43,38,20); }
td.TdClassName
{
border-color: #2B2614;
}
.TagClassName
{
border-color: #2B2614;
}
</style>