Shades of Maire #2B2511
Tints of Maire #2B2511
RGB
CMYK
RGB Variations
Color information
#2B2511 (or 0x2B2511) is known color: Maire. HEX triplet: 2B, 25 and 11. RGB value is (43,37,17). Sum of RGB (Red+Green+Blue) = 43+37+17=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2511 is #D4DAEE. Grayscale: #242424. Windows color (decimal): -13949679 or 1123627. OLE color: 1123627.
HSL color Cylindrical-coordinate representation of color #2B2511: hue angle of 46.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2511 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 17 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.83 |
| HSL | 46.15º | 0.43% | 0.12% | - |
| HSV(B) | 46.15º | 0.6% | 0.17% | - |
| XYZ | 1.76 | 1.88 | 0.8 | - |
| YUV | 36.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 17 | 0 | 0.14 | 0.60 | 0.83 | 46.15 | 0.43 | 0.12 |
| Hex | 2B | 25 | 11 | 0 | E | 3C | 53 | 2E | 2B | C |
| Octal | 53 | 45 | 21 | 0 | 16 | 74 | 123 | 56 | 53 | 14 |
| Binary | 101011 | 100101 | 10001 | 0 | 1110 | 111100 | 1010011 | 101110 | 101011 | 1100 |
Color Harmonies of #2B2511
Complementary color
Monochromatic Colors of #2B2511
Black with #2B2511
Text Example
Text Example
White with #2B2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2511; }
p { color: rgb(43,37,17); }
H1.HeaderClassName
{
color: #2B2511;
}
.AnyTagClassName
{
color: #2B2511;
}
</style>
background-color css
<style>
a { background-color: #2B2511; }
a { background-color: rgb(43,37,17); }
div.DivClassName
{
background-color: #2B2511;
}
.BgClassName
{
background-color: #2B2511;
}
</style>
border-color css
<style>
span { border-color: #2B2511; }
span { border-color: rgb(43,37,17); }
td.TdClassName
{
border-color: #2B2511;
}
.TagClassName
{
border-color: #2B2511;
}
</style>