Shades of Maire #2D2911
Tints of Maire #2D2911
RGB
CMYK
RGB Variations
Color information
#2D2911 (or 0x2D2911) is known color: Maire. HEX triplet: 2D, 29 and 11. RGB value is (45,41,17). Sum of RGB (Red+Green+Blue) = 45+41+17=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2911 is #D2D6EE. Grayscale: #272727. Windows color (decimal): -13817583 or 1124653. OLE color: 1124653.
HSL color Cylindrical-coordinate representation of color #2D2911: hue angle of 51.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D2911 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 41 | 17 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.82 |
| HSL | 51.43º | 0.45% | 0.12% | - |
| HSV(B) | 51.43º | 0.62% | 0.18% | - |
| XYZ | 1.98 | 2.18 | 0.85 | - |
| YUV | 39.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 17 | 0 | 0.09 | 0.62 | 0.82 | 51.43 | 0.45 | 0.12 |
| Hex | 2D | 29 | 11 | 0 | 9 | 3E | 52 | 33 | 2D | C |
| Octal | 55 | 51 | 21 | 0 | 11 | 76 | 122 | 63 | 55 | 14 |
| Binary | 101101 | 101001 | 10001 | 0 | 1001 | 111110 | 1010010 | 110011 | 101101 | 1100 |
Color Harmonies of #2D2911
Complementary color
Monochromatic Colors of #2D2911
Black with #2D2911
Text Example
Text Example
White with #2D2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2911; }
p { color: rgb(45,41,17); }
H1.HeaderClassName
{
color: #2D2911;
}
.AnyTagClassName
{
color: #2D2911;
}
</style>
background-color css
<style>
a { background-color: #2D2911; }
a { background-color: rgb(45,41,17); }
div.DivClassName
{
background-color: #2D2911;
}
.BgClassName
{
background-color: #2D2911;
}
</style>
border-color css
<style>
span { border-color: #2D2911; }
span { border-color: rgb(45,41,17); }
td.TdClassName
{
border-color: #2D2911;
}
.TagClassName
{
border-color: #2D2911;
}
</style>