Shades of Maire #2F2D1C
Tints of Maire #2F2D1C
RGB
CMYK
RGB Variations
Color information
#2F2D1C (or 0x2F2D1C) is known color: Maire. HEX triplet: 2F, 2D and 1C. RGB value is (47,45,28). Sum of RGB (Red+Green+Blue) = 47+45+28=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D1C is #D0D2E3. Grayscale: #2B2B2B. Windows color (decimal): -13685476 or 1846575. OLE color: 1846575.
HSL color Cylindrical-coordinate representation of color #2F2D1C: hue angle of 53.68º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F2D1C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 28 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.82 |
| HSL | 53.68º | 0.25% | 0.15% | - |
| HSV(B) | 53.68º | 0.4% | 0.18% | - |
| XYZ | 2.32 | 2.56 | 1.47 | - |
| YUV | 43.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 28 | 0 | 0.04 | 0.40 | 0.82 | 53.68 | 0.25 | 0.15 |
| Hex | 2F | 2D | 1C | 0 | 4 | 28 | 52 | 36 | 19 | F |
| Octal | 57 | 55 | 34 | 0 | 4 | 50 | 122 | 66 | 31 | 17 |
| Binary | 101111 | 101101 | 11100 | 0 | 100 | 101000 | 1010010 | 110110 | 11001 | 1111 |
Color Harmonies of #2F2D1C
Complementary color
Monochromatic Colors of #2F2D1C
Black with #2F2D1C
Text Example
Text Example
White with #2F2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D1C; }
p { color: rgb(47,45,28); }
H1.HeaderClassName
{
color: #2F2D1C;
}
.AnyTagClassName
{
color: #2F2D1C;
}
</style>
background-color css
<style>
a { background-color: #2F2D1C; }
a { background-color: rgb(47,45,28); }
div.DivClassName
{
background-color: #2F2D1C;
}
.BgClassName
{
background-color: #2F2D1C;
}
</style>
border-color css
<style>
span { border-color: #2F2D1C; }
span { border-color: rgb(47,45,28); }
td.TdClassName
{
border-color: #2F2D1C;
}
.TagClassName
{
border-color: #2F2D1C;
}
</style>