Shades of Maire #2B2610
Tints of Maire #2B2610
RGB
CMYK
RGB Variations
Color information
#2B2610 (or 0x2B2610) is known color: Maire. HEX triplet: 2B, 26 and 10. RGB value is (43,38,16). Sum of RGB (Red+Green+Blue) = 43+38+16=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2610 is #D4D9EF. Grayscale: #252525. Windows color (decimal): -13949424 or 1058347. OLE color: 1058347.
HSL color Cylindrical-coordinate representation of color #2B2610: hue angle of 48.89º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B2610 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 16 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.83 |
| HSL | 48.89º | 0.46% | 0.12% | - |
| HSV(B) | 48.89º | 0.63% | 0.17% | - |
| XYZ | 1.78 | 1.94 | 0.77 | - |
| YUV | 36.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 16 | 0 | 0.12 | 0.63 | 0.83 | 48.89 | 0.46 | 0.12 |
| Hex | 2B | 26 | 10 | 0 | C | 3F | 53 | 31 | 2E | C |
| Octal | 53 | 46 | 20 | 0 | 14 | 77 | 123 | 61 | 56 | 14 |
| Binary | 101011 | 100110 | 10000 | 0 | 1100 | 111111 | 1010011 | 110001 | 101110 | 1100 |
Color Harmonies of #2B2610
Complementary color
Monochromatic Colors of #2B2610
Black with #2B2610
Text Example
Text Example
White with #2B2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2610; }
p { color: rgb(43,38,16); }
H1.HeaderClassName
{
color: #2B2610;
}
.AnyTagClassName
{
color: #2B2610;
}
</style>
background-color css
<style>
a { background-color: #2B2610; }
a { background-color: rgb(43,38,16); }
div.DivClassName
{
background-color: #2B2610;
}
.BgClassName
{
background-color: #2B2610;
}
</style>
border-color css
<style>
span { border-color: #2B2610; }
span { border-color: rgb(43,38,16); }
td.TdClassName
{
border-color: #2B2610;
}
.TagClassName
{
border-color: #2B2610;
}
</style>