Shades of Maire #2D2B1E
Tints of Maire #2D2B1E
RGB
CMYK
RGB Variations
Color information
#2D2B1E (or 0x2D2B1E) is known color: Maire. HEX triplet: 2D, 2B and 1E. RGB value is (45,43,30). Sum of RGB (Red+Green+Blue) = 45+43+30=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2B1E is #D2D4E1. Grayscale: #2A2A2A. Windows color (decimal): -13817058 or 1977133. OLE color: 1977133.
HSL color Cylindrical-coordinate representation of color #2D2B1E: hue angle of 52º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D2B1E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 43 | 30 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.82 |
| HSL | 52º | 0.2% | 0.15% | - |
| HSV(B) | 52º | 0.33% | 0.18% | - |
| XYZ | 2.18 | 2.38 | 1.57 | - |
| YUV | 42.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 30 | 0 | 0.04 | 0.33 | 0.82 | 52 | 0.2 | 0.15 |
| Hex | 2D | 2B | 1E | 0 | 4 | 21 | 52 | 34 | 14 | F |
| Octal | 55 | 53 | 36 | 0 | 4 | 41 | 122 | 64 | 24 | 17 |
| Binary | 101101 | 101011 | 11110 | 0 | 100 | 100001 | 1010010 | 110100 | 10100 | 1111 |
Color Harmonies of #2D2B1E
Complementary color
Monochromatic Colors of #2D2B1E
Black with #2D2B1E
Text Example
Text Example
White with #2D2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2B1E; }
p { color: rgb(45,43,30); }
H1.HeaderClassName
{
color: #2D2B1E;
}
.AnyTagClassName
{
color: #2D2B1E;
}
</style>
background-color css
<style>
a { background-color: #2D2B1E; }
a { background-color: rgb(45,43,30); }
div.DivClassName
{
background-color: #2D2B1E;
}
.BgClassName
{
background-color: #2D2B1E;
}
</style>
border-color css
<style>
span { border-color: #2D2B1E; }
span { border-color: rgb(45,43,30); }
td.TdClassName
{
border-color: #2D2B1E;
}
.TagClassName
{
border-color: #2D2B1E;
}
</style>