Shades of Maire #2C2A1A
Tints of Maire #2C2A1A
RGB
CMYK
RGB Variations
Color information
#2C2A1A (or 0x2C2A1A) is known color: Maire. HEX triplet: 2C, 2A and 1A. RGB value is (44,42,26). Sum of RGB (Red+Green+Blue) = 44+42+26=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2A1A is #D3D5E5. Grayscale: #282828. Windows color (decimal): -13882854 or 1714732. OLE color: 1714732.
HSL color Cylindrical-coordinate representation of color #2C2A1A: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C2A1A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 42 | 26 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.83 |
| HSL | 53.33º | 0.26% | 0.14% | - |
| HSV(B) | 53.33º | 0.41% | 0.17% | - |
| XYZ | 2.05 | 2.27 | 1.31 | - |
| YUV | 40.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 42 | 26 | 0 | 0.05 | 0.41 | 0.83 | 53.33 | 0.26 | 0.14 |
| Hex | 2C | 2A | 1A | 0 | 5 | 29 | 53 | 35 | 1A | E |
| Octal | 54 | 52 | 32 | 0 | 5 | 51 | 123 | 65 | 32 | 16 |
| Binary | 101100 | 101010 | 11010 | 0 | 101 | 101001 | 1010011 | 110101 | 11010 | 1110 |
Color Harmonies of #2C2A1A
Complementary color
Monochromatic Colors of #2C2A1A
Black with #2C2A1A
Text Example
Text Example
White with #2C2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2A1A; }
p { color: rgb(44,42,26); }
H1.HeaderClassName
{
color: #2C2A1A;
}
.AnyTagClassName
{
color: #2C2A1A;
}
</style>
background-color css
<style>
a { background-color: #2C2A1A; }
a { background-color: rgb(44,42,26); }
div.DivClassName
{
background-color: #2C2A1A;
}
.BgClassName
{
background-color: #2C2A1A;
}
</style>
border-color css
<style>
span { border-color: #2C2A1A; }
span { border-color: rgb(44,42,26); }
td.TdClassName
{
border-color: #2C2A1A;
}
.TagClassName
{
border-color: #2C2A1A;
}
</style>