Shades of Maire #2F2D26
Tints of Maire #2F2D26
RGB
CMYK
RGB Variations
Color information
#2F2D26 (or 0x2F2D26) is known color: Maire. HEX triplet: 2F, 2D and 26. RGB value is (47,45,38). Sum of RGB (Red+Green+Blue) = 47+45+38=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D26 is #D0D2D9. Grayscale: #2C2C2C. Windows color (decimal): -13685466 or 2501935. OLE color: 2501935.
HSL color Cylindrical-coordinate representation of color #2F2D26: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F2D26 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 38 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.82 |
| HSL | 46.67º | 0.11% | 0.17% | - |
| HSV(B) | 46.67º | 0.19% | 0.18% | - |
| XYZ | 2.46 | 2.62 | 2.21 | - |
| YUV | 44.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 38 | 0 | 0.04 | 0.19 | 0.82 | 46.67 | 0.11 | 0.17 |
| Hex | 2F | 2D | 26 | 0 | 4 | 13 | 52 | 2F | B | 11 |
| Octal | 57 | 55 | 46 | 0 | 4 | 23 | 122 | 57 | 13 | 21 |
| Binary | 101111 | 101101 | 100110 | 0 | 100 | 10011 | 1010010 | 101111 | 1011 | 10001 |
Color Harmonies of #2F2D26
Complementary color
Monochromatic Colors of #2F2D26
Black with #2F2D26
Text Example
Text Example
White with #2F2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D26; }
p { color: rgb(47,45,38); }
H1.HeaderClassName
{
color: #2F2D26;
}
.AnyTagClassName
{
color: #2F2D26;
}
</style>
background-color css
<style>
a { background-color: #2F2D26; }
a { background-color: rgb(47,45,38); }
div.DivClassName
{
background-color: #2F2D26;
}
.BgClassName
{
background-color: #2F2D26;
}
</style>
border-color css
<style>
span { border-color: #2F2D26; }
span { border-color: rgb(47,45,38); }
td.TdClassName
{
border-color: #2F2D26;
}
.TagClassName
{
border-color: #2F2D26;
}
</style>