Shades of Maire #2F2D25
Tints of Maire #2F2D25
RGB
CMYK
RGB Variations
Color information
#2F2D25 (or 0x2F2D25) is known color: Maire. HEX triplet: 2F, 2D and 25. RGB value is (47,45,37). Sum of RGB (Red+Green+Blue) = 47+45+37=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D25 is #D0D2DA. Grayscale: #2C2C2C. Windows color (decimal): -13685467 or 2436399. OLE color: 2436399.
HSL color Cylindrical-coordinate representation of color #2F2D25: hue angle of 48º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F2D25 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 37 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.82 |
| HSL | 48º | 0.12% | 0.16% | - |
| HSV(B) | 48º | 0.21% | 0.18% | - |
| XYZ | 2.44 | 2.61 | 2.13 | - |
| YUV | 44.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 37 | 0 | 0.04 | 0.21 | 0.82 | 48 | 0.12 | 0.16 |
| Hex | 2F | 2D | 25 | 0 | 4 | 15 | 52 | 30 | C | 10 |
| Octal | 57 | 55 | 45 | 0 | 4 | 25 | 122 | 60 | 14 | 20 |
| Binary | 101111 | 101101 | 100101 | 0 | 100 | 10101 | 1010010 | 110000 | 1100 | 10000 |
Color Harmonies of #2F2D25
Complementary color
Monochromatic Colors of #2F2D25
Black with #2F2D25
Text Example
Text Example
White with #2F2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D25; }
p { color: rgb(47,45,37); }
H1.HeaderClassName
{
color: #2F2D25;
}
.AnyTagClassName
{
color: #2F2D25;
}
</style>
background-color css
<style>
a { background-color: #2F2D25; }
a { background-color: rgb(47,45,37); }
div.DivClassName
{
background-color: #2F2D25;
}
.BgClassName
{
background-color: #2F2D25;
}
</style>
border-color css
<style>
span { border-color: #2F2D25; }
span { border-color: rgb(47,45,37); }
td.TdClassName
{
border-color: #2F2D25;
}
.TagClassName
{
border-color: #2F2D25;
}
</style>