Shades of Maire #2B2A11
Tints of Maire #2B2A11
RGB
CMYK
RGB Variations
Color information
#2B2A11 (or 0x2B2A11) is known color: Maire. HEX triplet: 2B, 2A and 11. RGB value is (43,42,17). Sum of RGB (Red+Green+Blue) = 43+42+17=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2A11 is #D4D5EE. Grayscale: #272727. Windows color (decimal): -13948399 or 1124907. OLE color: 1124907.
HSL color Cylindrical-coordinate representation of color #2B2A11: hue angle of 57.69º 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 #2B2A11 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 42 | 17 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.83 |
| HSL | 57.69º | 0.43% | 0.12% | - |
| HSV(B) | 57.69º | 0.6% | 0.17% | - |
| XYZ | 1.93 | 2.21 | 0.86 | - |
| YUV | 39.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 42 | 17 | 0 | 0.02 | 0.60 | 0.83 | 57.69 | 0.43 | 0.12 |
| Hex | 2B | 2A | 11 | 0 | 2 | 3C | 53 | 3A | 2B | C |
| Octal | 53 | 52 | 21 | 0 | 2 | 74 | 123 | 72 | 53 | 14 |
| Binary | 101011 | 101010 | 10001 | 0 | 10 | 111100 | 1010011 | 111010 | 101011 | 1100 |
Color Harmonies of #2B2A11
Complementary color
Monochromatic Colors of #2B2A11
Black with #2B2A11
Text Example
Text Example
White with #2B2A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2A11; }
p { color: rgb(43,42,17); }
H1.HeaderClassName
{
color: #2B2A11;
}
.AnyTagClassName
{
color: #2B2A11;
}
</style>
background-color css
<style>
a { background-color: #2B2A11; }
a { background-color: rgb(43,42,17); }
div.DivClassName
{
background-color: #2B2A11;
}
.BgClassName
{
background-color: #2B2A11;
}
</style>
border-color css
<style>
span { border-color: #2B2A11; }
span { border-color: rgb(43,42,17); }
td.TdClassName
{
border-color: #2B2A11;
}
.TagClassName
{
border-color: #2B2A11;
}
</style>