Shades of Maire #2C2A15
Tints of Maire #2C2A15
RGB
CMYK
RGB Variations
Color information
#2C2A15 (or 0x2C2A15) is known color: Maire. HEX triplet: 2C, 2A and 15. RGB value is (44,42,21). Sum of RGB (Red+Green+Blue) = 44+42+21=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2A15 is #D3D5EA. Grayscale: #282828. Windows color (decimal): -13882859 or 1387052. OLE color: 1387052.
HSL color Cylindrical-coordinate representation of color #2C2A15: hue angle of 54.78º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C2A15 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 42 | 21 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.83 |
| HSL | 54.78º | 0.35% | 0.13% | - |
| HSV(B) | 54.78º | 0.52% | 0.17% | - |
| XYZ | 2 | 2.25 | 1.04 | - |
| YUV | 40.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 42 | 21 | 0 | 0.05 | 0.52 | 0.83 | 54.78 | 0.35 | 0.13 |
| Hex | 2C | 2A | 15 | 0 | 5 | 34 | 53 | 37 | 23 | D |
| Octal | 54 | 52 | 25 | 0 | 5 | 64 | 123 | 67 | 43 | 15 |
| Binary | 101100 | 101010 | 10101 | 0 | 101 | 110100 | 1010011 | 110111 | 100011 | 1101 |
Color Harmonies of #2C2A15
Complementary color
Monochromatic Colors of #2C2A15
Black with #2C2A15
Text Example
Text Example
White with #2C2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2A15; }
p { color: rgb(44,42,21); }
H1.HeaderClassName
{
color: #2C2A15;
}
.AnyTagClassName
{
color: #2C2A15;
}
</style>
background-color css
<style>
a { background-color: #2C2A15; }
a { background-color: rgb(44,42,21); }
div.DivClassName
{
background-color: #2C2A15;
}
.BgClassName
{
background-color: #2C2A15;
}
</style>
border-color css
<style>
span { border-color: #2C2A15; }
span { border-color: rgb(44,42,21); }
td.TdClassName
{
border-color: #2C2A15;
}
.TagClassName
{
border-color: #2C2A15;
}
</style>