Shades of Maire #2B2812
Tints of Maire #2B2812
RGB
CMYK
RGB Variations
Color information
#2B2812 (or 0x2B2812) is known color: Maire. HEX triplet: 2B, 28 and 12. RGB value is (43,40,18). Sum of RGB (Red+Green+Blue) = 43+40+18=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2812 is #D4D7ED. Grayscale: #262626. Windows color (decimal): -13948910 or 1189931. OLE color: 1189931.
HSL color Cylindrical-coordinate representation of color #2B2812: hue angle of 52.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B2812 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 18 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.83 |
| HSL | 52.8º | 0.41% | 0.12% | - |
| HSV(B) | 52.8º | 0.58% | 0.17% | - |
| XYZ | 1.86 | 2.07 | 0.87 | - |
| YUV | 38.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 18 | 0 | 0.07 | 0.58 | 0.83 | 52.8 | 0.41 | 0.12 |
| Hex | 2B | 28 | 12 | 0 | 7 | 3A | 53 | 35 | 29 | C |
| Octal | 53 | 50 | 22 | 0 | 7 | 72 | 123 | 65 | 51 | 14 |
| Binary | 101011 | 101000 | 10010 | 0 | 111 | 111010 | 1010011 | 110101 | 101001 | 1100 |
Color Harmonies of #2B2812
Complementary color
Monochromatic Colors of #2B2812
Black with #2B2812
Text Example
Text Example
White with #2B2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2812; }
p { color: rgb(43,40,18); }
H1.HeaderClassName
{
color: #2B2812;
}
.AnyTagClassName
{
color: #2B2812;
}
</style>
background-color css
<style>
a { background-color: #2B2812; }
a { background-color: rgb(43,40,18); }
div.DivClassName
{
background-color: #2B2812;
}
.BgClassName
{
background-color: #2B2812;
}
</style>
border-color css
<style>
span { border-color: #2B2812; }
span { border-color: rgb(43,40,18); }
td.TdClassName
{
border-color: #2B2812;
}
.TagClassName
{
border-color: #2B2812;
}
</style>