Shades of Maire #2B291C
Tints of Maire #2B291C
RGB
CMYK
RGB Variations
Color information
#2B291C (or 0x2B291C) is known color: Maire. HEX triplet: 2B, 29 and 1C. RGB value is (43,41,28). Sum of RGB (Red+Green+Blue) = 43+41+28=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 43 - color contains mainly: red. Hex color #2B291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B291C is #D4D6E3. Grayscale: #282828. Windows color (decimal): -13948644 or 1845547. OLE color: 1845547.
HSL color Cylindrical-coordinate representation of color #2B291C: hue angle of 52º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B291C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 41 | 28 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.83 |
| HSL | 52º | 0.21% | 0.14% | - |
| HSV(B) | 52º | 0.35% | 0.17% | - |
| XYZ | 2 | 2.18 | 1.41 | - |
| YUV | 40.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 28 | 0 | 0.05 | 0.35 | 0.83 | 52 | 0.21 | 0.14 |
| Hex | 2B | 29 | 1C | 0 | 5 | 23 | 53 | 34 | 15 | E |
| Octal | 53 | 51 | 34 | 0 | 5 | 43 | 123 | 64 | 25 | 16 |
| Binary | 101011 | 101001 | 11100 | 0 | 101 | 100011 | 1010011 | 110100 | 10101 | 1110 |
Color Harmonies of #2B291C
Complementary color
Monochromatic Colors of #2B291C
Black with #2B291C
Text Example
Text Example
White with #2B291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B291C; }
p { color: rgb(43,41,28); }
H1.HeaderClassName
{
color: #2B291C;
}
.AnyTagClassName
{
color: #2B291C;
}
</style>
background-color css
<style>
a { background-color: #2B291C; }
a { background-color: rgb(43,41,28); }
div.DivClassName
{
background-color: #2B291C;
}
.BgClassName
{
background-color: #2B291C;
}
</style>
border-color css
<style>
span { border-color: #2B291C; }
span { border-color: rgb(43,41,28); }
td.TdClassName
{
border-color: #2B291C;
}
.TagClassName
{
border-color: #2B291C;
}
</style>