Shades of Maire #2D2A09
Tints of Maire #2D2A09
RGB
CMYK
RGB Variations
Color information
#2D2A09 (or 0x2D2A09) is known color: Maire. HEX triplet: 2D, 2A and 09. RGB value is (45,42,9). Sum of RGB (Red+Green+Blue) = 45+42+9=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2A09 is #D2D5F6. Grayscale: #272727. Windows color (decimal): -13817335 or 600621. OLE color: 600621.
HSL color Cylindrical-coordinate representation of color #2D2A09: hue angle of 55º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D2A09 is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 42 | 9 | - |
| CMYK | 0 | 0.07 | 0.8 | 0.82 |
| HSL | 55º | 0.67% | 0.11% | - |
| HSV(B) | 55º | 0.8% | 0.18% | - |
| XYZ | 1.96 | 2.23 | 0.59 | - |
| YUV | 39.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 9 | 0 | 0.07 | 0.8 | 0.82 | 55 | 0.67 | 0.11 |
| Hex | 2D | 2A | 9 | 0 | 7 | 50 | 52 | 37 | 43 | B |
| Octal | 55 | 52 | 11 | 0 | 7 | 120 | 122 | 67 | 103 | 13 |
| Binary | 101101 | 101010 | 1001 | 0 | 111 | 1010000 | 1010010 | 110111 | 1000011 | 1011 |
Color Harmonies of #2D2A09
Complementary color
Monochromatic Colors of #2D2A09
Black with #2D2A09
Text Example
Text Example
White with #2D2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A09; }
p { color: rgb(45,42,9); }
H1.HeaderClassName
{
color: #2D2A09;
}
.AnyTagClassName
{
color: #2D2A09;
}
</style>
background-color css
<style>
a { background-color: #2D2A09; }
a { background-color: rgb(45,42,9); }
div.DivClassName
{
background-color: #2D2A09;
}
.BgClassName
{
background-color: #2D2A09;
}
</style>
border-color css
<style>
span { border-color: #2D2A09; }
span { border-color: rgb(45,42,9); }
td.TdClassName
{
border-color: #2D2A09;
}
.TagClassName
{
border-color: #2D2A09;
}
</style>