Shades of Maire #2F270F
Tints of Maire #2F270F
RGB
CMYK
RGB Variations
Color information
#2F270F (or 0x2F270F) is known color: Maire. HEX triplet: 2F, 27 and 0F. RGB value is (47,39,15). Sum of RGB (Red+Green+Blue) = 47+39+15=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 47 - color contains mainly: red. Hex color #2F270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F270F is #D0D8F0. Grayscale: #262626. Windows color (decimal): -13687025 or 993071. OLE color: 993071.
HSL color Cylindrical-coordinate representation of color #2F270F: hue angle of 45º 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 #2F270F is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 39 | 15 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.82 |
| HSL | 45º | 0.52% | 0.12% | - |
| HSV(B) | 45º | 0.68% | 0.18% | - |
| XYZ | 1.98 | 2.09 | 0.75 | - |
| YUV | 38.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 15 | 0 | 0.17 | 0.68 | 0.82 | 45 | 0.52 | 0.12 |
| Hex | 2F | 27 | F | 0 | 11 | 44 | 52 | 2D | 34 | C |
| Octal | 57 | 47 | 17 | 0 | 21 | 104 | 122 | 55 | 64 | 14 |
| Binary | 101111 | 100111 | 1111 | 0 | 10001 | 1000100 | 1010010 | 101101 | 110100 | 1100 |
Color Harmonies of #2F270F
Complementary color
Monochromatic Colors of #2F270F
Black with #2F270F
Text Example
Text Example
White with #2F270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F270F; }
p { color: rgb(47,39,15); }
H1.HeaderClassName
{
color: #2F270F;
}
.AnyTagClassName
{
color: #2F270F;
}
</style>
background-color css
<style>
a { background-color: #2F270F; }
a { background-color: rgb(47,39,15); }
div.DivClassName
{
background-color: #2F270F;
}
.BgClassName
{
background-color: #2F270F;
}
</style>
border-color css
<style>
span { border-color: #2F270F; }
span { border-color: rgb(47,39,15); }
td.TdClassName
{
border-color: #2F270F;
}
.TagClassName
{
border-color: #2F270F;
}
</style>