Shades of Maire #2B2200
Tints of Maire #2B2200
RGB
CMYK
RGB Variations
Color information
#2B2200 (or 0x2B2200) is known color: Maire. HEX triplet: 2B, 22 and 00. RGB value is (43,34,0). Sum of RGB (Red+Green+Blue) = 43+34+0=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2200 is #D4DDFF. Grayscale: #202020. Windows color (decimal): -13950464 or 8747. OLE color: 8747.
HSL color Cylindrical-coordinate representation of color #2B2200: hue angle of 47.44º 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 #2B2200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.83 |
| HSL | 47.44º | 1% | 0.08% | - |
| HSV(B) | 47.44º | 1% | 0.17% | - |
| XYZ | 1.57 | 1.66 | 0.24 | - |
| YUV | 32.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 0 | 0 | 0.21 | 1 | 0.83 | 47.44 | 1 | 0.08 |
| Hex | 2B | 22 | 0 | 0 | 15 | 64 | 53 | 2F | 64 | 8 |
| Octal | 53 | 42 | 0 | 0 | 25 | 144 | 123 | 57 | 144 | 10 |
| Binary | 101011 | 100010 | 0 | 0 | 10101 | 1100100 | 1010011 | 101111 | 1100100 | 1000 |
Color Harmonies of #2B2200
Complementary color
Monochromatic Colors of #2B2200
Black with #2B2200
Text Example
Text Example
White with #2B2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2200; }
p { color: rgb(43,34,0); }
H1.HeaderClassName
{
color: #2B2200;
}
.AnyTagClassName
{
color: #2B2200;
}
</style>
background-color css
<style>
a { background-color: #2B2200; }
a { background-color: rgb(43,34,0); }
div.DivClassName
{
background-color: #2B2200;
}
.BgClassName
{
background-color: #2B2200;
}
</style>
border-color css
<style>
span { border-color: #2B2200; }
span { border-color: rgb(43,34,0); }
td.TdClassName
{
border-color: #2B2200;
}
.TagClassName
{
border-color: #2B2200;
}
</style>