Shades of Maire #2D2905
Tints of Maire #2D2905
RGB
CMYK
RGB Variations
Color information
#2D2905 (or 0x2D2905) is known color: Maire. HEX triplet: 2D, 29 and 05. RGB value is (45,41,5). Sum of RGB (Red+Green+Blue) = 45+41+5=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2905 is #D2D6FA. Grayscale: #262626. Windows color (decimal): -13817595 or 338221. OLE color: 338221.
HSL color Cylindrical-coordinate representation of color #2D2905: hue angle of 54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D2905 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 41 | 5 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.82 |
| HSL | 54º | 0.8% | 0.1% | - |
| HSV(B) | 54º | 0.89% | 0.18% | - |
| XYZ | 1.9 | 2.15 | 0.46 | - |
| YUV | 38.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 5 | 0 | 0.09 | 0.89 | 0.82 | 54 | 0.8 | 0.1 |
| Hex | 2D | 29 | 5 | 0 | 9 | 59 | 52 | 36 | 50 | A |
| Octal | 55 | 51 | 5 | 0 | 11 | 131 | 122 | 66 | 120 | 12 |
| Binary | 101101 | 101001 | 101 | 0 | 1001 | 1011001 | 1010010 | 110110 | 1010000 | 1010 |
Color Harmonies of #2D2905
Complementary color
Monochromatic Colors of #2D2905
Black with #2D2905
Text Example
Text Example
White with #2D2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2905; }
p { color: rgb(45,41,5); }
H1.HeaderClassName
{
color: #2D2905;
}
.AnyTagClassName
{
color: #2D2905;
}
</style>
background-color css
<style>
a { background-color: #2D2905; }
a { background-color: rgb(45,41,5); }
div.DivClassName
{
background-color: #2D2905;
}
.BgClassName
{
background-color: #2D2905;
}
</style>
border-color css
<style>
span { border-color: #2D2905; }
span { border-color: rgb(45,41,5); }
td.TdClassName
{
border-color: #2D2905;
}
.TagClassName
{
border-color: #2D2905;
}
</style>