Shades of Maire #2B2814
Tints of Maire #2B2814
RGB
CMYK
RGB Variations
Color information
#2B2814 (or 0x2B2814) is known color: Maire. HEX triplet: 2B, 28 and 14. RGB value is (43,40,20). Sum of RGB (Red+Green+Blue) = 43+40+20=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2814 is #D4D7EB. Grayscale: #262626. Windows color (decimal): -13948908 or 1321003. OLE color: 1321003.
HSL color Cylindrical-coordinate representation of color #2B2814: hue angle of 52.17º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2814 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 20 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.83 |
| HSL | 52.17º | 0.37% | 0.12% | - |
| HSV(B) | 52.17º | 0.53% | 0.17% | - |
| XYZ | 1.88 | 2.08 | 0.96 | - |
| YUV | 38.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 20 | 0 | 0.07 | 0.53 | 0.83 | 52.17 | 0.37 | 0.12 |
| Hex | 2B | 28 | 14 | 0 | 7 | 35 | 53 | 34 | 25 | C |
| Octal | 53 | 50 | 24 | 0 | 7 | 65 | 123 | 64 | 45 | 14 |
| Binary | 101011 | 101000 | 10100 | 0 | 111 | 110101 | 1010011 | 110100 | 100101 | 1100 |
Color Harmonies of #2B2814
Complementary color
Monochromatic Colors of #2B2814
Black with #2B2814
Text Example
Text Example
White with #2B2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2814; }
p { color: rgb(43,40,20); }
H1.HeaderClassName
{
color: #2B2814;
}
.AnyTagClassName
{
color: #2B2814;
}
</style>
background-color css
<style>
a { background-color: #2B2814; }
a { background-color: rgb(43,40,20); }
div.DivClassName
{
background-color: #2B2814;
}
.BgClassName
{
background-color: #2B2814;
}
</style>
border-color css
<style>
span { border-color: #2B2814; }
span { border-color: rgb(43,40,20); }
td.TdClassName
{
border-color: #2B2814;
}
.TagClassName
{
border-color: #2B2814;
}
</style>