Shades of Maire #2C2913
Tints of Maire #2C2913
RGB
CMYK
RGB Variations
Color information
#2C2913 (or 0x2C2913) is known color: Maire. HEX triplet: 2C, 29 and 13. RGB value is (44,41,19). Sum of RGB (Red+Green+Blue) = 44+41+19=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2913 is #D3D6EC. Grayscale: #272727. Windows color (decimal): -13883117 or 1255724. OLE color: 1255724.
HSL color Cylindrical-coordinate representation of color #2C2913: hue angle of 52.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C2913 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 41 | 19 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.83 |
| HSL | 52.8º | 0.4% | 0.12% | - |
| HSV(B) | 52.8º | 0.57% | 0.17% | - |
| XYZ | 1.95 | 2.17 | 0.93 | - |
| YUV | 39.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 19 | 0 | 0.07 | 0.57 | 0.83 | 52.8 | 0.4 | 0.12 |
| Hex | 2C | 29 | 13 | 0 | 7 | 39 | 53 | 35 | 28 | C |
| Octal | 54 | 51 | 23 | 0 | 7 | 71 | 123 | 65 | 50 | 14 |
| Binary | 101100 | 101001 | 10011 | 0 | 111 | 111001 | 1010011 | 110101 | 101000 | 1100 |
Color Harmonies of #2C2913
Complementary color
Monochromatic Colors of #2C2913
Black with #2C2913
Text Example
Text Example
White with #2C2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2913; }
p { color: rgb(44,41,19); }
H1.HeaderClassName
{
color: #2C2913;
}
.AnyTagClassName
{
color: #2C2913;
}
</style>
background-color css
<style>
a { background-color: #2C2913; }
a { background-color: rgb(44,41,19); }
div.DivClassName
{
background-color: #2C2913;
}
.BgClassName
{
background-color: #2C2913;
}
</style>
border-color css
<style>
span { border-color: #2C2913; }
span { border-color: rgb(44,41,19); }
td.TdClassName
{
border-color: #2C2913;
}
.TagClassName
{
border-color: #2C2913;
}
</style>