Shades of Maire #2B2900
Tints of Maire #2B2900
RGB
CMYK
RGB Variations
Color information
#2B2900 (or 0x2B2900) is known color: Maire. HEX triplet: 2B, 29 and 00. RGB value is (43,41,0). Sum of RGB (Red+Green+Blue) = 43+41+0=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2900 is #D4D6FF. Grayscale: #252525. Windows color (decimal): -13948672 or 10539. OLE color: 10539.
HSL color Cylindrical-coordinate representation of color #2B2900: hue angle of 57.21º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B2900 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 41 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.83 |
| HSL | 57.21º | 1% | 0.08% | - |
| HSV(B) | 57.21º | 1% | 0.17% | - |
| XYZ | 1.79 | 2.1 | 0.31 | - |
| YUV | 36.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 0 | 0 | 0.05 | 1 | 0.83 | 57.21 | 1 | 0.08 |
| Hex | 2B | 29 | 0 | 0 | 5 | 64 | 53 | 39 | 64 | 8 |
| Octal | 53 | 51 | 0 | 0 | 5 | 144 | 123 | 71 | 144 | 10 |
| Binary | 101011 | 101001 | 0 | 0 | 101 | 1100100 | 1010011 | 111001 | 1100100 | 1000 |
Color Harmonies of #2B2900
Complementary color
Monochromatic Colors of #2B2900
Black with #2B2900
Text Example
Text Example
White with #2B2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2900; }
p { color: rgb(43,41,0); }
H1.HeaderClassName
{
color: #2B2900;
}
.AnyTagClassName
{
color: #2B2900;
}
</style>
background-color css
<style>
a { background-color: #2B2900; }
a { background-color: rgb(43,41,0); }
div.DivClassName
{
background-color: #2B2900;
}
.BgClassName
{
background-color: #2B2900;
}
</style>
border-color css
<style>
span { border-color: #2B2900; }
span { border-color: rgb(43,41,0); }
td.TdClassName
{
border-color: #2B2900;
}
.TagClassName
{
border-color: #2B2900;
}
</style>