Shades of Maire #2B220C
Tints of Maire #2B220C
RGB
CMYK
RGB Variations
Color information
#2B220C (or 0x2B220C) is known color: Maire. HEX triplet: 2B, 22 and 0C. RGB value is (43,34,12). Sum of RGB (Red+Green+Blue) = 43+34+12=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B220C is #D4DDF3. Grayscale: #222222. Windows color (decimal): -13950452 or 795179. OLE color: 795179.
HSL color Cylindrical-coordinate representation of color #2B220C: hue angle of 42.58º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B220C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 12 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.83 |
| HSL | 42.58º | 0.56% | 0.11% | - |
| HSV(B) | 42.58º | 0.72% | 0.17% | - |
| XYZ | 1.63 | 1.68 | 0.59 | - |
| YUV | 34.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 12 | 0 | 0.21 | 0.72 | 0.83 | 42.58 | 0.56 | 0.11 |
| Hex | 2B | 22 | C | 0 | 15 | 48 | 53 | 2B | 38 | B |
| Octal | 53 | 42 | 14 | 0 | 25 | 110 | 123 | 53 | 70 | 13 |
| Binary | 101011 | 100010 | 1100 | 0 | 10101 | 1001000 | 1010011 | 101011 | 111000 | 1011 |
Color Harmonies of #2B220C
Complementary color
Monochromatic Colors of #2B220C
Black with #2B220C
Text Example
Text Example
White with #2B220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B220C; }
p { color: rgb(43,34,12); }
H1.HeaderClassName
{
color: #2B220C;
}
.AnyTagClassName
{
color: #2B220C;
}
</style>
background-color css
<style>
a { background-color: #2B220C; }
a { background-color: rgb(43,34,12); }
div.DivClassName
{
background-color: #2B220C;
}
.BgClassName
{
background-color: #2B220C;
}
</style>
border-color css
<style>
span { border-color: #2B220C; }
span { border-color: rgb(43,34,12); }
td.TdClassName
{
border-color: #2B220C;
}
.TagClassName
{
border-color: #2B220C;
}
</style>