Shades of Maire #2D2C23
Tints of Maire #2D2C23
RGB
CMYK
RGB Variations
Color information
#2D2C23 (or 0x2D2C23) is known color: Maire. HEX triplet: 2D, 2C and 23. RGB value is (45,44,35). Sum of RGB (Red+Green+Blue) = 45+44+35=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2C23 is #D2D3DC. Grayscale: #2B2B2B. Windows color (decimal): -13816797 or 2305069. OLE color: 2305069.
HSL color Cylindrical-coordinate representation of color #2D2C23: hue angle of 54º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D2C23 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 44 | 35 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.82 |
| HSL | 54º | 0.13% | 0.16% | - |
| HSV(B) | 54º | 0.22% | 0.18% | - |
| XYZ | 2.29 | 2.48 | 1.95 | - |
| YUV | 43.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 35 | 0 | 0.02 | 0.22 | 0.82 | 54 | 0.13 | 0.16 |
| Hex | 2D | 2C | 23 | 0 | 2 | 16 | 52 | 36 | C | 10 |
| Octal | 55 | 54 | 43 | 0 | 2 | 26 | 122 | 66 | 14 | 20 |
| Binary | 101101 | 101100 | 100011 | 0 | 10 | 10110 | 1010010 | 110110 | 1100 | 10000 |
Color Harmonies of #2D2C23
Complementary color
Monochromatic Colors of #2D2C23
Black with #2D2C23
Text Example
Text Example
White with #2D2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2C23; }
p { color: rgb(45,44,35); }
H1.HeaderClassName
{
color: #2D2C23;
}
.AnyTagClassName
{
color: #2D2C23;
}
</style>
background-color css
<style>
a { background-color: #2D2C23; }
a { background-color: rgb(45,44,35); }
div.DivClassName
{
background-color: #2D2C23;
}
.BgClassName
{
background-color: #2D2C23;
}
</style>
border-color css
<style>
span { border-color: #2D2C23; }
span { border-color: rgb(45,44,35); }
td.TdClassName
{
border-color: #2D2C23;
}
.TagClassName
{
border-color: #2D2C23;
}
</style>