Shades of Maire #2C2B11
Tints of Maire #2C2B11
RGB
CMYK
RGB Variations
Color information
#2C2B11 (or 0x2C2B11) is known color: Maire. HEX triplet: 2C, 2B and 11. RGB value is (44,43,17). Sum of RGB (Red+Green+Blue) = 44+43+17=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2B11 is #D3D4EE. Grayscale: #282828. Windows color (decimal): -13882607 or 1125164. OLE color: 1125164.
HSL color Cylindrical-coordinate representation of color #2C2B11: hue angle of 57.78º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C2B11 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 43 | 17 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.83 |
| HSL | 57.78º | 0.44% | 0.12% | - |
| HSV(B) | 57.78º | 0.61% | 0.17% | - |
| XYZ | 2 | 2.3 | 0.87 | - |
| YUV | 40.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 43 | 17 | 0 | 0.02 | 0.61 | 0.83 | 57.78 | 0.44 | 0.12 |
| Hex | 2C | 2B | 11 | 0 | 2 | 3D | 53 | 3A | 2C | C |
| Octal | 54 | 53 | 21 | 0 | 2 | 75 | 123 | 72 | 54 | 14 |
| Binary | 101100 | 101011 | 10001 | 0 | 10 | 111101 | 1010011 | 111010 | 101100 | 1100 |
Color Harmonies of #2C2B11
Complementary color
Monochromatic Colors of #2C2B11
Black with #2C2B11
Text Example
Text Example
White with #2C2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2B11; }
p { color: rgb(44,43,17); }
H1.HeaderClassName
{
color: #2C2B11;
}
.AnyTagClassName
{
color: #2C2B11;
}
</style>
background-color css
<style>
a { background-color: #2C2B11; }
a { background-color: rgb(44,43,17); }
div.DivClassName
{
background-color: #2C2B11;
}
.BgClassName
{
background-color: #2C2B11;
}
</style>
border-color css
<style>
span { border-color: #2C2B11; }
span { border-color: rgb(44,43,17); }
td.TdClassName
{
border-color: #2C2B11;
}
.TagClassName
{
border-color: #2C2B11;
}
</style>