Shades of Maire #2F2D21
Tints of Maire #2F2D21
RGB
CMYK
RGB Variations
Color information
#2F2D21 (or 0x2F2D21) is known color: Maire. HEX triplet: 2F, 2D and 21. RGB value is (47,45,33). Sum of RGB (Red+Green+Blue) = 47+45+33=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D21 is #D0D2DE. Grayscale: #2C2C2C. Windows color (decimal): -13685471 or 2174255. OLE color: 2174255.
HSL color Cylindrical-coordinate representation of color #2F2D21: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2D21 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 33 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.82 |
| HSL | 51.43º | 0.18% | 0.16% | - |
| HSV(B) | 51.43º | 0.3% | 0.18% | - |
| XYZ | 2.39 | 2.59 | 1.81 | - |
| YUV | 44.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 33 | 0 | 0.04 | 0.30 | 0.82 | 51.43 | 0.18 | 0.16 |
| Hex | 2F | 2D | 21 | 0 | 4 | 1E | 52 | 33 | 12 | 10 |
| Octal | 57 | 55 | 41 | 0 | 4 | 36 | 122 | 63 | 22 | 20 |
| Binary | 101111 | 101101 | 100001 | 0 | 100 | 11110 | 1010010 | 110011 | 10010 | 10000 |
Color Harmonies of #2F2D21
Complementary color
Monochromatic Colors of #2F2D21
Black with #2F2D21
Text Example
Text Example
White with #2F2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D21; }
p { color: rgb(47,45,33); }
H1.HeaderClassName
{
color: #2F2D21;
}
.AnyTagClassName
{
color: #2F2D21;
}
</style>
background-color css
<style>
a { background-color: #2F2D21; }
a { background-color: rgb(47,45,33); }
div.DivClassName
{
background-color: #2F2D21;
}
.BgClassName
{
background-color: #2F2D21;
}
</style>
border-color css
<style>
span { border-color: #2F2D21; }
span { border-color: rgb(47,45,33); }
td.TdClassName
{
border-color: #2F2D21;
}
.TagClassName
{
border-color: #2F2D21;
}
</style>