Shades of Maire #2F2C0F
Tints of Maire #2F2C0F
RGB
CMYK
RGB Variations
Color information
#2F2C0F (or 0x2F2C0F) is known color: Maire. HEX triplet: 2F, 2C and 0F. RGB value is (47,44,15). Sum of RGB (Red+Green+Blue) = 47+44+15=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2C0F is #D0D3F0. Grayscale: #292929. Windows color (decimal): -13685745 or 994351. OLE color: 994351.
HSL color Cylindrical-coordinate representation of color #2F2C0F: hue angle of 54.38º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2C0F is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 44 | 15 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.82 |
| HSL | 54.38º | 0.52% | 0.12% | - |
| HSV(B) | 54.38º | 0.68% | 0.18% | - |
| XYZ | 2.16 | 2.44 | 0.81 | - |
| YUV | 41.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 15 | 0 | 0.06 | 0.68 | 0.82 | 54.38 | 0.52 | 0.12 |
| Hex | 2F | 2C | F | 0 | 6 | 44 | 52 | 36 | 34 | C |
| Octal | 57 | 54 | 17 | 0 | 6 | 104 | 122 | 66 | 64 | 14 |
| Binary | 101111 | 101100 | 1111 | 0 | 110 | 1000100 | 1010010 | 110110 | 110100 | 1100 |
Color Harmonies of #2F2C0F
Complementary color
Monochromatic Colors of #2F2C0F
Black with #2F2C0F
Text Example
Text Example
White with #2F2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2C0F; }
p { color: rgb(47,44,15); }
H1.HeaderClassName
{
color: #2F2C0F;
}
.AnyTagClassName
{
color: #2F2C0F;
}
</style>
background-color css
<style>
a { background-color: #2F2C0F; }
a { background-color: rgb(47,44,15); }
div.DivClassName
{
background-color: #2F2C0F;
}
.BgClassName
{
background-color: #2F2C0F;
}
</style>
border-color css
<style>
span { border-color: #2F2C0F; }
span { border-color: rgb(47,44,15); }
td.TdClassName
{
border-color: #2F2C0F;
}
.TagClassName
{
border-color: #2F2C0F;
}
</style>