Shades of Maire #2D2A15
Tints of Maire #2D2A15
RGB
CMYK
RGB Variations
Color information
#2D2A15 (or 0x2D2A15) is known color: Maire. HEX triplet: 2D, 2A and 15. RGB value is (45,42,21). Sum of RGB (Red+Green+Blue) = 45+42+21=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2A15 is #D2D5EA. Grayscale: #282828. Windows color (decimal): -13817323 or 1387053. OLE color: 1387053.
HSL color Cylindrical-coordinate representation of color #2D2A15: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D2A15 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 42 | 21 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.82 |
| HSL | 52.5º | 0.36% | 0.13% | - |
| HSV(B) | 52.5º | 0.53% | 0.18% | - |
| XYZ | 2.05 | 2.27 | 1.04 | - |
| YUV | 40.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 21 | 0 | 0.07 | 0.53 | 0.82 | 52.5 | 0.36 | 0.13 |
| Hex | 2D | 2A | 15 | 0 | 7 | 35 | 52 | 34 | 24 | D |
| Octal | 55 | 52 | 25 | 0 | 7 | 65 | 122 | 64 | 44 | 15 |
| Binary | 101101 | 101010 | 10101 | 0 | 111 | 110101 | 1010010 | 110100 | 100100 | 1101 |
Color Harmonies of #2D2A15
Complementary color
Monochromatic Colors of #2D2A15
Black with #2D2A15
Text Example
Text Example
White with #2D2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A15; }
p { color: rgb(45,42,21); }
H1.HeaderClassName
{
color: #2D2A15;
}
.AnyTagClassName
{
color: #2D2A15;
}
</style>
background-color css
<style>
a { background-color: #2D2A15; }
a { background-color: rgb(45,42,21); }
div.DivClassName
{
background-color: #2D2A15;
}
.BgClassName
{
background-color: #2D2A15;
}
</style>
border-color css
<style>
span { border-color: #2D2A15; }
span { border-color: rgb(45,42,21); }
td.TdClassName
{
border-color: #2D2A15;
}
.TagClassName
{
border-color: #2D2A15;
}
</style>