Shades of Maire #2D2505
Tints of Maire #2D2505
RGB
CMYK
RGB Variations
Color information
#2D2505 (or 0x2D2505) is known color: Maire. HEX triplet: 2D, 25 and 05. RGB value is (45,37,5). Sum of RGB (Red+Green+Blue) = 45+37+5=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2505 is #D2DAFA. Grayscale: #232323. Windows color (decimal): -13818619 or 337197. OLE color: 337197.
HSL color Cylindrical-coordinate representation of color #2D2505: hue angle of 48º 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 #2D2505 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 5 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.82 |
| HSL | 48º | 0.8% | 0.1% | - |
| HSV(B) | 48º | 0.89% | 0.18% | - |
| XYZ | 1.77 | 1.89 | 0.42 | - |
| YUV | 35.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 5 | 0 | 0.18 | 0.89 | 0.82 | 48 | 0.8 | 0.1 |
| Hex | 2D | 25 | 5 | 0 | 12 | 59 | 52 | 30 | 50 | A |
| Octal | 55 | 45 | 5 | 0 | 22 | 131 | 122 | 60 | 120 | 12 |
| Binary | 101101 | 100101 | 101 | 0 | 10010 | 1011001 | 1010010 | 110000 | 1010000 | 1010 |
Color Harmonies of #2D2505
Complementary color
Monochromatic Colors of #2D2505
Black with #2D2505
Text Example
Text Example
White with #2D2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2505; }
p { color: rgb(45,37,5); }
H1.HeaderClassName
{
color: #2D2505;
}
.AnyTagClassName
{
color: #2D2505;
}
</style>
background-color css
<style>
a { background-color: #2D2505; }
a { background-color: rgb(45,37,5); }
div.DivClassName
{
background-color: #2D2505;
}
.BgClassName
{
background-color: #2D2505;
}
</style>
border-color css
<style>
span { border-color: #2D2505; }
span { border-color: rgb(45,37,5); }
td.TdClassName
{
border-color: #2D2505;
}
.TagClassName
{
border-color: #2D2505;
}
</style>