Shades of Maire #2D2B1D
Tints of Maire #2D2B1D
RGB
CMYK
RGB Variations
Color information
#2D2B1D (or 0x2D2B1D) is known color: Maire. HEX triplet: 2D, 2B and 1D. RGB value is (45,43,29). Sum of RGB (Red+Green+Blue) = 45+43+29=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2B1D is #D2D4E2. Grayscale: #2A2A2A. Windows color (decimal): -13817059 or 1911597. OLE color: 1911597.
HSL color Cylindrical-coordinate representation of color #2D2B1D: hue angle of 52.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D2B1D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 43 | 29 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.82 |
| HSL | 52.5º | 0.22% | 0.15% | - |
| HSV(B) | 52.5º | 0.36% | 0.18% | - |
| XYZ | 2.17 | 2.37 | 1.51 | - |
| YUV | 42 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 29 | 0 | 0.04 | 0.36 | 0.82 | 52.5 | 0.22 | 0.15 |
| Hex | 2D | 2B | 1D | 0 | 4 | 24 | 52 | 34 | 16 | F |
| Octal | 55 | 53 | 35 | 0 | 4 | 44 | 122 | 64 | 26 | 17 |
| Binary | 101101 | 101011 | 11101 | 0 | 100 | 100100 | 1010010 | 110100 | 10110 | 1111 |
Color Harmonies of #2D2B1D
Complementary color
Monochromatic Colors of #2D2B1D
Black with #2D2B1D
Text Example
Text Example
White with #2D2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2B1D; }
p { color: rgb(45,43,29); }
H1.HeaderClassName
{
color: #2D2B1D;
}
.AnyTagClassName
{
color: #2D2B1D;
}
</style>
background-color css
<style>
a { background-color: #2D2B1D; }
a { background-color: rgb(45,43,29); }
div.DivClassName
{
background-color: #2D2B1D;
}
.BgClassName
{
background-color: #2D2B1D;
}
</style>
border-color css
<style>
span { border-color: #2D2B1D; }
span { border-color: rgb(45,43,29); }
td.TdClassName
{
border-color: #2D2B1D;
}
.TagClassName
{
border-color: #2D2B1D;
}
</style>