Shades of Maire #2D2A21
Tints of Maire #2D2A21
RGB
CMYK
RGB Variations
Color information
#2D2A21 (or 0x2D2A21) is known color: Maire. HEX triplet: 2D, 2A and 21. RGB value is (45,42,33). Sum of RGB (Red+Green+Blue) = 45+42+33=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2A21 is #D2D5DE. Grayscale: #292929. Windows color (decimal): -13817311 or 2173485. OLE color: 2173485.
HSL color Cylindrical-coordinate representation of color #2D2A21: hue angle of 45º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2A21 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 42 | 33 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.82 |
| HSL | 45º | 0.15% | 0.15% | - |
| HSV(B) | 45º | 0.27% | 0.18% | - |
| XYZ | 2.18 | 2.32 | 1.77 | - |
| YUV | 41.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 33 | 0 | 0.07 | 0.27 | 0.82 | 45 | 0.15 | 0.15 |
| Hex | 2D | 2A | 21 | 0 | 7 | 1B | 52 | 2D | F | F |
| Octal | 55 | 52 | 41 | 0 | 7 | 33 | 122 | 55 | 17 | 17 |
| Binary | 101101 | 101010 | 100001 | 0 | 111 | 11011 | 1010010 | 101101 | 1111 | 1111 |
Color Harmonies of #2D2A21
Complementary color
Monochromatic Colors of #2D2A21
Black with #2D2A21
Text Example
Text Example
White with #2D2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A21; }
p { color: rgb(45,42,33); }
H1.HeaderClassName
{
color: #2D2A21;
}
.AnyTagClassName
{
color: #2D2A21;
}
</style>
background-color css
<style>
a { background-color: #2D2A21; }
a { background-color: rgb(45,42,33); }
div.DivClassName
{
background-color: #2D2A21;
}
.BgClassName
{
background-color: #2D2A21;
}
</style>
border-color css
<style>
span { border-color: #2D2A21; }
span { border-color: rgb(45,42,33); }
td.TdClassName
{
border-color: #2D2A21;
}
.TagClassName
{
border-color: #2D2A21;
}
</style>