Shades of Maire #2B2922
Tints of Maire #2B2922
RGB
CMYK
RGB Variations
Color information
#2B2922 (or 0x2B2922) is known color: Maire. HEX triplet: 2B, 29 and 22. RGB value is (43,41,34). Sum of RGB (Red+Green+Blue) = 43+41+34=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2922 is #D4D6DD. Grayscale: #282828. Windows color (decimal): -13948638 or 2238763. OLE color: 2238763.
HSL color Cylindrical-coordinate representation of color #2B2922: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2B2922 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 41 | 34 | - |
CMYK | 0 | 0.05 | 0.21 | 0.83 |
HSL | 46.67º | 0.12% | 0.15% | - |
HSV(B) | 46.67º | 0.21% | 0.17% | - |
XYZ | 2.08 | 2.21 | 1.83 | - |
YUV | 40.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 41 | 34 | 0 | 0.05 | 0.21 | 0.83 | 46.67 | 0.12 | 0.15 |
Hex | 2B | 29 | 22 | 0 | 5 | 15 | 53 | 2F | C | F |
Octal | 53 | 51 | 42 | 0 | 5 | 25 | 123 | 57 | 14 | 17 |
Binary | 101011 | 101001 | 100010 | 0 | 101 | 10101 | 1010011 | 101111 | 1100 | 1111 |
Color Harmonies of #2B2922
Complementary color
Monochromatic Colors of #2B2922
Black with #2B2922
Text Example
Text Example
White with #2B2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2922; }
p { color: rgb(43,41,34); }
H1.HeaderClassName
{
color: #2B2922;
}
.AnyTagClassName
{
color: #2B2922;
}
</style>
background-color css
<style>
a { background-color: #2B2922; }
a { background-color: rgb(43,41,34); }
div.DivClassName
{
background-color: #2B2922;
}
.BgClassName
{
background-color: #2B2922;
}
</style>
border-color css
<style>
span { border-color: #2B2922; }
span { border-color: rgb(43,41,34); }
td.TdClassName
{
border-color: #2B2922;
}
.TagClassName
{
border-color: #2B2922;
}
</style>